Antonio SJ Musumeci
7e53ef0c5a
failover file being read when read fails. #342
2016-12-16 11:36:42 -05:00
Antonio SJ Musumeci
437067b5e0
Merge pull request #351 from trapexit/inode
...
compute inode in readdir
2016-12-16 11:16:59 -05:00
Antonio SJ Musumeci
67b48fcb3a
compute inode in readdir
2016-12-16 10:57:24 -05:00
Antonio SJ Musumeci
ea403b4f5a
Merge pull request #350 from trapexit/versionfile
...
only remove src/version.hpp if git repo and git available
2016-12-14 21:42:58 -05:00
Antonio SJ Musumeci
b1459c6cdc
only remove src/version.hpp if git repo and git available
2016-12-14 21:42:43 -05:00
Antonio SJ Musumeci
953bca02fc
Merge pull request #349 from trapexit/inode
...
support setting of inodes (using use_ino option)
2016-12-14 18:55:15 -05:00
Antonio SJ Musumeci
c8fa51c81a
support setting of inodes (using use_ino option)
...
creates a 64bit inode value from the underlying device value + original inode
final_ino = orig_ino | (dev << 32)
not perfect but given few filesystems use 64bit inodes nor is st_dev more than 16bit usually it should be fine
2016-12-14 18:53:21 -05:00
Antonio SJ Musumeci
365e153ae7
Merge pull request #348 from trapexit/readdir-set
...
replace std::set with klib's khash to increase readdir performance
2016-12-14 17:29:13 -05:00
Antonio SJ Musumeci
822204ff34
replace std::set with klib's khash to increase readdir performance
2016-12-14 17:24:48 -05:00
Antonio SJ Musumeci
9a261a7864
Merge pull request #341 from trapexit/docs
...
note that mergerfs should be run as root
2016-12-06 17:04:51 -05:00
Antonio SJ Musumeci
5f7a168d0b
note that mergerfs should be run as root
2016-12-06 17:04:10 -05:00
Antonio SJ Musumeci
aa71116928
Merge pull request #340 from trapexit/clonepath-errors
...
return clonepath errors
2016-12-06 16:54:39 -05:00
Antonio SJ Musumeci
35075bb0cd
return clonepath errors
...
currently the error is ignored and it was expected the primary call would
fail. problem is it returns confusing errors as a result. (eg ENOENT vs EPERM)
2016-12-06 16:48:52 -05:00
Antonio SJ Musumeci
05d81dbc23
update manpage
2016-11-15 23:35:06 -05:00
Antonio SJ Musumeci
00235c15bf
Merge pull request #336 from trapexit/sigfpe
...
ignore filesystems which return zeros for statfs. closes #335
2016-11-15 23:27:49 -05:00
Antonio SJ Musumeci
3c5351af93
ignore filesystems which return zeros for statfs. closes #335
2016-11-15 23:27:17 -05:00
Antonio SJ Musumeci
12b9fc1750
Merge pull request #334 from trapexit/freebsd
...
changes to allow compiling on FreeBSD
2016-11-01 15:47:37 -04:00
Antonio SJ Musumeci
3d2283f10f
clang cpp doesn't like grep exiting early
2016-10-31 09:39:10 -04:00
Antonio SJ Musumeci
192bb9c57e
remove usage of -D from install
2016-10-28 22:04:15 -04:00
Antonio SJ Musumeci
157dae0d2f
define O_LARGEFILE and O_NOATIME if needed
2016-10-28 22:04:15 -04:00
Antonio SJ Musumeci
00c814dc58
consolidate and simplify utime
2016-10-28 22:04:09 -04:00
Antonio SJ Musumeci
6d6fb45a3b
check if fdatasync is available and return ENOSYS if not
2016-10-27 16:59:04 -04:00
Antonio SJ Musumeci
f954be60a4
Merge pull request #333 from yatesco/patch-1
...
minor correction of spelling mistake
2016-10-24 17:18:36 -04:00
Colin Yates
897f20bff8
minor correction of spelling mistake
...
:%s/cateogry/category/g
2016-10-24 09:32:41 +01:00
Antonio SJ Musumeci
c7c5b07389
Merge pull request #330 from trapexit/cleanup
...
further abstraction of system calls
2016-10-20 16:52:32 -04:00
Antonio SJ Musumeci
d0b6cd1f38
further abstraction of system calls
2016-10-20 16:51:49 -04:00
Antonio SJ Musumeci
1ad05d7783
Merge pull request #329 from trapexit/namespace
...
wrap most posix filesystem functions
2016-10-19 17:10:31 -04:00
Antonio SJ Musumeci
1dc7bff6e6
wrap most posix filesystem functions
2016-10-19 16:58:52 -04:00
Antonio SJ Musumeci
18d684cd16
Merge pull request #328 from trapexit/flock
...
add flock
2016-10-19 12:17:23 -04:00
Antonio SJ Musumeci
8f594e17d7
add flock
2016-10-19 11:58:44 -04:00
Antonio SJ Musumeci
77269a8bac
Merge pull request #327 from trapexit/mhddfs
...
add some more explination to the FAQ
2016-10-19 09:39:25 -04:00
Antonio SJ Musumeci
cd90193deb
add some more explination to the FAQ
2016-10-19 09:38:48 -04:00
Antonio SJ Musumeci
35fca6364f
Merge pull request #325 from trapexit/readme
...
add mergerfs.ctl and scorch to tooling section
2016-10-14 13:27:18 -04:00
Antonio SJ Musumeci
cd71af8c5b
add mergerfs.ctl and scorch to tooling section
2016-10-13 11:02:20 -04:00
Antonio SJ Musumeci
a7f26d3769
Merge pull request #324 from trapexit/edquota
...
add EDQUOT to errors which trigger moveonenospc
2016-10-07 10:27:31 -04:00
Antonio SJ Musumeci
3fb7f8919a
add EDQUOT to errors which trigger moveonenospc
2016-10-06 13:54:57 -04:00
Antonio SJ Musumeci
abc4ed4d9f
Merge pull request #321 from trapexit/manpage
...
update manpage
2016-09-19 17:07:42 -04:00
Antonio SJ Musumeci
dfa82699b9
update manpage
2016-09-19 17:07:41 -04:00
Antonio SJ Musumeci
b8beeaceb3
Merge pull request #320 from trapexit/setgroups-arm
...
use SYS_setgroup32 syscall if available. closes #319
2016-09-19 17:05:10 -04:00
Antonio SJ Musumeci
d9a79062b8
use SYS_setgroup32 syscall if available. closes #319
2016-09-19 17:04:11 -04:00
Antonio SJ Musumeci
a22b79c416
Merge pull request #318 from trapexit/pagecache-bug
...
add information about page cache kernel panic bug
2016-09-14 11:20:25 -04:00
Antonio SJ Musumeci
b1f2e94a2f
add information about page cache kernel panic bug
...
https://lkml.org/lkml/2016/9/14/527
2016-09-14 11:20:13 -04:00
Antonio SJ Musumeci
2ebd386b5b
Merge pull request #317 from trapexit/manpage
...
recreate manpage
2016-09-14 08:50:51 -04:00
Antonio SJ Musumeci
a8cd9b710e
recreate manpage
2016-09-14 08:50:42 -04:00
Antonio SJ Musumeci
12d2cf7464
Merge pull request #316 from trapexit/debian-kfreebsd
...
small tweaks to build on Debian kFreeBSD
2016-09-14 08:36:25 -04:00
Antonio SJ Musumeci
7e423cd9ce
small tweaks to build on Debian kFreeBSD
2016-09-14 08:36:06 -04:00
Antonio SJ Musumeci
fa3218cb72
Merge pull request #315 from trapexit/futimes
...
fix futimes version of utimes wrapper
2016-09-13 21:36:58 -04:00
Antonio SJ Musumeci
0395e7c776
fix futimes version of utimes wrapper
2016-09-13 21:30:45 -04:00
Antonio SJ Musumeci
a575cf76c2
Merge pull request #314 from trapexit/fadvise
...
fix #define typo
2016-09-13 17:40:28 -04:00
Antonio SJ Musumeci
93923177ee
fix #define typo
2016-09-13 17:40:23 -04:00