freebsd-dev/sys/fs/fuse
Alan Somers f0f7fc1be4 fusefs: fix interrupting FUSE_SETXATTR
fusefs's VOP_SETEXTATTR calls uiomove(9) before blocking, so it can't be
restarted.  It must be interrupted instead.

PR:		236530
Sponsored by:	The FreeBSD Foundation
2019-04-19 20:31:12 +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: implement VOP_ADVLOCK 2019-04-12 23:22:27 +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: don't send FUSE_INTERRUPT for ops that are still in-kernel 2019-04-19 15:05:32 +00:00
fuse_ipc.h fusefs: improvements to interruptibility 2019-04-18 19:16:34 +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: fix interrupting FUSE_SETXATTR 2019-04-19 20:31:12 +00:00
fuse.h fusefs: convert debug printfs into dtrace probes 2019-03-29 02:13:06 +00:00