trapexit
c46c41c740
Merge pull request #668 from trapexit/travis
update travis config to include bionic
5 years ago
Antonio SJ Musumeci
7a84555db8
update travis config to include bionic
5 years ago
trapexit
0b0f0a1b9e
Merge pull request #663 from trapexit/random
only return 1 branch for rand/eprand policies
5 years ago
Antonio SJ Musumeci
0fffabfbe3
only return 1 branch for rand/eprand policies
5 years ago
trapexit
6b3f703ba9
Merge pull request #662 from trapexit/unlink
initialize mutex to fix lockup
5 years ago
Antonio SJ Musumeci
50ad648ce4
initialize mutex to fix lockup
5 years ago
trapexit
2dbcd2b07a
Merge pull request #660 from trapexit/docs
add UPGRADE section
5 years ago
Antonio SJ Musumeci
752a15953a
add UPGRADE section
5 years ago
trapexit
23d365f67b
Merge pull request #659 from zofrex/relink-mount-mergerfs
Force symlink creation (don't error if it already exists)
5 years ago
James Sanderson
f77d1d9929
Force symlink creation (don't error if it already exists)
5 years ago
trapexit
4204c807bc
Merge pull request #657 from trapexit/docs
update how it works
5 years ago
Antonio SJ Musumeci
e6a6ab967b
update how it works
5 years ago
trapexit
52e4d60e7c
Merge pull request #655 from tnilanon/master
Update README.md
5 years ago
Tanachat Nilanon
38919add61
Update README.md
Fixed typo: changed ' to `
5 years ago
trapexit
a7244184bd
Merge pull request #653 from xlotlu/patch-1
fix some grammar and typos
5 years ago
Ionuț Ciocîrlan
86bda61aa7
fix some grammar and typos
5 years ago
trapexit
10e5829b8e
Merge pull request #643 from trapexit/ioctl_setuid
set uid & gid when calling ioctl
5 years ago
Antonio SJ Musumeci
4c4c27a93e
set uid & gid when calling ioctl
Turns out certain ioctl calls check the effective user id (FS_IOC_SETFLAGS).
5 years ago
trapexit
72ac1fc0d1
Merge pull request #639 from trapexit/args
accept old arguments for backwards compatibility
6 years ago
Antonio SJ Musumeci
5ca928e436
accept old arguments for backwards compatibility
6 years ago
trapexit
5d013f4a18
Merge pull request #636 from trapexit/max_pages
allow setting of 'max_pages' (via 'fuse_msg_size')
6 years ago
Antonio SJ Musumeci
7cbd88ac81
allow setting of 'max_pages' (via 'fuse_msg_size')
Linux 4.20 and above allow setting the number of pages per FUSE message
upto 256 (4K * 256 = 1MiB). This can greatly increase read and write
speeds depending on the workload.
6 years ago
trapexit
24af276542
Merge pull request #635 from trapexit/copy_file_range
add copy_file_range support
6 years ago
Antonio SJ Musumeci
8cb7195c3e
add copy_file_range support
6 years ago
trapexit
c8e178bf71
Merge pull request #633 from trapexit/cache.files
add file caching across opens and runtime control
6 years ago
Antonio SJ Musumeci
529a953e30
add file caching across opens and runtime control
6 years ago
trapexit
02b657edff
Merge pull request #632 from trapexit/async-read
jmake async_read optional again
6 years ago
Antonio SJ Musumeci
ddf6a2f105
make async_read optional again
6 years ago
trapexit
40a4762cac
Merge pull request #630 from trapexit/cache-dir
add readdir caching
6 years ago
Antonio SJ Musumeci
2323c16316
add readdir caching
6 years ago
trapexit
bac4b33ef8
Merge pull request #629 from trapexit/cache-symlink
add symlink caching
6 years ago
Antonio SJ Musumeci
1baa706d37
add symlink caching
6 years ago
trapexit
9e3331dab4
Merge pull request #628 from trapexit/hide-cleanup
fix for unlink race condition
6 years ago
Antonio SJ Musumeci
61cded5b34
fix for unlink race condition
6 years ago
trapexit
060cae6270
Merge pull request #627 from trapexit/symlink
fix mount.mergerfs generation
6 years ago
Antonio SJ Musumeci
229d8517c0
fix mount.mergerfs generation
6 years ago
trapexit
cc9381f578
Merge pull request #624 from trapexit/parallel_dirops
ensure parallel dirops is enabled if capable
6 years ago
Antonio SJ Musumeci
5f2221155c
ensure parallel dirops is enabled if capable
6 years ago
trapexit
7da8dd6b7a
Merge pull request #623 from trapexit/async_dio
ensure async_aio is enabled if capable
6 years ago
Antonio SJ Musumeci
2b019b84b0
ensure async_aio is enabled if capable
6 years ago
trapexit
741c559df1
Merge pull request #622 from trapexit/rename
ensure marking open files renamed over as hidden
6 years ago
Antonio SJ Musumeci
3a66a68edb
ensure marking open files renamed over as hidden
6 years ago
trapexit
af1c0d78e8
Merge pull request #621 from trapexit/posix-acl
add support for POSIX ACLs
6 years ago
Antonio SJ Musumeci
80d56ac94e
add support for POSIX ACLs
6 years ago
trapexit
41881f9d05
Merge pull request #620 from trapexit/flock
remove 'remote' flock support
6 years ago
Antonio SJ Musumeci
1ca70521a4
remove 'remote' flock support
6 years ago
trapexit
ee0d87d712
Merge pull request #619 from trapexit/hiddenfiles
fix renaming over open unlinked file
6 years ago
Antonio SJ Musumeci
c21aa34221
fix renaming over open unlinked file
6 years ago
trapexit
1ad79067e4
Merge pull request #617 from trapexit/docs
update support section of README
6 years ago
Antonio SJ Musumeci
810871d2df
update support section of README
6 years ago