85e2a3e71b
Merge pull request #605 from trapexit/man
...
add reference to 32bit mmap kernel bug
2019-04-23 20:02:01 -04:00
3288d834a9
add reference to 32bit mmap kernel bug
2019-04-23 20:01:36 -04:00
209dc2252a
Merge pull request #603 from trapexit/backcompat
...
fix outarg size to accomidate newer fuse_kernel.h on older platforms
2019-04-16 22:23:03 -04:00
df0d0552b2
fix outarg size calculation to accomidate newer fuse_kernel.h on older platforms
2019-04-16 22:13:32 -04:00
05f33c84e4
Merge pull request #601 from trapexit/hidden
...
remove .fuse_hidden file creation
2019-04-14 19:52:19 -04:00
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.
2019-04-13 21:41:51 -04:00
46be946672
Merge pull request #599 from trapexit/clonefile
...
fall back to other file copy methods in clonefile
2019-04-13 15:15:37 -04:00
2a075ead92
fall back to other file copy methods in clonefile
2019-04-13 15:08:13 -04:00
8bd09628ef
Merge pull request #593 from trapexit/outbuf
...
ioctl: don't set outbufsz when not needed
2019-03-20 10:30:56 -04:00
b69819e4b2
ioctl: don't set outbufsz when not needed
2019-03-20 10:18:55 -04:00
2ca0cb0fbf
Merge pull request #592 from trapexit/tarball
...
makefile: remove superclean dependency from tarball
2019-03-12 23:24:41 -04:00
61d764d0fd
makefile: remove superclean dependency from tarball
2019-03-12 23:24:17 -04:00
8b007ada61
Merge pull request #591 from trapexit/parallel-deb
...
parallel deb building
2019-03-12 23:14:06 -04:00
b0b265b8e5
parallel deb building
2019-03-12 23:11:27 -04:00
cab7033d5b
Merge pull request #589 from trapexit/make
...
rework makefiles for better manage parallel builds
2019-03-10 19:39:08 -04:00
1be9900733
rework makefiles for better manage parallel builds
2019-03-10 19:29:35 -04:00
3c2a9cd4f8
Merge pull request #586 from trapexit/man
...
replace {attr,entry,negative}_timeout references
2019-02-23 01:40:08 -05:00
38037feab7
replace {attr,entry,negative}_timeout references
2019-02-23 01:39:28 -05:00
99d44cfc5d
Merge pull request #585 from trapexit/debfix
...
fix building of deb pkg
2019-02-23 01:35:59 -05:00
2af0dcd273
fix building of deb pkg
2019-02-23 01:35:22 -05:00
d9f430fda8
Merge pull request #584 from trapexit/timeouts
...
make attr, entry, negative_entry cache timeouts runtime configurable
2019-02-23 01:24:45 -05:00
0918dfd117
make attr, entry, negative_entry cache timeouts runtime configurable
2019-02-23 01:03:20 -05:00
a64c7c97ad
Merge pull request #583 from trapexit/libfuse
...
replace libfuse's autoconf with makefile and ecfd
2019-02-18 21:46:10 -05:00
95c0cc741d
replace libfuse's autoconf with makefile
2019-02-18 21:36:32 -05:00
8b0342067c
Merge pull request #582 from trapexit/discord
...
add discord server to docs
2019-02-17 14:55:56 -05:00
1d48dba0b7
add discord server to docs
2019-02-17 14:46:50 -05:00
e8622fdd64
Merge pull request #581 from trapexit/ioctl
...
fix FS_IOC_{GET,SET}{FLAGS,VERSION} ioctl calls
2019-02-17 13:11:57 -05:00
7bf607bb6b
fix FS_IOC_{GET,SET}{FLAGS,VERSION} ioctl calls
2019-02-17 11:48:19 -05:00
a80f9a0b29
Merge pull request #580 from trapexit/freebsd
...
misc fixes for FreeBSD
2019-02-06 23:43:16 -05:00
940c323251
misc fixes for FreeBSD
2019-02-06 23:20:28 -05:00
babe8bcf47
Merge pull request #579 from trapexit/freebsd
...
remove O_LARGEFILE
2019-02-06 21:14:50 -05:00
5ab7d2dd72
remove O_LARGEFILE
2019-02-06 21:06:11 -05:00
401502579b
Merge pull request #577 from trapexit/modules
...
remove libfuse modules
2019-02-03 19:56:45 -05:00
65d3bfe84d
remove libfuse modules
2019-02-03 19:49:11 -05:00
cfd5d31338
Merge pull request #575 from trapexit/cleanup
...
general code cleanup
2019-01-31 23:50:40 -05:00
9d9ee7b71d
general code cleanup
2019-01-31 22:47:09 -05:00
5a1a60742e
Merge pull request #574 from trapexit/opts
...
remove `defaults`, hard code atomic_o_trunc, big_writes, and default_…
2019-01-30 22:53:35 -05:00
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.
2019-01-30 22:46:21 -05:00
a0bb2f8480
Merge pull request #568 from trapexit/docs
...
fix <> escaping in argument list
2019-01-24 11:16:55 -05:00
f4a06cae18
fix <> escaping in argument list
2019-01-24 11:15:55 -05:00
21d690a210
Merge pull request #567 from trapexit/statfs_cache
...
add statfs cache
2019-01-23 23:11:17 -05:00
5be7e007ce
add statfs cache
2019-01-23 23:06:07 -05:00
f42bd8666e
Merge pull request #565 from trapexit/open_cache
...
add policy cache for 'open'
2019-01-22 22:50:25 -05:00
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).
2019-01-22 09:21:15 -05:00
8e0aa1d9a6
Merge pull request #564 from trapexit/nfs
...
add mention of noforget argument for NFS exports
2019-01-21 18:42:19 -05:00
a13b822543
add mention of noforget argument for NFS exports
2019-01-21 18:41:19 -05:00
40319081e0
Merge pull request #563 from trapexit/ioctl
...
make ioctl on directories use open policy
2019-01-18 22:58:13 -05:00
9fd3b968fc
make ioctl on directories use open policy
2019-01-18 22:41:52 -05:00
24a7973955
Merge pull request #559 from trapexit/docs
...
clarify descriptions regarding funcitons and those without policies
2019-01-15 10:26:46 -05:00
a57c680cc8
clarify descriptions regarding funcitons and those without policies
2019-01-15 10:18:57 -05:00