Antonio SJ Musumeci
f66fb7e2d4
Fix user.mergerfs.pid
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
trapexit
211e6c7115
Merge pull request #1239 from trapexit/validation
Add proper input validation for readdir policy
1 year ago
Antonio SJ Musumeci
335ca55a6e
Add proper input validation for readdir policy
1 year ago
trapexit
69de4de53f
Merge pull request #1238 from trapexit/boundedqueue
Change threadpool to use concurrentqueue
1 year ago
Antonio SJ Musumeci
76c8d48dbd
Change threadpool to use concurrentqueue
1 year ago
trapexit
a927a15e9c
Merge pull request #1237 from trapexit/threadfix
Initialize readdir threadpool after daemonizing
1 year ago
Antonio SJ Musumeci
0c555e71a0
Initialize readdir threadpool after daemonizing
1 year ago
trapexit
82781b6ff8
Merge pull request #1235 from DavidFair/readme_direct_parallel
Docs: clarify parallel-direct-writes and cache.files
1 year ago
David Fairbrother
b545352712
Nit: cache.files=per-process grammar
Change which 'comm' name -> whose 'comm' name.
Whose implies possession, and the process possess the name we're
matching
1 year ago
David Fairbrother
3d05999db0
State cache.files per-process behaviour w/out match
This makes it clear, along with the previous commit, that per-process will allow
us to use parallel direct writes as they will mount with the equivalent
of cache.files=off (i.e. direct_io)
1 year ago
David Fairbrother
f4a8105a42
Clarify parallel direct writes conditions
Clarify that paralell direct can only be enabled where the kernel
version supports it, which is 6.2+.
State the two cache.files modes which can support parallel direct writes
in the description.
1 year ago
trapexit
004b616115
Merge pull request #1234 from trapexit/fixes
Misc fixes for older platforms
1 year ago
Antonio SJ Musumeci
8d7017273f
Misc fixes for older platforms
1 year ago
trapexit
51b65cd126
Merge pull request #1233 from trapexit/atomic
Use relaxed memory order for atomic counters
1 year ago
Antonio SJ Musumeci
0ed03a1535
Use relaxed memory order for atomic counters
1 year ago
trapexit
b6d3c34d3f
Merge pull request #1232 from trapexit/wyhash
Update wyhash to final4
1 year ago
Antonio SJ Musumeci
fdecabfaab
Update wyhash to final4
1 year ago
trapexit
3a1d8e03a1
Merge pull request #1231 from trapexit/readdir
Fix setting of ugids for concurrent readdir
1 year ago
Antonio SJ Musumeci
e586d2fd1e
Fix setting of ugids for concurrent readdir
1 year ago
trapexit
e0087cd8a7
Merge pull request #1228 from trapexit/threading
Add thread names for easier debugging
1 year ago
Antonio SJ Musumeci
2377cb05b6
Add thread names for easier debugging
1 year ago
trapexit
a8ffbc84f6
Merge pull request #1227 from trapexit/gidcache
Add ability to invalidate gid cache on demand
1 year ago
Antonio SJ Musumeci
0aafdefc18
Add ability to invalidate gid cache on demand
SIGUSR2 or ioctl
1 year ago
trapexit
7221fded71
Merge pull request #1226 from feltcat/feltcat-patch-1
Fix a typo in README.md
1 year ago
feltcat
7a09f560f7
Fix a typo in README.md
1 year ago
trapexit
8b769dff7f
Merge pull request #1225 from trapexit/new-funcs
Add callbacks for newer functions
1 year ago