Antonio SJ Musumeci
6c064487f7
mergerfs.cpp
2 months ago
Antonio SJ Musumeci
0ac8fc2529
mergerfs.cpp
2 months ago
Antonio SJ Musumeci
db47d9431d
mergerfs.cpp
2 months ago
trapexit
f64ff9ca1e
Revert removal of readdir init setup, simplify cfg usage ( #1520 )
2 months ago
trapexit
6ac7f389c5
Misc changes ( #1513 )
* Start moving to string_view where possible
* Rework readdir object to use atomic load/store
3 months ago
trapexit
4439c2a030
Add setting of oom_score_adj ( #1504 )
To limit risk of killing by OOM Killer.
3 months ago
trapexit
2b500f194a
Rework of runtime interface ( #1498 )
Also have special error handling for when branches are invalid and
ENOENT would be returned for getattr and readdir so users understand
what is going on and the runtime interface can still be used to fix
the problem.
4 months ago
trapexit
f852474073
Update the secondary group cache ( #1492 )
* Use concurrent_flat_map to build a global cache rather than per
thread.
* Create global maintanence thread manager for clearing unused cache
entries.
4 months ago
trapexit
9e626228be
Add mergerfs.collect-info ( #1491 )
A tool to collect info for support requests.
4 months ago
trapexit
77ef88b04c
Add fsck.mergerfs tool ( #1483 )
5 months ago
trapexit
095fcf82a3
Misc doc updates
5 months ago
trapexit
e310d24615
Add support for FUSE passthrough
5 months ago
trapexit
fa3266ca7f
Add podman release build tooling + misc build fixes ( #1455 )
6 months ago
trapexit
344014aa81
Rework thread pool for increased stability + config and doc updates ( #1453 )
Also updates fmt to 11.2.0 and replaced syslog usage with a wrapper
leveraging fmt.
6 months ago
Antonio SJ Musumeci
de2a82800a
Improve mount waiting + misc doc improvements
Adds user.mergerfs.branch and user.mergerfs.branch_mounts_here
Adds .mergerfs.branch and .mergerfs.branch_mounts_here files.
7 months ago
Antonio SJ Musumeci
80085c9844
Add statx support
7 months ago
Antonio SJ Musumeci
d6a2f06797
Only set allow_other when running as root
2 years ago
Antonio SJ Musumeci
a7069153bd
Warn if not running as root
2 years ago
Antonio SJ Musumeci
0aafdefc18
Add ability to invalidate gid cache on demand
SIGUSR2 or ioctl
2 years ago
Antonio SJ Musumeci
6dcf6111af
Add callbacks for newer functions
* setupmapping
* removemapping
* syncfs
* tmpfile
2 years 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.
3 years ago
Antonio SJ Musumeci
eebd6e9eb4
Actively report to syslog when waiting for mounts
3 years ago
Antonio SJ Musumeci
486c5d3734
Add ability to set readahead of mergerfs and branches
3 years ago
Antonio SJ Musumeci
373d331f39
Rework fuse read to use same buffers as messages
3 years ago
Antonio SJ Musumeci
9effeb6869
Add "per-process" file caching feature
Allows chosing page caching based on process name.
3 years ago
Antonio SJ Musumeci
9adddfc66d
Add option to lazy umount target mount point
3 years ago
Antonio SJ Musumeci
a7113bb163
Allow setting of scheduling priority
3 years ago
Antonio SJ Musumeci
939eb3996a
Add option to wait for branches to become new mounts
branches-mount-timeout=UINT64 in seconds (default: 0)
3 years ago
Antonio SJ Musumeci
7606430188
Remove libfuse abstraction in prep for adding request data
3 years ago
Antonio SJ Musumeci
46ce28b149
Error when given invalid policy names
3 years ago
Antonio SJ Musumeci
43a6d66e3c
Major cleanup of libfuse to remove unneeded features
* Remove request interrupt code. Required tracking of all requests unnecesssarily.
* Remove all debugging printing. Have plans to do full replacement.
* Remove deprecated functions.
* Remove unneeded error checking.
* Remove "userdata" which was unused.
* Remove allow_root feature.
4 years ago
Antonio SJ Musumeci
538467b86d
config: rework global config, remove rwlock, make branches RCU like
Also added unit tests. Should have done separately but found a number of bugs.
5 years ago
Antonio SJ Musumeci
ec15872a1f
cleanup function signatures and definitions
5 years ago
Antonio SJ Musumeci
c0990644e8
remove unnecessary libfuse flags nopath, nullpath_ok, and utime_omit_ok
5 years ago
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
6 years ago
Antonio SJ Musumeci
d119807adb
restructure readdir, add readdir_plus
Does not enable READDIR_AUTO. Might add in the future.
6 years ago
Antonio SJ Musumeci
8cb7195c3e
add copy_file_range support
7 years ago
Antonio SJ Musumeci
1ca70521a4
remove 'remote' flock support
7 years ago
Antonio SJ Musumeci
6ecc618d83
remove .fuse_hidden file creation
addresses #521
mergerfs is written using libfuse's high level API. The HLAPI forces a certain
behavior with regard to unlinking or rename overwriting of open files. It
renames the file to .fuse_hiddenXXXXXX and when incoming requests refer
to the unlinked file it will use path based calls and use that path.
This behavior leads to rmdirs failing or some software noticing
the .fuse_hidden files.
This patch changes the HLAPI and removes entirely the .fuse_hidden behavior.
See the README for more.
7 years ago
Antonio SJ Musumeci
0918dfd117
make attr, entry, negative_entry cache timeouts runtime configurable
7 years ago
Antonio SJ Musumeci
9d9ee7b71d
general code cleanup
7 years ago
Antonio SJ Musumeci
87b2795f2b
set direct_io per open/create, now runtime configurable
7 years ago
Antonio SJ Musumeci
de0985c135
add libfuse 2.9.7 to repo and build against libfuse.a
9 years ago
Antonio SJ Musumeci
87c2f2f9dc
add nullrw feature to facilitate benchmarking
9 years ago
Antonio SJ Musumeci
162b99e6b8
enable nopath and nullpath_ok
9 years ago
Antonio SJ Musumeci
8b976ab3c1
support older libfuse without utime_omit_ok flag
9 years ago
Antonio SJ Musumeci
617195d71e
enable utime_omit_ok flag
9 years ago
Antonio SJ Musumeci
7b4e1ea36d
remove clone command
9 years ago
Antonio SJ Musumeci
1aa76a54c2
use different read and write functions when using direct_io
9 years ago
Antonio SJ Musumeci
8f594e17d7
add flock
9 years ago