trapexit
be8bb5d2a7
Merge pull request #701 from trapexit/faq
add faq entry on files ending up on 1 branch
5 years ago
Antonio SJ Musumeci
66f0d9e649
add faq entry on files ending up on 1 branch
5 years ago
trapexit
7b355b279d
Merge pull request #700 from trapexit/changelog
python 2.6 fix
5 years ago
Antonio SJ Musumeci
0f2f78c5b8
python 2.6 fix
5 years ago
trapexit
eb57425315
Merge pull request #699 from trapexit/git2debcl
make git2debcl work on Python 2 & 3
5 years ago
Antonio SJ Musumeci
489ab23e89
make git2debcl work on Python 2 & 3
5 years ago
trapexit
4c55eb0cc0
Merge pull request #697 from trapexit/readme
add README segment on benchmarking
5 years ago
Antonio SJ Musumeci
389785265b
add README segment on benchmarking
5 years ago
trapexit
a6717990a8
Merge pull request #694 from trapexit/readme
more FAQs
5 years ago
Antonio SJ Musumeci
f4b8efce20
more FAQs
5 years ago
trapexit
8cdb7174c4
Merge pull request #689 from trapexit/readme
fix typos and update FAQ regarding policy preference
5 years ago
Antonio SJ Musumeci
4625a3cf43
fix typos and update FAQ regarding policy preference
5 years ago
trapexit
55245e290a
Merge pull request #685 from trapexit/update-docs
update docs: openvz kernel bug and new support links
5 years ago
Antonio SJ Musumeci
322fa5778a
update docs: openvz kernel bug and new support links
5 years ago
trapexit
5eb3c8cbef
add github sponsor and subscribestar to funding
5 years ago
trapexit
5d827566f6
Create FUNDING.yml
5 years ago
trapexit
6058ac0716
Merge pull request #677 from trapexit/moveonenospc
fix short writes on >2GB files when cloning file
5 years ago
Antonio SJ Musumeci
4d82ed9324
fix short writes on >2GB files when cloning file
5 years ago
trapexit
026dc5f750
Merge pull request #675 from trapexit/fuse_ino
improve nodeid generation
5 years ago
Antonio SJ Musumeci
08e1bef5a9
improve nodeid generation
* Change fuse_ino_t to uint64_t
* Change id generation to 64bit
* Randomize generation value (should help with NFS)
5 years ago
trapexit
b5f6cd70de
Merge pull request #669 from serkef/patch-1
Fix typo
5 years ago
Sergio Kef
58ab7f7fa8
Fix typo
5 years ago
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