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 |
trapexit
|
ee13810f3b
|
Merge pull request #1207 from trapexit/atomic
Fix build on older distros due to std::atomic definitions
|
1 year ago |
Antonio SJ Musumeci
|
5d6c9cc56a
|
Fix build on older distros due to std::atomic definitions
std::atomic_uint64_t missing in some older distros
|
1 year ago |
trapexit
|
832903378e
|
Merge pull request #1206 from trapexit/write-errs
Fix error handling for cached writes
|
1 year ago |
Antonio SJ Musumeci
|
2722f4f64d
|
Fix error handling for cached writes
|
1 year ago |
trapexit
|
7cdd12bda4
|
Merge pull request #1204 from trapexit/gc
Add manual GC triggering + configurable process queue depth
|
1 year ago |
Antonio SJ Musumeci
|
5ab0fbcaee
|
Add manual GC triggering + configurable process queue depth
Yes, these are unrelated changes but somehow ended up being
prototyped together and I'm too lazy to separate them.
|
2 years ago |
trapexit
|
42836e0961
|
Merge pull request #1203 from trapexit/append-move
Fix move when in append mode + fix read/write direct_io vs cached behavior
|
1 year ago |
Antonio SJ Musumeci
|
6a14a10e6c
|
Fix read/write behavior and return value depending on direct_io
Also add parallel direct write option for 6.2+ kernels.
|
1 year ago |
Antonio SJ Musumeci
|
82430e1079
|
Fix moveonenospc when file opened with append mode
|
1 year ago |
trapexit
|
701f88de43
|
Merge pull request #1171 from trapexit/srcmounts
Make srcmounts readonly
|
2 years ago |
Antonio SJ Musumeci
|
c72997f298
|
Make srcmounts readonly
All tools only read from srcmounts and the current setup had a bug
which caused branch mode and minfreespace to be stripped when using
config file.
|
2 years ago |
trapexit
|
c681d6c2fe
|
Merge pull request #1170 from trapexit/fuse_destroy
Fix crash when exiting with open deleted files
|
2 years ago |
Antonio SJ Musumeci
|
6bc3d77992
|
Fix crash when exiting with open deleted files
|
2 years ago |
trapexit
|
c266bae96d
|
Merge pull request #1166 from trapexit/docs
Remove duplicate entries in docs
|
2 years ago |
Antonio SJ Musumeci
|
cdcfef2ceb
|
Remove duplicate entries in docs
|
2 years ago |
trapexit
|
7a62a629b9
|
Merge pull request #1165 from trapexit/thread-defaults
Change default read-thread-count from -1 to 0 as documented
|
2 years ago |
Antonio SJ Musumeci
|
0a64d74b4b
|
Change default read-thread-count from -1 to 0 as documented
|
2 years ago |
trapexit
|
26c8b5c642
|
Merge pull request #1161 from trapexit/fix
Workaround older gcc bug with namespacing std::hash
|
2 years ago |
Antonio SJ Musumeci
|
26fd11cb4d
|
Workaround older gcc bug with namespacing std::hash
|
2 years ago |
trapexit
|
cdceade1ae
|
Merge pull request #1159 from trapexit/wait
More actively report to syslog when waiting for branches to mount
|
2 years ago |
Antonio SJ Musumeci
|
eebd6e9eb4
|
Actively report to syslog when waiting for mounts
|
2 years ago |
trapexit
|
9744eab819
|
Merge pull request #1156 from trapexit/options
Fix loading readonly / write once options from file
|
2 years ago |
Antonio SJ Musumeci
|
1c5b0f2f5f
|
Fix loading readonly / write once options from file
|
2 years ago |
trapexit
|
d9033b7713
|
Merge pull request #1155 from trapexit/mover-scripts
Fix mover script link typo
|
2 years ago |
Antonio SJ Musumeci
|
b1d11779f0
|
Fix mover script link typo
|
2 years ago |
trapexit
|
be19b9ce71
|
Merge pull request #1154 from trapexit/mover-scripts
Move tiered cache mover scripts to files in tools dir
|
2 years ago |
Antonio SJ Musumeci
|
9fcaf6a674
|
Move tiered cache mover scripts to files in tools dir
|
2 years ago |
trapexit
|
2dd4b788ce
|
Merge pull request #1153 from trapexit/readme
Misc README updates
|
2 years ago |
Antonio SJ Musumeci
|
5152c63480
|
Misc README updates
|
2 years ago |
trapexit
|
bd02bfd54c
|
Merge pull request #1151 from kephir4eg/master
Fix config file parsing
|
2 years ago |
Ilya Taranov
|
d04e04e89a
|
Fix config file parsing
|
2 years ago |
trapexit
|
10a9969a64
|
Merge pull request #1149 from trapexit/readahead
Add ability to set readahead of mergerfs and branches
|
2 years ago |
Antonio SJ Musumeci
|
486c5d3734
|
Add ability to set readahead of mergerfs and branches
|
2 years ago |