trapexit
3754e20049
Merge pull request #944 from trapexit/trapexit-patch-1
...
tweak bug report template language
2021-08-09 21:10:16 -04:00
trapexit
b4c031d1f0
tweak bug report template language
2021-08-09 21:09:54 -04:00
trapexit
3b8d495c43
Merge pull request #940 from trapexit/ioctl-runtime-removal
...
Remove config ioctl calls
2021-08-03 17:02:01 -04:00
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.
2021-08-02 16:56:20 -04:00
trapexit
192e4a4af8
Merge pull request #939 from trapexit/update-nonstd-optional
...
Update nonstd::optional to v3.4.0
2021-08-02 16:29:40 -04:00
trapexit
749f0290e9
Merge pull request #938 from trapexit/update-ghc-filesystem
...
Update ghc::filesystem to v1.5.8
2021-08-02 16:24:22 -04:00
Antonio SJ Musumeci
7013ff9aeb
Update nonstd::optional to v3.4.0
2021-08-02 16:10:56 -04:00
Antonio SJ Musumeci
3ce0dc56e4
Update ghc::filesystem to v1.5.8
2021-08-02 16:06:43 -04:00
trapexit
8e47bf4946
Merge pull request #926 from trapexit/modzero
...
pfrd: fix mod by zero error when all branches are filtered
2021-06-25 09:45:01 -04:00
Antonio SJ Musumeci
098f353bf1
pfrd: fix mod by zero error when all branches are filtered
2021-06-25 09:17:16 -04:00
trapexit
859b4da3dc
Merge pull request #924 from trapexit/varinit-master
...
properly initialize fuse_buf in worker loop
2021-06-20 17:40:12 -04:00
Antonio SJ Musumeci
80f30999fa
properly initialize fuse_buf in worker loop
2021-06-20 17:38:17 -04:00
trapexit
3fdd322a5c
Merge pull request #914 from trapexit/readme
...
mention bind-propagation and add link to hotio
2021-05-29 13:27:19 -04:00
trapexit
c40f42e57e
mention bind-propagation and add link to hotio
2021-05-29 13:26:54 -04:00
trapexit
18e87980a4
Merge pull request #913 from trapexit/readme
...
Update README.md
2021-05-29 13:07:54 -04:00
trapexit
44efbaabe6
Update README.md
...
Add FAQ entry regarding container runtimes
2021-05-29 13:07:09 -04:00
trapexit
a02f3a6856
Merge pull request #891 from trapexit/trapexit-patch-1
...
Update bug_report.md
2021-03-15 07:58:22 -04:00
trapexit
9573a053d6
Update bug_report.md
...
update the strace commands and make clear to use a recent release
2021-03-15 07:58:02 -04:00
trapexit
9a5d691619
Merge pull request #889 from trapexit/readme
...
README: update strace args and add question on snapraid
2021-03-11 15:37:37 -05:00
Antonio SJ Musumeci
495afeffb1
README: update strace args and add question on snapraid
2021-03-11 15:36:50 -05:00
trapexit
4acc1defe2
Merge pull request #888 from Gelma/typo
...
Fix typo
2021-03-06 17:49:40 -05:00
Andrea Gelmini
58b4eb9089
Fix typo
2021-03-06 23:38:33 +01:00
trapexit
ca4b4c6d35
Merge pull request #884 from trapexit/travis
...
remove travis-ci
2021-02-25 15:40:32 -05:00
Antonio SJ Musumeci
9a90609428
remove travis-ci
2021-02-25 15:40:00 -05:00
trapexit
3e691149f5
Merge pull request #883 from trapexit/link-symlink
...
new features: follow-symlinks, rename-exdev, link-exdev
2021-02-25 15:33:26 -05:00
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
2021-02-11 23:24:08 -05:00
trapexit
50daf84ec0
Merge pull request #880 from trapexit/branch-parse-fix
...
fix parsing of relative branch paths
2021-02-11 19:37:38 -05:00
Antonio SJ Musumeci
d337574665
fix parsing of relative branch paths
2021-02-11 19:22:17 -05:00
trapexit
39d98f1eac
Merge pull request #878 from trapexit/readdir_rewind_fix
...
reset dentry buffer when rewind'ed
2021-02-09 20:21:59 -05:00
trapexit
cbea2ba91b
Merge branch 'master' into readdir_rewind_fix
2021-02-09 18:13:08 -05:00
Antonio SJ Musumeci
f6e37672b8
reset dentry buffer when rewind'ed
2021-02-09 18:09:28 -05:00
trapexit
55bd9a06b1
Merge pull request #876 from trapexit/readme
...
readme: update support section
2021-02-08 18:15:45 -05:00
Antonio SJ Musumeci
6a9f7e6afc
readme: update support section
2021-02-08 17:55:49 -05:00
trapexit
f2158d3e66
Merge pull request #871 from trapexit/support
...
README: update support section
2021-01-23 18:54:42 -05:00
Antonio SJ Musumeci
3bc189cfc8
README: update support section
2021-01-23 18:54:06 -05:00
trapexit
d0c5ff7f87
Merge pull request #870 from trapexit/readme
...
README: add warning/clearity about caching script and hardlinks and cow
2021-01-23 17:19:59 -05:00
Antonio SJ Musumeci
dfb544fed8
README: add warning/clearity about caching script and hardlinks and cow
2021-01-23 17:18:07 -05:00
trapexit
ae893ca051
Merge pull request #865 from trapexit/config
...
config: rework global config, remove rwlock, make branches RCU like
2021-01-14 22:10:20 -05:00
Antonio SJ Musumeci
538467b86d
config: rework global config, remove rwlock, make branches RCU like
...
Also added unit tests. Should have done separately but found a number of bugs.
2021-01-14 21:02:10 -05:00
trapexit
46de43d4ad
Merge pull request #860 from trapexit/funding
...
Update FUNDING.yml
2021-01-01 15:52:41 -05:00
trapexit
3808e2683e
Update FUNDING.yml
2021-01-01 15:52:15 -05:00
trapexit
52342a76c1
Merge pull request #858 from trapexit/docs
...
README: misc updates and tweaks
2020-12-29 19:36:30 -05:00
Antonio SJ Musumeci
e9e17baf5e
README: misc updates and tweaks
2020-12-29 19:34:13 -05:00
trapexit
2e4c6c5fd1
Merge pull request #856 from trapexit/dirname
...
dirname should not return an empty string
2020-12-18 17:03:43 -05:00
Antonio SJ Musumeci
f50812a9ce
dirname should not return an empty string
2020-12-18 16:04:17 -05:00
trapexit
861edff49a
Merge pull request #855 from trapexit/builds
...
update cirrus-ci builds
2020-12-17 20:18:16 -05:00
Antonio SJ Musumeci
5e08357f0e
update cirrus-ci builds
2020-12-17 20:17:16 -05:00
trapexit
411ee36c90
Merge pull request #854 from trapexit/mspfix
...
msp policies stopped before root path
2020-12-17 20:14:54 -05:00
Antonio SJ Musumeci
44a98910ba
msp policies stopped before root path
2020-12-17 19:55:49 -05:00
trapexit
8a335d8a6e
Merge pull request #851 from trapexit/fix
...
fix segv: zero out data structures
2020-12-13 16:56:55 -05:00