freebsd-dev/sys/fs/fuse
Alan Somers 560a55d094 fusefs: convert statistical sysctls to use counter(9)
counter(9) is more performant than using atomic instructions to update
sysctls that just report statistics to userland.

Sponsored by:	The FreeBSD Foundation
2019-06-27 16:30:25 +00:00
..
fuse_device.c fusefs: raise protocol level to 7.15 2019-06-20 23:32:25 +00:00
fuse_file.c fusefs: convert statistical sysctls to use counter(9) 2019-06-27 16:30:25 +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: convert statistical sysctls to use counter(9) 2019-06-27 16:30:25 +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: convert statistical sysctls to use counter(9) 2019-06-27 16:30:25 +00:00
fuse.h fusefs: convert statistical sysctls to use counter(9) 2019-06-27 16:30:25 +00:00