NetBSD/sys/fs
hannken e10a32f7f7 Remove miscfs/syncfs and
- move the syncer into kern/vfs_subr.c.

- change the syncer to process the mountlist and VFS_SYNC as appropriate.

- use an API for mount points similiar to the API for vnodes:
  - vfs_syncer_add_to_worklist(struct mount *mp) to add
  - vfs_syncer_remove_from_worklist(struct mount *mp) to remove a mount.

No objections on tech-kern@
2015-05-06 15:57:07 +00:00
..
adosfs Make VOP_LINK return directory still locked and referenced. 2015-04-20 22:59:19 +00:00
cd9660 Make VOP_LINK return directory still locked and referenced. 2015-04-20 22:59:19 +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 Remove the 'cred' argument from bread(). Remove a now unused var in 2015-03-28 19:24:04 +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 Revert previous; it does not work with COMPAT_BSDPTY, screen(1) fails because 2014-10-21 16:05:01 +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 Make VOP_LINK return directory still locked and referenced. 2015-04-20 22:59:19 +00:00
udf Make VOP_LINK return directory still locked and referenced. 2015-04-20 22:59:19 +00:00
union Make VOP_LINK return directory still locked and referenced. 2015-04-20 22:59:19 +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
unicode.h Use size_t instead of int for character count to avoid sign compare issues. 2014-04-06 19:25:22 +00:00