Antonio SJ Musumeci
34310170ac
Add ability to pin read and processing threads
2023-02-19 17:52:29 -05:00
Antonio SJ Musumeci
9effeb6869
Add "per-process" file caching feature
...
Allows chosing page caching based on process name.
2023-02-18 01:16:36 -05:00
Antonio SJ Musumeci
ac4e097511
Add more apps to section on sqlite3 mmap problems
2023-01-29 23:56:50 -05:00
Antonio SJ Musumeci
9670fb9704
Update README regarding requesting support and policy descriptions
2023-01-29 23:24:09 -05:00
Antonio SJ Musumeci
92ccfd3c89
Hard code setting of allow_other, ignore when set
2023-01-26 23:37:37 -05:00
Antonio SJ Musumeci
a7113bb163
Allow setting of scheduling priority
2023-01-25 23:38:31 -05:00
Antonio SJ Musumeci
939eb3996a
Add option to wait for branches to become new mounts
...
branches-mount-timeout=UINT64 in seconds (default: 0)
2023-01-25 11:59:14 -05:00
Antonio SJ Musumeci
3ee93d4c56
Remove 'nonempty' argument
...
This makes it like all other filesystems and brings it into alignment
with libfuse3's behavior.
2023-01-16 23:33:36 -05:00
Antonio SJ Musumeci
d11807ef7c
Remove use_ino option and make behavior same as if set
2023-01-16 16:21:44 -05:00
Antonio SJ Musumeci
24423b8d2a
Add async message processing
2023-01-16 13:15:53 -05:00
David Kaufman
b65e52d56b
small grammar correction to README file
...
sorry, i'm a grammar nerd with ocd :-)
2023-01-03 00:58:08 -05:00
Antonio SJ Musumeci
9082285cc8
Support doc update
2022-08-08 13:40:43 -04:00
Andrea Gelmini
338e559e53
Fix typos
2022-06-22 11:51:23 +02:00
Antonio SJ Musumeci
77f098614f
Add details about usage of FUSE to docs
2022-05-23 12:40:00 -04:00
Antonio SJ Musumeci
e2dda3c1b1
Rework support section in readme
2022-04-25 17:42:31 -04:00
trapexit
c784d06029
Merge pull request #1005 from trapexit/readme-readahead
...
Update README.md regarding readahead
2022-01-15 17:39:31 -05:00
trapexit
58803f4845
Update README.md
2022-01-15 17:33:07 -05:00
Antonio SJ Musumeci
68719da828
Remove ioctl runtime section, use getfattr instead of xattr
2021-10-25 21:57:30 -04:00
Antonio SJ Musumeci
f598d3bc38
Add details on dropping caches before benchmarks
2021-09-03 07:21:16 -04:00
Antonio SJ Musumeci
df721eb253
Update docs with Chia wallet address
2021-08-26 12:56:33 -04:00
Antonio SJ Musumeci
54e85007a2
Add more clarity in what to provide when submitting bug reports or questions
2021-08-22 13:10:54 -04:00
Antonio SJ Musumeci
1aaf742c13
Update 'features' section of readme
2021-08-10 21:48:51 -04:00
trapexit
c40f42e57e
mention bind-propagation and add link to hotio
2021-05-29 13:26:54 -04:00
trapexit
44efbaabe6
Update README.md
...
Add FAQ entry regarding container runtimes
2021-05-29 13:07:09 -04:00
trapexit
9a5d691619
Merge pull request #889 from trapexit/readme
...
README: update strace args and add question on snapraid
2021-03-11 15:37:37 -05:00
Antonio SJ Musumeci
495afeffb1
README: update strace args and add question on snapraid
2021-03-11 15:36:50 -05:00
Andrea Gelmini
58b4eb9089
Fix typo
2021-03-06 23:38:33 +01:00
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
2021-02-11 23:24:08 -05:00
Antonio SJ Musumeci
6a9f7e6afc
readme: update support section
2021-02-08 17:55:49 -05:00
Antonio SJ Musumeci
3bc189cfc8
README: update support section
2021-01-23 18:54:06 -05:00
Antonio SJ Musumeci
dfb544fed8
README: add warning/clearity about caching script and hardlinks and cow
2021-01-23 17:18:07 -05:00
Antonio SJ Musumeci
e9e17baf5e
README: misc updates and tweaks
2020-12-29 19:34:13 -05:00
Ren Koh
7e583e3f48
use relative option for rsync
2020-10-03 14:45:51 +10:00
Antonio SJ Musumeci
8990e24c0f
README.md: add details on per branch minfreespace
2020-09-29 18:50:25 -04:00
Antonio SJ Musumeci
f6e37c57fe
README.md: add details about error handling
2020-09-27 00:28:00 -04:00
Antonio SJ Musumeci
27bd39f5ac
README.md: fix typos
2020-08-30 22:23:16 -04:00
Antonio SJ Musumeci
15fb751f65
README.md: add note indicating only tagged releases are supported
2020-08-26 11:02:56 -04:00
Antonio SJ Musumeci
046844083f
add {,ep,msp}pfrd policies
...
Percentage Free Random Distribution
Chooses a random branch based on the available space percentage free.
IE: if branch A has 1G free and branch B has 2G then B should be chosen
twice as often.
2020-08-25 22:19:01 -04:00
Antonio SJ Musumeci
badf7e1c60
README.md: add XMR address
2020-08-07 16:28:08 -04:00
Antonio SJ Musumeci
3b382624e5
README.md: update support section with Open Collective and LBC
2020-08-07 10:49:28 -04:00
Antonio SJ Musumeci
30d13b7f77
inodecalc: add 32bit versions of hashs
2020-08-03 19:42:06 -04:00
Antonio SJ Musumeci
1d2a1ba31a
README.md: move kernel bugs to wiki
2020-08-02 16:56:10 -04:00
Antonio SJ Musumeci
e639f3d375
README.md: update faq regarding Plex and page caching
2020-08-02 16:18:47 -04:00
Antonio SJ Musumeci
8afe72d371
README: change back to listing fuse.mergerfs for fstab fstype
2020-07-29 14:39:53 -04:00
Antonio SJ Musumeci
93218a343a
NFS open/creat hack
...
A hack to work around non-POSIX NFS <-> FUSE behavior where it turns
an open(O_EXCL|O_CREAT,0444) into multiple calls that results in
EACCES.
2020-07-23 19:36:10 -04:00
Antonio SJ Musumeci
3ec137c4ad
policy: add "most shared path" policies
...
Like path preserving but walks back the path till a match is found. Should
cover the usecase where someone wants a "less strict" form of path
preservation.
2020-07-21 16:31:08 -04:00
Andrea Gelmini
3a6738475a
Fix typos
2020-07-20 13:01:33 +02:00
Antonio SJ Musumeci
08d267fc61
moveonenospc: enhance the feature to allow using a policy
...
Just like functions you can now set a policy for moveonfreenospc. This
allows for more flexibility.
For backwards compatibility moveonfreenospc=true is converted to
moveonfreenospc=mfs.
minfreespace does apply which is slightly different from original behavior.
2020-07-15 19:33:05 -04:00
Antonio SJ Musumeci
b4397f7f2e
add 'inodecalc' option to allow selection of inode calculation algo
2020-06-28 20:02:07 -04:00
Antonio SJ Musumeci
54c41c4994
rework config management
...
* Add standard way to do str2val and val2str conversion
* Add support for a config file
* Add support for reading and writing settings via ioctl
2020-06-18 18:54:25 -04:00