Commit Graph

1270 Commits

Author SHA1 Message Date
Antonio SJ Musumeci
46df2d4eb3 fuse_open.cpp 2024-04-10 18:44:28 -05:00
Antonio SJ Musumeci
e0639c5382 fuse_open.cpp 2024-04-10 18:44:22 -05:00
Antonio SJ Musumeci
5fa3a208f6 fuse_open.cpp 2024-04-10 18:37:22 -05:00
Antonio SJ Musumeci
d8d7a2efc1 fuse_open.cpp 2024-04-10 18:37:06 -05:00
Antonio SJ Musumeci
ea3bb5ea84 fuse_lowlevel.c 2024-04-10 08:11:25 -05:00
Antonio SJ Musumeci
a09cf45a35 fuse_lowlevel.c 2024-04-09 23:23:03 -05:00
Antonio SJ Musumeci
d357af6959 fuse_open.cpp 2024-04-09 23:22:44 -05:00
Antonio SJ Musumeci
70628453a2 fuse_lowlevel.c 2024-04-09 23:21:41 -05:00
Antonio SJ Musumeci
78d754df6b fuse_lowlevel.c 2024-04-09 23:21:20 -05:00
Antonio SJ Musumeci
2b8de4a9a6 fuse_lowlevel.c 2024-04-09 23:20:21 -05:00
Antonio SJ Musumeci
655742c915 fuse_lowlevel.c 2024-04-09 23:20:12 -05:00
Antonio SJ Musumeci
f7f3328142 fuse_lowlevel.c 2024-04-09 23:20:01 -05:00
Antonio SJ Musumeci
a52e198790 fuse.c 2024-04-09 23:17:24 -05:00
Antonio SJ Musumeci
530206f881 fuse_create.cpp 2024-04-09 22:04:38 -05:00
Antonio SJ Musumeci
5a4834efa2 fuse_open.cpp 2024-04-09 22:04:28 -05:00
Antonio SJ Musumeci
975e951e3b fuse_open.cpp 2024-04-09 22:04:27 -05:00
Antonio SJ Musumeci
1b4bec79a9 fuse_open.cpp 2024-04-09 22:04:21 -05:00
Antonio SJ Musumeci
81ea34fb29 fuse_open.cpp 2024-04-09 22:03:41 -05:00
Antonio SJ Musumeci
dca180f39a fuse_lowlevel.c 2024-04-09 22:02:42 -05:00
Antonio SJ Musumeci
5950ac6cdd fuse_lowlevel.c 2024-04-09 22:02:38 -05:00
Antonio SJ Musumeci
4a6b5180bb fuse_init.cpp 2024-04-09 21:34:21 -05:00
Antonio SJ Musumeci
998c3f3d22 fuse_open.cpp 2024-04-09 21:27:02 -05:00
Antonio SJ Musumeci
4abcd7b3a4 fuse_open.cpp 2024-04-09 21:24:51 -05:00
Antonio SJ Musumeci
1730c6c483 fuse_open.cpp 2024-04-09 21:24:44 -05:00
Antonio SJ Musumeci
65bcdd3021 fuse_open.cpp 2024-04-09 21:24:01 -05:00
Antonio SJ Musumeci
d65ef83e22 fuse_init.cpp 2024-04-09 21:12:56 -05:00
Antonio SJ Musumeci
5004db9d61 fuse_lowlevel.c 2024-04-09 21:08:37 -05:00
Antonio SJ Musumeci
71433d69a5 fuse_create.cpp 2024-04-09 20:50:52 -05:00
Antonio SJ Musumeci
a2031b8be1 fuse_open.cpp 2024-04-09 20:50:36 -05:00
Antonio SJ Musumeci
bf3ff771ad fuse_lowlevel.c 2024-04-09 20:18:30 -05:00
Antonio SJ Musumeci
07e7d76b7c Add support for file io passthrough
If using Linux 6.9 or above and enabled (passthrough=true) files
opened or created will use the FUSE passthrough feature.

If direct-io=true / cache.files=off it will override passthrough. If
direct-io-allow-mmap is enabled only mmap will passthrough.

HANDLE_KILLPRIV and V2 are enabled now by default to remove the
kernel's need to issue getattr and getxattr requests.

moveonenospc will not work when leveraging passthrough.
2024-04-09 20:11:00 -05:00
trapexit
b21172c609
Merge pull request #1321 from trapexit/allowmmap
Add support for 'direct-io-allow-mmap' if supported by kernel
2024-03-21 21:54:04 -04:00
Antonio SJ Musumeci
f0444a1ca9 Add support for 'direct-io-allow-mmap' if supported by kernel 2024-03-21 20:48:42 -05:00
trapexit
977d04229f
Merge pull request #1320 from trapexit/readme
Suggest cache.files=auto-full rather than partial
2024-03-21 21:36:27 -04:00
Antonio SJ Musumeci
757ae66327 Suggest cache.files=auto-full rather than partial 2024-03-17 00:47:33 -05:00
trapexit
42d0b5734c
Merge pull request #1312 from trapexit/preload-tmpfile
Special case O_TMPFILE in preload
2024-02-29 15:41:22 -05:00
Antonio SJ Musumeci
78050ed6b0 Special case O_TMPFILE in preload 2024-02-29 14:33:27 -06:00
trapexit
19ee44afe7
Merge pull request #1309 from trapexit/root-nodeid
Root nodeid
2024-02-25 18:29:58 -05:00
Antonio SJ Musumeci
a234e9446c Update README to remove unnecessary references to export-support for NFS 2024-02-25 17:27:08 -06:00
Antonio SJ Musumeci
951eb9540d Ensure lookups of FUSE_ROOT_ID always return generation=0 2024-02-25 17:14:15 -06:00
trapexit
85a936c95e
Merge pull request #1308 from trapexit/readme
Change mount type from fuse.mergerfs to mergerfs in README
2024-02-24 02:09:40 -05:00
Antonio SJ Musumeci
8210e63a66 Change mount type from fuse.mergerfs to mergerfs in README 2024-02-24 01:08:30 -06:00
trapexit
facdb66746
Merge pull request #1307 from trapexit/readme
Add NFS options to remote filesystems section of readme
2024-02-19 19:20:41 -06:00
Antonio SJ Musumeci
1916e54a24 Add NFS options to remote filesystems section of readme 2024-02-19 19:19:00 -06:00
trapexit
7fabe515f4
Merge pull request #1306 from trapexit/export-support
Add export-support option as possible workaround for NFS EIO issues
2024-02-19 19:00:54 -06:00
Antonio SJ Musumeci
0ca5d6aad0 Add export-support option as possible workaround for NFS EIO issues 2024-02-19 18:58:50 -06:00
trapexit
0c1aeb411d
Merge pull request #1305 from trapexit/lib-updates
Library updates
2024-02-18 17:56:39 -06:00
Antonio SJ Musumeci
17fdbf7f42 Update fuse_kernel.h 2024-02-18 17:50:34 -06:00
Antonio SJ Musumeci
27349e41ef Update fmt 2024-02-18 17:24:18 -06:00
Antonio SJ Musumeci
b3ce95c422 Update nonstd::optional 2024-02-18 17:24:18 -06:00