freebsd-dev/sys/fs/fuse
Alan Somers 268c28edbc fusefs: give priority to FUSE_INTERRUPT operations
When interrupting a FUSE operation, send the FUSE_INTERRUPT op to the daemon
ASAP, ahead of other unrelated operations.

PR:		236530
Sponsored by:	The FreeBSD Foundation
2019-04-19 21:50:23 +00:00
..
fuse_device.c fusefs: improvements to interruptibility 2019-04-18 19:16:34 +00:00
fuse_file.c fusefs: implement VOP_ADVLOCK 2019-04-12 23:22:27 +00:00
fuse_file.h fusefs: implement VOP_ADVLOCK 2019-04-12 23:22:27 +00:00
fuse_internal.c fusefs: give priority to FUSE_INTERRUPT operations 2019-04-19 21:50:23 +00:00
fuse_internal.h fusefs: various cleanups 2019-04-10 21:10:21 +00:00
fuse_io.c fusefs: WIP making FUSE operations interruptible 2019-04-17 23:32:38 +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: give priority to FUSE_INTERRUPT operations 2019-04-19 21:50:23 +00:00
fuse_ipc.h fusefs: give priority to FUSE_INTERRUPT operations 2019-04-19 21:50:23 +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: convert debug printfs into dtrace probes 2019-03-29 02:13:06 +00:00
fuse_node.c fusefs: fix a panic in a stale vnode situation 2019-04-11 22:32:34 +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: convert debug printfs into dtrace probes 2019-03-29 02:13:06 +00:00
fuse_vnops.c fusefs: give priority to FUSE_INTERRUPT operations 2019-04-19 21:50:23 +00:00
fuse.h fusefs: convert debug printfs into dtrace probes 2019-03-29 02:13:06 +00:00