PhracturedBlue
d0d265a26f
Add new basepath-hash inode-generation algorithm
A filesystem's device id (st_dev) may change on reboot (eg with zfs). Instead, we can use the files base path (+underlying inode) to generate an inode, which will remain constant across reboots. However, this may have unexpected effects if multiple unique devices appear under a base path.
Like hybrid_hash, basehybrid_hash/32 hashes relative path for dirs and basepath_hash for files
Original patch by thrnz@github
7 months ago
trapexit
42d0b5734c
Merge pull request #1312 from trapexit/preload-tmpfile
Special case O_TMPFILE in preload
9 months ago
Antonio SJ Musumeci
78050ed6b0
Special case O_TMPFILE in preload
9 months ago
trapexit
19ee44afe7
Merge pull request #1309 from trapexit/root-nodeid
Root nodeid
9 months ago
Antonio SJ Musumeci
a234e9446c
Update README to remove unnecessary references to export-support for NFS
9 months ago
Antonio SJ Musumeci
951eb9540d
Ensure lookups of FUSE_ROOT_ID always return generation=0
9 months ago
trapexit
85a936c95e
Merge pull request #1308 from trapexit/readme
Change mount type from fuse.mergerfs to mergerfs in README
9 months ago
Antonio SJ Musumeci
8210e63a66
Change mount type from fuse.mergerfs to mergerfs in README
9 months ago
trapexit
facdb66746
Merge pull request #1307 from trapexit/readme
Add NFS options to remote filesystems section of readme
9 months ago
Antonio SJ Musumeci
1916e54a24
Add NFS options to remote filesystems section of readme
9 months ago
trapexit
7fabe515f4
Merge pull request #1306 from trapexit/export-support
Add export-support option as possible workaround for NFS EIO issues
9 months ago
Antonio SJ Musumeci
0ca5d6aad0
Add export-support option as possible workaround for NFS EIO issues
9 months ago
trapexit
0c1aeb411d
Merge pull request #1305 from trapexit/lib-updates
Library updates
9 months ago
Antonio SJ Musumeci
17fdbf7f42
Update fuse_kernel.h
9 months ago
Antonio SJ Musumeci
27349e41ef
Update fmt
9 months ago
Antonio SJ Musumeci
b3ce95c422
Update nonstd::optional
9 months ago
Antonio SJ Musumeci
cedc9f0f25
Update ghc::filesystem
9 months ago
trapexit
d68ad9ac01
Expand the preload docs ( #1299 )
10 months ago
trapexit
ae6c4f7c25
Rework mergerfs vs X section of readme ( #1298 )
10 months ago
trapexit
87475098a1
Add credit to nohajc for preload idea ( #1295 )
10 months ago
trapexit
d4dc0701d6
Create ld_preload to reopen files on underlying filesystem ( #1294 )
10 months ago
0x6d61726b
c1c2f075ee
Update README.md ( #1283 )
* Update README.md
Information added that mergerfs v2.35.0 and newer sets `allow_other` (but not 2.33.5, that is used by Debian 12.2)
12 months ago
trapexit
96d34f1eab
Merge pull request #1280 from trapexit/getpid
Fix user.mergerfs.pid
1 year ago
Antonio SJ Musumeci
f66fb7e2d4
Fix user.mergerfs.pid
1 year ago
trapexit
edb3368078
Merge pull request #1277 from trapexit/flushdefault
Set flush-on-close default to opened-for-write
1 year ago
Antonio SJ Musumeci
bd70928268
Set flush-on-close default to opened-for-write
1 year ago
trapexit
337aade02d
Merge pull request #1276 from trapexit/allowother
Only set allow_other when running as root
1 year ago
Antonio SJ Musumeci
d6a2f06797
Only set allow_other when running as root
1 year ago
trapexit
7890a4996c
Merge pull request #1275 from trapexit/noflush
Add flushonclose feature
1 year ago
Antonio SJ Musumeci
6aa6452d3e
Add flushonclose feature
1 year ago
trapexit
7d6c8e9333
Merge pull request #1271 from trapexit/warn-root
Warn if not running as root
1 year ago
Antonio SJ Musumeci
a7069153bd
Warn if not running as root
1 year ago
trapexit
5c71a75fdd
Merge pull request #1269 from trapexit/wyhash
Update wyhash to 4.2
1 year ago
Antonio SJ Musumeci
fd33df04a3
Update wyhash to 4.2
1 year ago
trapexit
a9ae36a3e4
Merge pull request #1263 from trapexit/pthread_getname_np
Remove use of pthread_getname_np to work with older musl versions
1 year ago
Antonio SJ Musumeci
569537df9e
Remove use of pthread_getname_np to work with older musl versions
1 year ago
trapexit
8534ee7ceb
Merge pull request #1262 from trapexit/readdir-errs
Rework thread pool queue depth impl
1 year ago
Antonio SJ Musumeci
620cab2948
Rework thread pool queue depth impl
1 year ago
trapexit
8635456818
Merge pull request #1254 from trapexit/typo
Fix readdir doc typos
1 year ago
Antonio SJ Musumeci
0888f372aa
Fix readdir doc typos
1 year ago
trapexit
e09b10c55b
Merge pull request #1249 from trapexit/tpfix
Fix thread pool destruction where threads don't explicitly exit themselves
1 year ago
Antonio SJ Musumeci
766b923116
Fix thread pool destruction where threads don't explicitly exit themselves
1 year ago
trapexit
dd7e9e2aa7
Merge pull request #1244 from trapexit/docs
Add some new questions to FAQ
1 year ago
Antonio SJ Musumeci
3fc0aa3809
Add some new questions to FAQ
1 year ago
trapexit
b1dcc94e98
Merge pull request #1242 from trapexit/debug-removal
Remove unneeded debug logging from thread pool
1 year ago
Antonio SJ Musumeci
6d2c99e487
Remove unneeded debug logging from thread pool
1 year ago
trapexit
9d9eacfe7b
Merge pull request #1241 from trapexit/version
Add website and license to version option
1 year ago
Antonio SJ Musumeci
b91cc1c191
Add website and license to version option
1 year ago
trapexit
6d2f26c60e
Merge pull request #1240 from trapexit/dynamic-threadpool
Rework thread pool, add ability to add/remove threads at runtime
1 year ago
Antonio SJ Musumeci
0a94bd7cfc
Rework thread pool, add ability to add/remove threads at runtime
1 year ago