freebsd-dev/sys/fs/fuse
Alan Somers 102c7ac083 fusefs: handle ENOSYS for FUSE_INTERRUPT
Though it's not documented, Linux will interpret a FUSE_INTERRUPT response
of ENOSYS as "the file system does not support FUSE_INTERRUPT".
Subsequently it will never send FUSE_INTERRUPT again to the same mount
point.  This change matches Linux's behavior.

PR:		346357
Sponsored by:	The FreeBSD Foundation
2019-04-24 17:30:50 +00:00
..
fuse_device.c fusefs: rename the SDT probes from "fuse" to "fusefs" 2019-04-20 00:04:31 +00:00
fuse_file.c fusefs: rename the SDT probes from "fuse" to "fusefs" 2019-04-20 00:04:31 +00:00
fuse_file.h fusefs: implement VOP_ADVLOCK 2019-04-12 23:22:27 +00:00
fuse_internal.c fusefs: rename the SDT probes from "fuse" to "fusefs" 2019-04-20 00:04:31 +00:00
fuse_internal.h fusefs: reap dead code 2019-04-19 23:04:07 +00:00
fuse_io.c fusefs: diff reduction between fuse_read_biobackend and ext_read 2019-04-23 22:34:32 +00:00
fuse_io.h fusefs: send FUSE_OPEN for every open(2) with unique credentials 2019-04-01 20:42:15 +00:00
fuse_ipc.c fusefs: handle ENOSYS for FUSE_INTERRUPT 2019-04-24 17:30:50 +00:00
fuse_ipc.h fusefs: reap dead code 2019-04-19 23:04:07 +00:00
fuse_kernel.h fuse(4): add tests related to FUSE_MKNOD 2019-03-05 00:27:54 +00:00
fuse_main.c fusefs: rename the SDT probes from "fuse" to "fusefs" 2019-04-20 00:04:31 +00:00
fuse_node.c fusefs: use vfs_bio_clrbuf in fuse_vnode_setsize 2019-04-23 22:25:50 +00:00
fuse_node.h fusefs: test that we reparent a vnode during rename 2019-04-11 22:34:28 +00:00
fuse_vfsops.c fusefs: rename the SDT probes from "fuse" to "fusefs" 2019-04-20 00:04:31 +00:00
fuse_vnops.c fusefs: rename the SDT probes from "fuse" to "fusefs" 2019-04-20 00:04:31 +00:00
fuse.h fusefs: reap dead code 2019-04-19 23:04:07 +00:00