freebsd-dev/sys/fs/fuse
Alan Somers 7b8622fa22 fusefs: support EVFILT_WRITE on /dev/fuse
/dev/fuse is always ready for writing, so it's kind of dumb to poll it.
But some applications do it anyway.  Better to return ready than EINVAL.

MFC after:	2 weeks
Reviewed by:	emaste, pfg
Differential Revision: https://reviews.freebsd.org/D30784
2021-06-16 13:34:14 -06:00
..
fuse_device.c fusefs: support EVFILT_WRITE on /dev/fuse 2021-06-16 13:34:14 -06:00
fuse_file.c fusefs: remove superfluous counter_u64_zero 2019-08-06 00:50:25 +00:00
fuse_file.h [skip ci] update copyright headers in fusefs files 2019-06-28 04:18:10 +00:00
fuse_internal.c fusefs: improve warnings about buggy FUSE servers 2021-06-16 13:31:31 -06:00
fuse_internal.h fusefs: implement FUSE_COPY_FILE_RANGE. 2021-01-01 10:18:23 -07:00
fuse_io.c fusefs: improve warnings about buggy FUSE servers 2021-06-16 13:31:31 -06:00
fuse_io.h [skip ci] update copyright headers in fusefs files 2019-06-28 04:18:10 +00:00
fuse_ipc.c fusefs: improve warnings about buggy FUSE servers 2021-06-16 13:31:31 -06:00
fuse_ipc.h fusefs: improve warnings about buggy FUSE servers 2021-06-16 13:31:31 -06:00
fuse_kernel.h fusefs: implement FUSE_COPY_FILE_RANGE. 2021-01-01 10:18:23 -07:00
fuse_main.c Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (8 of many) 2020-02-24 10:33:51 +00:00
fuse_node.c vnode: move write cluster support data to inodes. 2021-02-21 11:38:21 +02:00
fuse_node.h vnode: move write cluster support data to inodes. 2021-02-21 11:38:21 +02:00
fuse_vfsops.c fusefs: improve warnings about buggy FUSE servers 2021-06-16 13:31:31 -06:00
fuse_vnops.c fusefs: improve warnings about buggy FUSE servers 2021-06-16 13:31:31 -06:00
fuse.h [skip ci] update copyright headers in fusefs files 2019-06-28 04:18:10 +00:00