freebsd-dev/sys/fs/fuse
Alan Somers 435ecf40bb fusefs: recycle vnodes after their last unlink
Previously fusefs would never recycle vnodes.  After VOP_INACTIVE, they'd
linger around until unmount or the vnlru reclaimed them.  This commit
essentially actives and inlines the old reclaim_revoked sysctl, and fixes
some issues dealing with the attribute cache and multiply linked files.

Sponsored by:	The FreeBSD Foundation
2019-06-27 20:18:12 +00:00
..
fuse_device.c fusefs: raise protocol level to 7.15 2019-06-20 23:32:25 +00:00
fuse_file.c fusefs: counter(9) variables should not be statically initialized 2019-06-27 17:59:15 +00:00
fuse_file.h fusefs: convert statistical sysctls to use counter(9) 2019-06-27 16:30:25 +00:00
fuse_internal.c fusefs: recycle vnodes after their last unlink 2019-06-27 20:18:12 +00:00
fuse_internal.h fusefs: convert statistical sysctls to use counter(9) 2019-06-27 16:30:25 +00:00
fuse_io.c fusefs: implement protocol 7.23's FUSE_WRITEBACK_CACHE option 2019-06-26 17:32:31 +00:00
fuse_io.h fusefs: rewrite vop_getpages and vop_putpages 2019-06-25 17:24:43 +00:00
fuse_ipc.c fusefs: convert statistical sysctls to use counter(9) 2019-06-27 16:30:25 +00:00
fuse_ipc.h fusefs: implement protocol 7.23's FUSE_WRITEBACK_CACHE option 2019-06-26 17:32:31 +00:00
fuse_kernel.h fusefs: raise protocol level to 7.23 2019-06-21 04:57:23 +00:00
fuse_main.c fusefs: convert statistical sysctls to use counter(9) 2019-06-27 16:30:25 +00:00
fuse_node.c fusefs: convert statistical sysctls to use counter(9) 2019-06-27 16:30:25 +00:00
fuse_node.h fusefs: convert statistical sysctls to use counter(9) 2019-06-27 16:30:25 +00:00
fuse_vfsops.c fusefs: delete some unused mount options 2019-06-26 15:15:24 +00:00
fuse_vnops.c fusefs: recycle vnodes after their last unlink 2019-06-27 20:18:12 +00:00
fuse.h fusefs: convert statistical sysctls to use counter(9) 2019-06-27 16:30:25 +00:00