NetBSD/sys/fs
hannken 4207afb71b Use vfs_vnode_iterator for udf_do_sync.
- Build rb_tree to get an ordered list of nodes, sync them and
  clean the tree.

- Stop abusing mntvnode_lock to serialize udf_do_sync, use new
  mutex ump->sync_lock instead.
2015-08-24 08:31:56 +00:00
..
adosfs Make VOP_LINK return directory still locked and referenced. 2015-04-20 22:59:19 +00:00
cd9660 update: runs as a userspace process now. 2015-05-17 09:46:12 +00:00
efs Remove the 'cred' argument from bread(). Remove a now unused var in 2015-03-28 19:24:04 +00:00
filecorefs Make VOP_LINK return directory still locked and referenced. 2015-04-20 22:59:19 +00:00
hfs KNF 2015-06-21 14:09:47 +00:00
msdosfs Fix remaining read(fd, NULL, 1) cases. 2015-04-04 12:34:44 +00:00
nfs invalidate input mbuf as soon as it is consumed by the mbuf chain 2015-02-07 12:50:25 +00:00
nilfs Make VOP_LINK return directory still locked and referenced. 2015-04-20 22:59:19 +00:00
ntfs Remove the 'cred' argument from bread(). Remove a now unused var in 2015-03-28 19:24:04 +00:00
ptyfs No need to call spec_inactive() from ptyfs_incative(). 2015-06-23 10:41:06 +00:00
puffs Remove miscfs/syncfs and 2015-05-06 15:57:07 +00:00
smbfs Replace old style open array with C99 variant - cosmetic only, but should 2015-01-02 09:48:01 +00:00
sysvbfs Make sure err is initialized. 2015-04-04 13:28:36 +00:00
tmpfs This enum is likely to be made unsigned by the compiler, so the assertion 2015-07-07 09:30:24 +00:00
udf Use vfs_vnode_iterator for udf_do_sync. 2015-08-24 08:31:56 +00:00
union union_unmount: use vfs_vnode_iterator to count attached vnodes. 2015-07-23 09:45:21 +00:00
unionfs Make VOP_LINK return directory still locked and referenced. 2015-04-20 22:59:19 +00:00
v7fs Make VOP_LINK return directory still locked and referenced. 2015-04-20 22:59:19 +00:00
Makefile 7th Edition(V7) File System support. and NetBSD symbolic-link, socket, FIFO extension. see newfs_v7fs(8). 2011-06-27 11:52:22 +00:00
unicode.h Use size_t instead of int for character count to avoid sign compare issues. 2014-04-06 19:25:22 +00:00