freebsd-dev/sys/fs/fuse
Alan Somers a4856c96d0 fusefs: raise protocol level to 7.12
This commit raises the protocol level and adds backwards-compatibility code
to handle structure size changes.  It doesn't implement any new features.
The new features added in protocol 7.12 are:

* server-side umask processing (which FreeBSD won't do)
* asynchronous inode and directory entry invalidation (which I'll do next)

Sponsored by:	The FreeBSD Foundation
2019-05-29 16:39:52 +00:00
..
fuse_device.c fusefs: Report the number of available ops in kevent(2) 2019-05-12 15:27:18 +00:00
fuse_file.c fusefs: set the flags fields of fuse_write_in and fuse_read_in 2019-05-28 01:09:19 +00:00
fuse_file.h fusefs: raise protocol level to 7.10 2019-05-29 00:01:36 +00:00
fuse_internal.c fusefs: raise protocol level to 7.12 2019-05-29 16:39:52 +00:00
fuse_internal.h fusefs: fix exporting fuse filesystems with nfsd 2019-05-23 23:06:26 +00:00
fuse_io.c fusefs: set the flags fields of fuse_write_in and fuse_read_in 2019-05-28 01:09:19 +00:00
fuse_io.h fusefs: fix a deadlock in VOP_PUTPAGES 2019-04-26 19:47:43 +00:00
fuse_ipc.c fusefs: misc build fixes 2019-05-25 21:40:27 +00:00
fuse_ipc.h fusefs: implement FUSE_ASYNC_READ 2019-05-24 05:12:43 +00:00
fuse_kernel.h fusefs: raise protocol level to 7.12 2019-05-29 16:39:52 +00:00
fuse_main.c fusefs: FIFO support 2019-04-29 01:40:35 +00:00
fuse_node.c fusefs: raise protocol level to 7.10 2019-05-29 00:01:36 +00:00
fuse_node.h fusefs: Make fuse file systems NFS-exportable 2019-05-23 00:44:01 +00:00
fuse_vfsops.c fusefs: Make fuse file systems NFS-exportable 2019-05-23 00:44:01 +00:00
fuse_vnops.c fusefs: raise protocol level to 7.12 2019-05-29 16:39:52 +00:00
fuse.h fusefs: reap dead code 2019-04-19 23:04:07 +00:00