trapexit
fee97efafb
Merge pull request #967 from trapexit/malloc-trim
Add malloc_trim configure test
3 years ago
trapexit
80856cf7ac
Merge pull request #966 from trapexit/libupdates
Update ghc::filesystem and nonstd::optional
3 years ago
Antonio SJ Musumeci
c929781d08
Add malloc_trim configure test
3 years ago
Antonio SJ Musumeci
313aa2a1d3
Update ghc::filesystem and nonstd::optional
3 years ago
trapexit
021ce3d97c
Merge pull request #964 from trapexit/fmp
Rework of allocation in libfuse
3 years ago
Antonio SJ Musumeci
4ea0de3ef2
Rework dirents buffer management
3 years ago
Antonio SJ Musumeci
6b5c484fbf
Major rework of memory allocation using fixed mem pools
3 years ago
trapexit
b165332486
Merge pull request #959 from trapexit/readme
Add details on dropping caches before benchmarks
3 years ago
Antonio SJ Musumeci
f598d3bc38
Add details on dropping caches before benchmarks
3 years ago
trapexit
4daa9e4eb9
Merge pull request #957 from trapexit/cirrus-ci
Add new cirrus-ci targets
3 years ago
Antonio SJ Musumeci
122f9c1d5d
Add new cirrus-ci targets
3 years ago
trapexit
2da5cda4b3
Merge pull request #956 from trapexit/mount-bsd
Remove usage printing regression in mount_bsd
3 years ago
Antonio SJ Musumeci
5263a65dcf
Remove usage printing regression in mount_bsd
3 years ago
trapexit
1255d3d1b2
Merge pull request #955 from trapexit/mfs
Fix infinite loop in mfs action policy
3 years ago
Antonio SJ Musumeci
8def16a811
Fix infinite loop in mfs action policy
3 years ago
trapexit
7d1683b607
Merge pull request #954 from trapexit/libfuse-cleanup
Major cleanup of libfuse to remove unneeded features
3 years ago
Antonio SJ Musumeci
43a6d66e3c
Major cleanup of libfuse to remove unneeded features
* Remove request interrupt code. Required tracking of all requests unnecesssarily.
* Remove all debugging printing. Have plans to do full replacement.
* Remove deprecated functions.
* Remove unneeded error checking.
* Remove "userdata" which was unused.
* Remove allow_root feature.
3 years ago
trapexit
8b33f9a766
Merge pull request #953 from trapexit/readme-chia
Update docs with Chia wallet address
3 years ago
Antonio SJ Musumeci
df721eb253
Update docs with Chia wallet address
3 years ago
trapexit
0547517a99
Merge pull request #951 from trapexit/readme
Add more clarity in what to provide when submitting bug reports
3 years ago
Antonio SJ Musumeci
54e85007a2
Add more clarity in what to provide when submitting bug reports or questions
3 years ago
trapexit
6e53f3b698
Merge pull request #945 from trapexit/readme
Update 'features' section of readme
3 years ago
Antonio SJ Musumeci
1aaf742c13
Update 'features' section of readme
3 years ago
trapexit
3754e20049
Merge pull request #944 from trapexit/trapexit-patch-1
tweak bug report template language
3 years ago
trapexit
b4c031d1f0
tweak bug report template language
3 years ago
trapexit
3b8d495c43
Merge pull request #940 from trapexit/ioctl-runtime-removal
Remove config ioctl calls
3 years ago
Antonio SJ Musumeci
61c2187c14
Remove config ioctl calls
While they were going to be the new way of interacting with the runtime config
I've decided to use toml based config for mergerfs v3. In that case all updates
will happen through the config file and ioctl will only be used to load/reload
the config rather than a key:value like API.
3 years ago
trapexit
192e4a4af8
Merge pull request #939 from trapexit/update-nonstd-optional
Update nonstd::optional to v3.4.0
3 years ago
trapexit
749f0290e9
Merge pull request #938 from trapexit/update-ghc-filesystem
Update ghc::filesystem to v1.5.8
3 years ago
Antonio SJ Musumeci
7013ff9aeb
Update nonstd::optional to v3.4.0
3 years ago
Antonio SJ Musumeci
3ce0dc56e4
Update ghc::filesystem to v1.5.8
3 years ago
trapexit
8e47bf4946
Merge pull request #926 from trapexit/modzero
pfrd: fix mod by zero error when all branches are filtered
3 years ago
Antonio SJ Musumeci
098f353bf1
pfrd: fix mod by zero error when all branches are filtered
3 years ago
trapexit
859b4da3dc
Merge pull request #924 from trapexit/varinit-master
properly initialize fuse_buf in worker loop
3 years ago
Antonio SJ Musumeci
80f30999fa
properly initialize fuse_buf in worker loop
3 years ago
trapexit
3fdd322a5c
Merge pull request #914 from trapexit/readme
mention bind-propagation and add link to hotio
4 years ago
trapexit
c40f42e57e
mention bind-propagation and add link to hotio
4 years ago
trapexit
18e87980a4
Merge pull request #913 from trapexit/readme
Update README.md
4 years ago
trapexit
44efbaabe6
Update README.md
Add FAQ entry regarding container runtimes
4 years ago
trapexit
a02f3a6856
Merge pull request #891 from trapexit/trapexit-patch-1
Update bug_report.md
4 years ago
trapexit
9573a053d6
Update bug_report.md
update the strace commands and make clear to use a recent release
4 years ago
trapexit
9a5d691619
Merge pull request #889 from trapexit/readme
README: update strace args and add question on snapraid
4 years ago
Antonio SJ Musumeci
495afeffb1
README: update strace args and add question on snapraid
4 years ago
trapexit
4acc1defe2
Merge pull request #888 from Gelma/typo
Fix typo
4 years ago
Andrea Gelmini
58b4eb9089
Fix typo
4 years ago
trapexit
ca4b4c6d35
Merge pull request #884 from trapexit/travis
remove travis-ci
4 years ago
Antonio SJ Musumeci
9a90609428
remove travis-ci
4 years ago
trapexit
3e691149f5
Merge pull request #883 from trapexit/link-symlink
new features: follow-symlinks, rename-exdev, link-exdev
4 years ago
Antonio SJ Musumeci
8adebc9489
new features: follow-symlinks, rename-exdev, link-exdev
* follow-symlinks: allows mergerfs to transparently follow symlinks
* link-exdev: in the event a link returns EXDEV create a symlink instead
* rename-exdev: in the event a rename returns EXDEV move the oldpath and
create a symlink for the newpath
4 years ago
trapexit
50daf84ec0
Merge pull request #880 from trapexit/branch-parse-fix
fix parsing of relative branch paths
4 years ago