opnsense-src/sys/fs/fuse
Alan Somers 642399932d fusefs: invalidate the cache during copy_file_range
FUSE_COPY_FILE_RANGE instructs the server to write data to a file.
fusefs must invalidate any cached data within the written range.

PR:		260242
Reviewed by:	pfg
Differential Revision: https://reviews.freebsd.org/D33280

(cherry picked from commit 41ae9f9e64)
2022-01-02 20:03:54 -07:00
..
fuse.h [skip ci] update copyright headers in fusefs files 2019-06-28 04:18:10 +00:00
fuse_device.c modules: increase MAXMODNAME and provide backward compat 2021-12-30 18:26:18 +00:00
fuse_file.c fusefs: implement FUSE_NO_OPEN_SUPPORT and FUSE_NO_OPENDIR_SUPPORT 2021-12-06 21:51:55 -07:00
fuse_file.h fusefs: implement FUSE_NO_OPEN_SUPPORT and FUSE_NO_OPENDIR_SUPPORT 2021-12-06 21:51:55 -07:00
fuse_internal.c fusefs: correctly handle an inode that changes file types 2022-01-02 19:36:38 -07:00
fuse_internal.h fusefs: quiet some cache-related warnings 2021-12-06 22:04:44 -07:00
fuse_io.c fusefs: inline fuse_io_dispatch 2022-01-02 19:54:39 -07:00
fuse_io.h fusefs: inline fuse_io_dispatch 2022-01-02 19:54:39 -07:00
fuse_ipc.c fusefs: ensure that FUSE ops' headers' unique values are actually unique 2021-07-03 18:05:13 -06:00
fuse_ipc.h fusefs: implement FUSE_NO_OPEN_SUPPORT and FUSE_NO_OPENDIR_SUPPORT 2021-12-06 21:51:55 -07:00
fuse_kernel.h fusefs: implement FUSE_NO_OPEN_SUPPORT and FUSE_NO_OPENDIR_SUPPORT 2021-12-06 21:51:55 -07:00
fuse_main.c modules: increase MAXMODNAME and provide backward compat 2021-12-30 18:26:18 +00:00
fuse_node.c fusefs: correctly handle an inode that changes file types 2022-01-02 19:36:38 -07:00
fuse_node.h fusefs: update atime on reads when using cached attributes 2021-12-14 15:15:53 -07:00
fuse_vfsops.c fusefs: quiet some cache-related warnings 2021-12-06 22:04:44 -07:00
fuse_vnops.c fusefs: invalidate the cache during copy_file_range 2022-01-02 20:03:54 -07:00