freebsd-dev/sys/fs
Mateusz Guzik 4fce16e4c9 Provide vfs suspension support only for filesystems which need it, take
two.

nullfs and unionfs need to request suspension if underlying filesystem(s)
use it. Utilize mnt_kern_flag for this purpose.

This is a fixup for 273271.

No strong objections from: kib
Pointy hat to: mjg
MFC after:	2 weeks
2014-10-20 18:00:50 +00:00
..
autofs Remove useless debug. 2014-10-17 12:06:48 +00:00
cd9660 Generalize vn_get_ino() to allow filesystems to use custom vnode 2014-07-14 08:34:54 +00:00
cuse
deadfs Style changes for deadfs: 2014-10-15 13:22:33 +00:00
devfs When vnode bypass cannot be performed on the cdev file descriptor for 2014-10-15 13:16:51 +00:00
ext2fs Do not set IN_ACCESS flag for read-only mounts. The IN_ACCESS 2014-10-11 19:09:56 +00:00
fdescfs
fifofs
fuse Remove unused arguments for VOP_GETPAGES(), VOP_PUTPAGES(). 2014-09-10 12:36:41 +00:00
msdosfs Do not set IN_ACCESS flag for read-only mounts. The IN_ACCESS 2014-10-11 19:09:56 +00:00
nandfs Set the erase block size properly in the case the underlying media 2014-08-02 05:05:16 +00:00
nfs Fix failures and warnings reported by newpynfs20090424 test tool. 2014-10-03 02:24:41 +00:00
nfsclient Follow up to r225617. In order to maximize the re-usability of kernel code 2014-10-16 18:04:43 +00:00
nfsserver Make the sysctl(8) for checkutf8 positively defined and improve 2014-10-17 02:11:09 +00:00
nullfs Provide vfs suspension support only for filesystems which need it, take 2014-10-20 18:00:50 +00:00
procfs
pseudofs
smbfs Remove unused arguments for VOP_GETPAGES(), VOP_PUTPAGES(). 2014-09-10 12:36:41 +00:00
tmpfs Provide vfs suspension support only for filesystems which need it, take 2014-10-20 18:00:50 +00:00
udf
unionfs Provide vfs suspension support only for filesystems which need it, take 2014-10-20 18:00:50 +00:00