https://github.com/trapexit/mergerfs/releases/tag/2.40.1
Fixes the EIO error experienced by some exporting mergerfs over NFS. Turns out it was both a kernel bug and a mergerfs bug. Hence why it ...
2024-02-26 14:42:16 +0000 UTC
View Post
https://github.com/trapexit/mergerfs/releases/tag/2.40.0
Provides a workaround for those using NFS and getting EIO errors. Set the new option `export-support=false`.
It is caused by an app...
2024-02-20 22:05:15 +0000 UTC
View Post
https://github.com/trapexit/mergerfs/releases/tag/2.39.0
Main feature is the addition of an experimental LD_PRELOAD library which can be used with dynamically linked software to improve file IO ...
2024-01-30 01:09:59 +0000 UTC
View Post
2023-10-30 23:30:35 +0000 UTC
View Post
- readdir policies: func.readdir=X where X is seq, cor, or cosr.seq: sequential - works same as before. Iterate over each branch in order configured.
cosr: concurrent open sequential read - dispatches requests to open directories to a thread pool and then reads directories sequentially the...
2023-09-08 19:38:22 +0000 UTC
View Post
https://github.com/trapexit/mergerfs/releases/tag/2.36.0
Change summary:
- Allow user to define depth of process thread message queues. Previously these were unbounded and "FORGET" mes...
2023-07-15 19:08:42 +0000 UTC
View Post
Small patch release fixing an inadvertent change in threading default value.
https://github.com/trapexit/mergerfs/releases/tag/2.35.1
2023-04-08 01:51:40 +0000 UTC
View Post
https://github.com/trapexit/mergerfs/releases/tag/2.35.0
A big list of "quality of life" features.
- Lots of documentation changes and tweaks.
- Add ability to log to syslog. Us...
2023-03-30 03:28:54 +0000 UTC
View Post
There hasn't been much in the way of public updates for mergerfs the past several months. I did start working on major rewrites of mergerfs for v3 but got side tracked with 3DO related projects. Mostly tooling to help with media conversion as well as an easier to use development toolkit. I hope t...
2022-08-22 02:22:00 +0000 UTC
View Post
https://github.com/trapexit/mergerfs/discussions/874
Have listed out some ideas I have for mergerfs v3.X. Please check it out and throw in some ideas if you have them.
2021-02-05 01:46:10 +0000 UTC
View Post
I apologize for posting here later than other places.
I've released 2.32.x recently with a few internal updates and bug fixes.
https://github.com/trapexit/mergerfs/releases
There hasn't been mu...
2020-12-30 21:03:04 +0000 UTC
View Post
https://github.com/trapexit/mergerfs/releases/tag/2.31.0
Took a bit longer to get out than I had hoped. I was fooling with a few other features that I considered including but since those are st...
2020-10-01 03:24:32 +0000 UTC
View Post
https://github.com/trapexit/mergerfs/releases/tag/2.30.0
Features
- inodecalc: new argument that allows controlling how inodes are calculated. Can help with NFS stale file handle err...
2020-08-07 01:14:02 +0000 UTC
View Post
Hope everyone is well. Sorry for lack of updates lately. Been doing a lot of random experimentation but haven't made too much progress with any particular project of mine.
But it wasn't all just messing around. I finally did a proper release of scorch with a few new features.
2020-05-19 00:44:18 +0000 UTC
View Post
Thank you to patrons. Thank you users.
2020-02-13 01:04:58 +0000 UTC
View Post
For those interested in my 3DO related work...
1) Created a new website in collaboration with Bugo The Cat / Optimus to document as much as possible about the 3DO and M2 with regards to development. Both for the system ...
2019-12-16 20:44:35 +0000 UTC
View Post
2019-11-23 21:51:57 +0000 UTC
View Post
This is a few weeks old but I was on the Jupiter Network's Extras Show talking about mergerfs back in October. I go into some of the technical aspects of mergerfs. Might be interesting for some.
2019-11-23 21:50:58 +0000 UTC
View Post
https://www.usenix.org/conference/atc19/presentation/bijlani
Ashish Bijlani and Umakishore Ramachandran of Georgia Institute of Technology have been working on an extension to FUS...
2019-07-11 11:06:47 +0000 UTC
View Post
I've added a bunch of new features and enhancements lately and I've got a list of things to investigate. Wanted to lay them out here and see if there are anything users might be looking for.
* readdir_plus support: Will be easy to add. Probably come in 2.29. Should improve performance of `l...
2019-06-06 13:55:28 +0000 UTC
View Post
Forgot to announce 2.26 and 2.27 on Patreon. Better late than never.
https://github.com/trapexit/mergerfs/releases/tag/2.28.0
I just released 2.28.0 which has a few signif...
2019-06-06 00:58:13 +0000 UTC
View Post
Are there any features people are looking for? Tutorials / howtos they'd like to see?
Some things I'm considering:
* statfs caching: statfs calls are on the expensive side and done regularly but on average the data doesn't change drastically between each call. A cache may help improve perfor...
2018-12-05 21:19:13 +0000 UTC
View Post
Earlier this year I took a break from mergerfs and took over maintenance of the libretro 4DO core. I cleaned up the code, fixed misc bugs, and made a few quality of life improvements. There is still a lot that could be done to improve performance and compatibility but lack of documentation and compl...
2018-12-05 16:07:49 +0000 UTC
View Post