freebsd-dev/sys/ufs/ffs
Konstantin Belousov 38ddb5725b Decomission mnt_noasync. Introduce MNTK_NOASYNC mnt_kern_flag which
allows a filesystem to request VFS to not allow MNTK_ASYNC.

MFC after:	1 week
2012-03-09 00:12:05 +00:00
..
ffs_alloc.c Migrate ufs and ext2fs from skpc() to memcchr(). 2012-01-01 20:47:33 +00:00
ffs_balloc.c Use 'curthread_pflags' instead of 'thread_pflags' to signify that only 2011-07-09 15:16:07 +00:00
ffs_extern.h This change avoids a kernel deadlock on "snaplk" when using 2012-03-01 18:45:25 +00:00
ffs_inode.c This change avoids a kernel deadlock on "snaplk" when using 2012-03-01 18:45:25 +00:00
ffs_rawread.c
ffs_snapshot.c This change avoids a kernel deadlock on "snaplk" when using 2012-03-01 18:45:25 +00:00
ffs_softdep.c Decomission mnt_noasync. Introduce MNTK_NOASYNC mnt_kern_flag which 2012-03-09 00:12:05 +00:00
ffs_subr.c
ffs_tables.c
ffs_vfsops.c In the original days of BSD, a sync was issued on every filesystem 2012-02-07 20:43:28 +00:00
ffs_vnops.c syscall() fuzzing can trigger this panic. Return EINVAL instead. 2012-03-08 12:49:08 +00:00
fs.h Use implementation independent inoNN_t scalars for on-disk UFS structures 2011-11-09 07:48:48 +00:00
softdep.h - Speed up pendingblock processing again. Having too much delay between 2011-07-04 22:08:04 +00:00