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
Antonio SJ Musumeci
6dcf6111af
Add callbacks for newer functions
* setupmapping
* removemapping
* syncfs
* tmpfile
1 year ago
trapexit
9849bcd3cf
Merge pull request #1224 from trapexit/readdir
Add readdir policies
1 year ago
Antonio SJ Musumeci
c92a10021e
Add readdir policies
1 year ago
trapexit
d817fa4e97
Merge pull request #1220 from trapexit/fix-logging
Fix logging pin-threads details
1 year ago
Antonio SJ Musumeci
eb141c4c4e
Fix logging pin-threads details
1 year ago
trapexit
282ce08ddb
Merge pull request #1219 from trapexit/fuse-config
Move fuse thread args out of fuse session object
1 year ago
Antonio SJ Musumeci
51d97bb444
Move fuse thread args out of fuse session object
1 year ago
trapexit
539f2221a3
Merge pull request #1213 from trapexit/lib-updates
Lib updates
1 year ago
Antonio SJ Musumeci
2b1804d364
Add a DEPENDENCIES file to list dependencies
Mostly to remind myself which libs to update on occasion
1 year ago
Antonio SJ Musumeci
556c6522c0
Update fmt to v10.0.0
1 year ago
Antonio SJ Musumeci
543603bdfc
Update ghc::filesystem to v1.5.14
1 year ago
trapexit
7a86ed6508
Merge pull request #1212 from trapexit/erofs
Create functions can set branches RO on EROFS
1 year ago
Antonio SJ Musumeci
707d298d7c
Create functions can set branches RO on EROFS
1 year ago
trapexit
36a4b7a23a
Merge pull request #1209 from trapexit/o_direct
Align msg buffer memory to allow O_DIRECT to work
1 year ago
Antonio SJ Musumeci
22833bdfe2
Align msg buffer memory to allow O_DIRECT to work
1 year ago
trapexit
775c3cad90
Merge pull request #1208 from trapexit/syslog
Simplify syslog wrapper a bit
1 year ago
Antonio SJ Musumeci
fa537961c5
Simplify syslog wrapper a bit
1 year ago