Commit Graph

815 Commits

Author SHA1 Message Date
add588fdea README: add terminology section and tweak some things 2020-05-25 11:56:38 -04:00
a61d420224 Merge pull request #755 from trapexit/support
README: update support section
2020-05-18 23:26:56 -04:00
eb78c512ee README: update support section 2020-05-18 23:26:09 -04:00
ee5851bb1c Merge pull request #754 from trapexit/deb-build
fix install location and setuid setting in deb pkgs
2020-05-13 19:52:55 -04:00
c6bce81747 fix install location and setuid setting in deb pkgs 2020-05-13 19:37:17 -04:00
e0bb4e407a Merge pull request #749 from trapexit/docs
README.md: add human readable versions of some errno references
2020-05-06 18:48:41 -04:00
aad2257387 README.md: add human readable versions of some errno references
Also some additional "why use mergerfs over X?"
2020-05-06 18:46:39 -04:00
831dba3ef6 Merge pull request #741 from trapexit/docs
README.md: request users update to latest version before they submit …
2020-04-20 09:17:25 -04:00
eff15c72a5 README.md: request users update to latest version before they submit report 2020-04-20 09:16:43 -04:00
edb50e5411 Merge pull request #737 from trapexit/docs
add basic setup section
2020-04-05 12:46:04 -04:00
7c37a69d25 add basic setup section 2020-04-05 12:29:20 -04:00
be3499ee56 Merge pull request #730 from trapexit/readdir
fix getdent name length calculation
2020-03-13 14:13:10 -04:00
698c4147fc fix getdent name length calculation 2020-03-12 23:45:20 -04:00
b5fae4b356 Merge pull request #729 from trapexit/readme
README: update a number of sections and fix typos
2020-03-11 12:19:08 -04:00
0888ee12a5 README: update a number of sections and fix typos 2020-03-11 12:16:26 -04:00
7e8635b24b Merge pull request #726 from trapexit/readme
README: add note regarding space calculations
2020-03-10 11:31:25 -04:00
8ba1abafec README: add note regarding space calculations 2020-03-10 11:21:40 -04:00
14d26ba434 Merge pull request #723 from trapexit/getdents
fix filename hashing error
2020-03-07 12:58:22 -05:00
3a46ec9fab fix filename hashing error 2020-03-07 12:09:40 -05:00
ada90eab57 Merge pull request #722 from trapexit/alpine
fix name length calculation for musc
2020-02-29 18:05:42 -05:00
9b2634a1e5 fix name length calculation for musc 2020-02-29 17:15:29 -05:00
4cade5685c Merge pull request #720 from trapexit/readdir_plus
Readdir plus
2020-02-28 20:44:54 -05:00
62873d2d3b use getdents64 on linux 2020-02-28 20:34:12 -05:00
d119807adb restructure readdir, add readdir_plus
Does not enable READDIR_AUTO. Might add in the future.
2020-02-22 19:45:52 -05:00
10e8bd9fa3 Merge pull request #716 from trapexit/mount
rework makefiles + install mount tools
2.29.0
2020-02-22 17:00:55 -05:00
5ce428ca59 rework makefiles + install mount tools 2020-02-21 12:33:00 -05:00
2f769e75c4 Merge pull request #711 from trapexit/inode
change inode conversion algo to reduce collision
2020-02-12 21:51:41 -05:00
a646fe016d change inode conversion algo to reduce collision 2020-02-12 21:05:52 -05:00
f45a52d621 Merge pull request #710 from trapexit/writeback-xattr
add cache.writeback to xattrs
2020-02-12 19:52:16 -05:00
576ff3694e add cache.writeback to xattrs 2020-02-12 19:48:37 -05:00
4cb866cee9 Merge pull request #707 from trapexit/writeback-cache
add writeback caching
2020-02-10 19:22:44 -05:00
43ddff6ca9 Merge pull request #706 from trapexit/ctime
ctime
2020-02-10 19:13:35 -05:00
bf4b39065b update fuse_kernel.h 2020-02-10 18:54:07 -05:00
4b9f3de814 add ctime support 2020-02-10 18:39:15 -05:00
903d39f968 add writeback caching 2020-02-09 21:08:53 -05:00
e6c8fa3fad Merge pull request #705 from trapexit/zfs
add links to ZFS comparison
2020-02-04 11:08:18 -05:00
9952c58a4a add links to ZFS comparison 2020-02-04 11:06:51 -05:00
be8bb5d2a7 Merge pull request #701 from trapexit/faq
add faq entry on files ending up on 1 branch
2020-01-24 20:13:07 -05:00
66f0d9e649 add faq entry on files ending up on 1 branch 2020-01-24 20:12:24 -05:00
7b355b279d Merge pull request #700 from trapexit/changelog
python 2.6 fix
2020-01-22 16:49:07 -05:00
0f2f78c5b8 python 2.6 fix 2020-01-22 16:48:46 -05:00
eb57425315 Merge pull request #699 from trapexit/git2debcl
make git2debcl work on Python 2 & 3
2020-01-22 14:30:01 -05:00
489ab23e89 make git2debcl work on Python 2 & 3 2020-01-22 11:56:40 -05:00
4c55eb0cc0 Merge pull request #697 from trapexit/readme
add README segment on benchmarking
2020-01-20 22:27:29 -05:00
389785265b add README segment on benchmarking 2020-01-20 22:26:20 -05:00
a6717990a8 Merge pull request #694 from trapexit/readme
more FAQs
2020-01-19 22:27:29 -05:00
f4b8efce20 more FAQs 2020-01-19 22:26:20 -05:00
8cdb7174c4 Merge pull request #689 from trapexit/readme
fix typos and update FAQ regarding policy preference
2020-01-13 14:27:18 -05:00
4625a3cf43 fix typos and update FAQ regarding policy preference 2020-01-13 14:26:45 -05:00
55245e290a Merge pull request #685 from trapexit/update-docs
update docs: openvz kernel bug and new support links
2019-12-10 23:22:34 -05:00