DragonFly commits List (threaded) for 2011-12
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
git: VFS accounting: implement an initialization framework
commit e788edda6ff465c5d0824f803c9a28efe73421d8
Author: Francois Tigeot <ftigeot@wolfpond.org>
Date: Sat Aug 6 23:02:32 2011 +0200
VFS accounting: implement an initialization framework
Only enable accounting for a short list of whitelisted filesystem types
Summary of changes:
sys/conf/files | 1 +
sys/kern/vfs_default.c | 66 ++++++++++++++++++++++++++++++++++++++++++++++++
sys/kern/vfs_init.c | 9 ++++++-
sys/kern/vfs_quota.c | 49 +++++++++++++++++++++++++++++++++++
sys/kern/vfs_vfsops.c | 8 +++++-
sys/sys/mount.h | 8 ++++++
sys/sys/vfs_quota.h | 45 ++++++++++++++++++++++++++++++++
7 files changed, 184 insertions(+), 2 deletions(-)
create mode 100644 sys/kern/vfs_quota.c
create mode 100644 sys/sys/vfs_quota.h
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/e788edda6ff465c5d0824f803c9a28efe73421d8
--
DragonFly BSD source repository
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]