NetBSD/sys/fs/puffs
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
..
Makefile
TODO
files.puffs Define filesystem attributes with vfs dependency. 2014-10-11 06:42:18 +00:00
puffs_compat.c sprinkle COMPAT_50 2015-04-22 17:07:24 +00:00
puffs_msgif.c Remove miscfs/syncfs and 2015-05-06 15:57:07 +00:00
puffs_msgif.h Add PUFFS_KFLAG_NOFLUSH_META to prevent sending metadata flush to FUSE 2015-02-15 20:21:29 +00:00
puffs_node.c Do not uselessly include <sys/malloc.h>. 2014-11-10 18:46:33 +00:00
puffs_subr.c Do not uselessly include <sys/malloc.h>. 2014-11-10 18:46:33 +00:00
puffs_sys.h Add PUFFS_KFLAG_NOFLUSH_META to prevent sending metadata flush to FUSE 2015-02-15 20:21:29 +00:00
puffs_vfsops.c Remove debug printf 2015-02-16 10:49:39 +00:00
puffs_vnops.c Make VOP_LINK return directory still locked and referenced. 2015-04-20 22:59:19 +00:00