Antonio SJ Musumeci
40969402e8
misc README updates
6 years ago
Antonio SJ Musumeci
7d9458fdd1
change xattr setting notsup to nosys
6 years ago
Antonio SJ Musumeci
680f8194f9
add ability to change statfs behavior
6 years ago
Antonio SJ Musumeci
7524e57262
rename NW (no write) to NC (no create)
6 years ago
Antonio SJ Musumeci
b55ebba4ed
add tagging branches RW/RO/NW
This allows users to tag a branch as readonly or not for writing regardless
of how the filesystem is mounted. Should simplify deployments and offer
more flexibility.
6 years ago
Antonio SJ Musumeci
8eacb008b3
misc updates to docs
6 years ago
Antonio SJ Musumeci
1885a82cce
remove libattr dependency
6 years ago
Antonio SJ Musumeci
65f482e483
add ability to turn on/off xattr support at runtime
6 years ago
Antonio SJ Musumeci
93f7d7d927
add link_cow feature
When enabled if a regular file is opened which has a link count > 1 it will
copy the file to a temporary file and rename over the original. Effectively
breaking the link. This behavior is similar to cow-shell and other LD_PRELOAD
based "CoW" solutions.
6 years ago
Antonio SJ Musumeci
f8563369bc
add security_capability option
6 years ago
Antonio SJ Musumeci
057eafef7f
add comment regarding tar error
6 years ago
Antonio SJ Musumeci
587ab62583
tweak docs, add FAQ regarding vendoring of libfuse
6 years ago
Andrey Mazo
756d4ff0ff
Makefile: option for building with system libfuse
Add INTERNAL_FUSE variable to control linking against
bundled libfuse vs external/system libfuse.
If external libfuse is requested,
`pkg-config` is used to obtain CFLAGS/LIBS/LDFLAGS and
to check that the provided external libfuse is >= 2.9.7.
This might hopefully get mergerfs closer to inclusion into distros.
Link: https://github.com/trapexit/mergerfs/issues/431
Link: https://bugs.gentoo.org/587956#c6
6 years ago
Antonio SJ Musumeci
fc52f89ddc
add FAQ entry on hard links
6 years ago
Antonio SJ Musumeci
39d5ab8e83
add details regarding use_ino
6 years ago
Antonio SJ Musumeci
c005463111
change examples to use /mnt rather than /tmp
7 years ago
Antonio SJ Musumeci
e521833cec
bump change date on readme and rebuild man
7 years ago
trapexit
906702de77
add hard_remove details and comment on unionfs
7 years ago
Andrew Simmons
b4a003c5a8
Remove duplicate word in README
7 years ago
trapexit
b48054fa2c
add XRP to support list
7 years ago
trapexit
d8f05ac8ae
add BCH, ETH, & LTC donation addresses
7 years ago
Antonio SJ Musumeci
7d93d5917e
add explination in FAQ about what mergerfs is / is not
7 years ago
Antonio SJ Musumeci
7207e7fdd6
faq answer on epmfs
7 years ago
Antonio SJ Musumeci
f72bb1e1ed
update FAQ and misc tweaks
7 years ago
Antonio SJ Musumeci
bd14f33c31
add support info and how mergerfs works section
7 years ago
Antonio SJ Musumeci
9104f25c09
misc updates to docs
7 years ago
Antonio SJ Musumeci
c1d85ef825
expand support section of readme
7 years ago
Antonio SJ Musumeci
cc1f07ef39
add info on creating a caching behavior
7 years ago
Antonio SJ Musumeci
75ed37a11a
add setting of thread pool size
7 years ago
Antonio SJ Musumeci
a2bddec8c7
add 'ignore path preserving on rename' feature
7 years ago
Antonio SJ Musumeci
de0985c135
add libfuse 2.9.7 to repo and build against libfuse.a
8 years ago
Antonio SJ Musumeci
87c2f2f9dc
add nullrw feature to facilitate benchmarking
8 years ago
Antonio SJ Musumeci
6a7675f2bf
symlinkify: file -> symlink-to-original-file after timeout
8 years ago
Antonio SJ Musumeci
215f129a2a
explicitly define path preservation, better explain move issues
8 years ago
Antonio SJ Musumeci
bb4ec913c6
fix incorrect section header syntax
8 years ago
Antonio SJ Musumeci
cf2cb54e2a
add info on inodes running out to faq on filled drives
8 years ago
Antonio SJ Musumeci
94ebccc6ed
try to clarify how path preserving policies work and other tweaks to docs
8 years ago
Antonio SJ Musumeci
4e7e74d6f0
update docs to include dropcacheonclose and warn about directory mtime
8 years ago
Antonio SJ Musumeci
9cc9bb9de2
misc document updates
8 years ago
Antonio SJ Musumeci
16e7c72e99
update documentation, focus on explaining double caching & direct_io
8 years ago
Antonio SJ Musumeci
c8fa51c81a
support setting of inodes (using use_ino option)
creates a 64bit inode value from the underlying device value + original inode
final_ino = orig_ino | (dev << 32)
not perfect but given few filesystems use 64bit inodes nor is st_dev more than 16bit usually it should be fine
8 years ago
Antonio SJ Musumeci
5f7a168d0b
note that mergerfs should be run as root
8 years ago
Colin Yates
897f20bff8
minor correction of spelling mistake
:%s/cateogry/category/g
8 years ago
Antonio SJ Musumeci
cd90193deb
add some more explination to the FAQ
8 years ago
Antonio SJ Musumeci
cd71af8c5b
add mergerfs.ctl and scorch to tooling section
8 years ago
Antonio SJ Musumeci
3fb7f8919a
add EDQUOT to errors which trigger moveonenospc
8 years ago
Antonio SJ Musumeci
b1f2e94a2f
add information about page cache kernel panic bug
https://lkml.org/lkml/2016/9/14/527
8 years ago
Jens Dieskau
158dda9f23
Fix minor typo
8 years ago
Antonio SJ Musumeci
0fceb8e0a3
add epall and eprand policies
8 years ago
Antonio SJ Musumeci
47f184a944
fix typo and clarify feature
8 years ago