freebsd-src/sys/fs/fuse
Konstantin Belousov 2bfd8992c7 vnode: move write cluster support data to inodes.
The data is only needed by filesystems that
1. use buffer cache
2. utilize clustering write support.

Requested by:	mjg
Reviewed by:	asomers (previous version), fsu (ext2 parts), mckusick
Tested by:	pho
Sponsored by:	The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D28679
2021-02-21 11:38:21 +02:00
..
fuse.h
fuse_device.c fusefs: delete some dead code 2020-12-28 19:05:35 +00:00
fuse_file.c fusefs: remove superfluous counter_u64_zero 2019-08-06 00:50:25 +00:00
fuse_file.h
fuse_internal.c fusefs: set d_off during VOP_READDIR 2021-02-12 21:50:52 -07:00
fuse_internal.h fusefs: implement FUSE_COPY_FILE_RANGE. 2021-01-01 10:18:23 -07:00
fuse_io.c vnode: move write cluster support data to inodes. 2021-02-21 11:38:21 +02:00
fuse_io.h
fuse_ipc.c fusefs: implement FUSE_COPY_FILE_RANGE. 2021-01-01 10:18:23 -07:00
fuse_ipc.h fusefs: update FUSE protocol to 7.24 and implement FUSE_LSEEK 2020-12-31 08:51:47 -07: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: update FUSE protocol to 7.24 and implement FUSE_LSEEK 2020-12-31 08:51:47 -07:00
fuse_vnops.c Fix vnode locking bug in fuse_vnop_copy_file_range 2021-01-03 11:16:20 -07:00