Antonio SJ Musumeci
6aa6452d3e
Add flushonclose feature
1 year ago
Antonio SJ Musumeci
0888f372aa
Fix readdir doc typos
1 year ago
Antonio SJ Musumeci
3fc0aa3809
Add some new questions to FAQ
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
feltcat
7a09f560f7
Fix a typo in README.md
1 year ago
Antonio SJ Musumeci
c92a10021e
Add readdir policies
1 year ago
Antonio SJ Musumeci
707d298d7c
Create functions can set branches RO on EROFS
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
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
cdcfef2ceb
Remove duplicate entries in docs
2 years ago
Antonio SJ Musumeci
b1d11779f0
Fix mover script link typo
2 years ago
Antonio SJ Musumeci
9fcaf6a674
Move tiered cache mover scripts to files in tools dir
2 years ago
Antonio SJ Musumeci
5152c63480
Misc README updates
2 years ago
Antonio SJ Musumeci
486c5d3734
Add ability to set readahead of mergerfs and branches
2 years ago
Antonio SJ Musumeci
ee2855bb38
Update README regarding why epmfs is default
2 years ago
Jonas Winkler
a598f63235
Update README.md
2 years ago
Antonio SJ Musumeci
e25fa1954e
Lots of misc README updates
2 years ago
Antonio SJ Musumeci
84592a9f13
Remove splicing features
After numerous tests it was found the splice features were at best
the same performance as standard IO and at worse actually slower.
To simplify the code all splice features are removed.
2 years ago
Antonio SJ Musumeci
34310170ac
Add ability to pin read and processing threads
2 years ago
Antonio SJ Musumeci
9effeb6869
Add "per-process" file caching feature
Allows chosing page caching based on process name.
2 years ago
Antonio SJ Musumeci
ac4e097511
Add more apps to section on sqlite3 mmap problems
2 years ago
Antonio SJ Musumeci
9670fb9704
Update README regarding requesting support and policy descriptions
2 years ago
Antonio SJ Musumeci
92ccfd3c89
Hard code setting of allow_other, ignore when set
2 years ago
Antonio SJ Musumeci
a7113bb163
Allow setting of scheduling priority
2 years ago
Antonio SJ Musumeci
939eb3996a
Add option to wait for branches to become new mounts
branches-mount-timeout=UINT64 in seconds (default: 0)
2 years ago
Antonio SJ Musumeci
3ee93d4c56
Remove 'nonempty' argument
This makes it like all other filesystems and brings it into alignment
with libfuse3's behavior.
2 years ago
Antonio SJ Musumeci
d11807ef7c
Remove use_ino option and make behavior same as if set
2 years ago
Antonio SJ Musumeci
24423b8d2a
Add async message processing
2 years ago
David Kaufman
b65e52d56b
small grammar correction to README file
sorry, i'm a grammar nerd with ocd :-)
2 years ago
Antonio SJ Musumeci
9082285cc8
Support doc update
2 years ago
Andrea Gelmini
338e559e53
Fix typos
2 years ago
Antonio SJ Musumeci
77f098614f
Add details about usage of FUSE to docs
3 years ago
Antonio SJ Musumeci
e2dda3c1b1
Rework support section in readme
3 years ago
trapexit
58803f4845
Update README.md
3 years ago
Antonio SJ Musumeci
68719da828
Remove ioctl runtime section, use getfattr instead of xattr
3 years ago
Antonio SJ Musumeci
f598d3bc38
Add details on dropping caches before benchmarks
3 years ago
Antonio SJ Musumeci
df721eb253
Update docs with Chia wallet address
3 years ago
Antonio SJ Musumeci
54e85007a2
Add more clarity in what to provide when submitting bug reports or questions
3 years ago
Antonio SJ Musumeci
1aaf742c13
Update 'features' section of readme
3 years ago
trapexit
c40f42e57e
mention bind-propagation and add link to hotio
4 years ago
trapexit
44efbaabe6
Update README.md
Add FAQ entry regarding container runtimes
4 years ago
Antonio SJ Musumeci
495afeffb1
README: update strace args and add question on snapraid
4 years ago
Andrea Gelmini
58b4eb9089
Fix typo
4 years ago
Antonio SJ Musumeci
8adebc9489
new features: follow-symlinks, rename-exdev, link-exdev
* follow-symlinks: allows mergerfs to transparently follow symlinks
* link-exdev: in the event a link returns EXDEV create a symlink instead
* rename-exdev: in the event a rename returns EXDEV move the oldpath and
create a symlink for the newpath
4 years ago
Antonio SJ Musumeci
6a9f7e6afc
readme: update support section
4 years ago
Antonio SJ Musumeci
3bc189cfc8
README: update support section
4 years ago
Antonio SJ Musumeci
dfb544fed8
README: add warning/clearity about caching script and hardlinks and cow
4 years ago
Antonio SJ Musumeci
e9e17baf5e
README: misc updates and tweaks
4 years ago