trapexit
d9f430fda8
Merge pull request #584 from trapexit/timeouts
make attr, entry, negative_entry cache timeouts runtime configurable
6 years ago
Antonio SJ Musumeci
0918dfd117
make attr, entry, negative_entry cache timeouts runtime configurable
6 years ago
trapexit
a64c7c97ad
Merge pull request #583 from trapexit/libfuse
replace libfuse's autoconf with makefile and ecfd
6 years ago
Antonio SJ Musumeci
95c0cc741d
replace libfuse's autoconf with makefile
6 years ago
trapexit
8b0342067c
Merge pull request #582 from trapexit/discord
add discord server to docs
6 years ago
Antonio SJ Musumeci
1d48dba0b7
add discord server to docs
6 years ago
trapexit
e8622fdd64
Merge pull request #581 from trapexit/ioctl
fix FS_IOC_{GET,SET}{FLAGS,VERSION} ioctl calls
6 years ago
Antonio SJ Musumeci
7bf607bb6b
fix FS_IOC_{GET,SET}{FLAGS,VERSION} ioctl calls
6 years ago
trapexit
a80f9a0b29
Merge pull request #580 from trapexit/freebsd
misc fixes for FreeBSD
6 years ago
Antonio SJ Musumeci
940c323251
misc fixes for FreeBSD
6 years ago
trapexit
babe8bcf47
Merge pull request #579 from trapexit/freebsd
remove O_LARGEFILE
6 years ago
Antonio SJ Musumeci
5ab7d2dd72
remove O_LARGEFILE
6 years ago
trapexit
401502579b
Merge pull request #577 from trapexit/modules
remove libfuse modules
6 years ago
Antonio SJ Musumeci
65d3bfe84d
remove libfuse modules
6 years ago
trapexit
cfd5d31338
Merge pull request #575 from trapexit/cleanup
general code cleanup
6 years ago
Antonio SJ Musumeci
9d9ee7b71d
general code cleanup
6 years ago
trapexit
5a1a60742e
Merge pull request #574 from trapexit/opts
remove `defaults`, hard code atomic_o_trunc, big_writes, and default_…
6 years ago
Antonio SJ Musumeci
c5b2415daf
remove `defaults`, hard code atomic_o_trunc, big_writes, and default_permissions
`defaults` is a value used by all filesystems and isn't passed through to
mergerfs when mounting via the fstab or the mount command. This led
to inconsistent application of options. atomic_o_trunc, big_writes, and
default_permissions should be enabled all the time anyway and splice_*
can lead to issues so they are not always enabled.
6 years ago
trapexit
a0bb2f8480
Merge pull request #568 from trapexit/docs
fix <> escaping in argument list
6 years ago
Antonio SJ Musumeci
f4a06cae18
fix <> escaping in argument list
6 years ago
trapexit
21d690a210
Merge pull request #567 from trapexit/statfs_cache
add statfs cache
6 years ago
Antonio SJ Musumeci
5be7e007ce
add statfs cache
6 years ago
trapexit
f42bd8666e
Merge pull request #565 from trapexit/open_cache
add policy cache for 'open'
6 years ago
Antonio SJ Musumeci
7a057daa0c
add policy cache for 'open'
A fusepath -> basepath cache for `open` to limit the overhead of FUSE in 'open, read/write, close' patterns (such as Transmission).
6 years ago
trapexit
8e0aa1d9a6
Merge pull request #564 from trapexit/nfs
add mention of noforget argument for NFS exports
6 years ago
Antonio SJ Musumeci
a13b822543
add mention of noforget argument for NFS exports
6 years ago
trapexit
40319081e0
Merge pull request #563 from trapexit/ioctl
make ioctl on directories use open policy
6 years ago
Antonio SJ Musumeci
9fd3b968fc
make ioctl on directories use open policy
6 years ago
trapexit
24a7973955
Merge pull request #559 from trapexit/docs
clarify descriptions regarding funcitons and those without policies
6 years ago
Antonio SJ Musumeci
a57c680cc8
clarify descriptions regarding funcitons and those without policies
6 years ago
trapexit
11be067895
Merge pull request #558 from trapexit/docs
add more info on different caching techniques
6 years ago
Antonio SJ Musumeci
3a1213435f
add more info on different caching techniques
6 years ago
trapexit
56f7df028b
Merge pull request #556 from trapexit/direct
set direct_io per open/create, now runtime configurable
6 years ago
Antonio SJ Musumeci
87b2795f2b
set direct_io per open/create, now runtime configurable
6 years ago
trapexit
c36bc5320d
Merge pull request #555 from trapexit/docs
misc doc updates
6 years ago
Antonio SJ Musumeci
7eefb58ff7
misc doc updates
6 years ago
trapexit
6a247501e1
Merge pull request #552 from trapexit/enospc
update README regarding valid ENOSPC errors
6 years ago
Antonio SJ Musumeci
0b5a0d1228
update README regarding valid ENOSPC errors
6 years ago
trapexit
8686eadcf4
Merge pull request #550 from trapexit/mv_warning
mention mv quirk in known issues
6 years ago
Antonio SJ Musumeci
aa56e12040
mention mv quirk in known issues
6 years ago
trapexit
adcbf0eef0
Merge pull request #549 from trapexit/cow
optimize link_cow eligibility check
6 years ago
Antonio SJ Musumeci
10f7f8bdea
optimize link_cow eligibility check
6 years ago
trapexit
90e422c113
Merge pull request #544 from trapexit/newest
check minfreespace on newest policy create
6 years ago
Antonio SJ Musumeci
dfa1c1ad6f
check minfreespace on newest policy create
6 years ago
trapexit
bd792757e0
Merge pull request #543 from trapexit/docs
misc README updates
6 years ago
Antonio SJ Musumeci
40969402e8
misc README updates
6 years ago
trapexit
fee9a449ba
Merge pull request #539 from trapexit/makefile_cleanup
general cleanup of makefile, add static & lto building
6 years ago
Antonio SJ Musumeci
6de8e4471c
general cleanup of makefile, add static & lto building
6 years ago
trapexit
f0f64f8ed1
Merge pull request #537 from trapexit/alpine
fix building on alpine w/ musl
6 years ago
Antonio SJ Musumeci
6ae68465cf
fix building on alpine w/ musl
6 years ago