freebsd-dev/sys/fs/fuse
Alan Somers 3f105d16a0 fusefs: raise protocol level to 7.10
Protocol version 7.10 has only one new feature, and I'm choosing not to
implement it, so this commit is basically a noop.  The sole new feature is
the FOPEN_NONSEEKABLE flag, which a fuse file system can return to indicate
that a certain file handle cannot be seeked.  However, I'm unaware of any
file system in ports that uses this flag.

Sponsored by:	The FreeBSD Foundation
2019-05-29 00:01:36 +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: set the flags fields of fuse_write_in and fuse_read_in 2019-05-28 01:09:19 +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.10 2019-05-29 00:01:36 +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: flock(2) locks must be implemented in-kernel 2019-05-28 00:03:46 +00:00
fuse.h fusefs: reap dead code 2019-04-19 23:04:07 +00:00