freebsd-dev/sys/fs/fuse
Alan Somers 9bcecf0fd7 fusefs: clear fuse_getattr_in.getattr_flags
Protocol 7.9 adds this field.  We could use it to store the file handle of
the file whose attributes we're requesting.  However, that requires extra
work at runtime to look up a file handle, and I'm not aware of any file
systems that care.  So it's easiest just to clear it.

Sponsored by:	The FreeBSD Foundation
2019-05-27 22:25:39 +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: fix exporting fuse filesystems with nfsd 2019-05-23 23:06:26 +00:00
fuse_file.h fusefs: implement VOP_ADVLOCK 2019-04-12 23:22:27 +00:00
fuse_internal.c fusefs: clear fuse_getattr_in.getattr_flags 2019-05-27 22:25:39 +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 FUSE_WRITE_CACHE when writing from cache 2019-05-27 21:36:28 +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: Upgrade FUSE protocol to version 7.9. 2019-05-16 17:24:11 +00:00
fuse_main.c fusefs: FIFO support 2019-04-29 01:40:35 +00:00
fuse_node.c fusefs: implement FUSE_ASYNC_READ 2019-05-24 05:12:43 +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: fix exporting fuse filesystems with nfsd 2019-05-23 23:06:26 +00:00
fuse.h fusefs: reap dead code 2019-04-19 23:04:07 +00:00