VFS accounting: optimize vop_write() performance
[dragonfly.git] / sys / kern / vfs_quota.c
2012-02-18 François TigeotVFS accounting: optimize vop_write() performance
2012-01-23 Peter AvalosMerge branch 'vendor/TCPDUMP'
2012-01-23 Peter AvalosMerge branch 'vendor/LIBPCAP'
2012-01-20 Peter AvalosMerge branch 'vendor/OPENSSL'
2012-01-16 Peter AvalosMerge branch 'vendor/LIBARCHIVE'
2012-01-12 Peter AvalosMerge branch 'vendor/LIBARCHIVE'
2012-01-08 Peter AvalosMerge branch 'vendor/XZ'
2012-01-08 Peter AvalosMerge branch 'vendor/TNFTP'
2012-01-05 Peter AvalosMerge branch 'vendor/OPENSSL'
2012-01-01 Sascha Wildnerkernel/vfs_quota: Add a missing spin_unlock().
2011-12-31 Peter AvalosMerge branch 'vendor/FILE'
2011-12-23 Peter AvalosMerge branch 'vendor/OPENPAM'
2011-12-15 Francois TigeotVFS accounting: add a sync command
2011-12-14 Sascha Wildnerkernel/vfs_quota: Fix the placement of braces.
2011-12-14 François TigeotUse a sysctl to show if VFS accounting is enabled
2011-12-14 François TigeotDisable VFS accounting by default
2011-12-13 Francois TigeotVFS accounting: add a new vquotactl() syscall
2011-12-12 Venkatesh SrinivasMerge git://git.dragonflybsd.org/dragonfly
2011-12-11 Francois TigeotVFS accounting: list enabled filesystems
2011-12-11 Sascha Wildnerkernel/vfs_quota: Put the 'accounting enabled' message...
2011-12-10 Francois TigeotVFS accounting: add in-memory storage counters
2011-12-03 Francois TigeotVFS accounting: implement an initialization framework