mergerfs-2.21.0
trapexit
released this
07 May 03:47
·
726 commits
to latest-release
since this release
- 6a7675f symlinkify: file -> symlink-to-original-file after timeout
- 8ba3a08 make dropcacheonclose runtime configurable
- ccaa458 better handle incomplete reads/writes in copying files
- 162b99e enable nopath and nullpath_ok
- f15437c tweak movefile behavior
- 5f3aa6e add more travis build targets
- 2fbeb67 hide fs::fadvise as it's not used directly
- 8b976ab support older libfuse without utime_omit_ok flag
- 1a1fa06 fadvise cleanup
- 617195d enable utime_omit_ok flag
- be3eb7e work around getgrouplist signature difference on osx
- 0600734 handle 32bit and 64bit inode recalculation
- 9d0798d restructure fadvise
- e2acffe restructure fallocate abstraction
- 42d454a abstract futimesat
- 0b2bf17 abstract access to highres atime/mtime
- e20d566 use correct integer types
- 1539aca use compiler's preprocessor rather than cpp explicitly
- 9d799ff setup travis-ci
- c043ef9 make fs::attr return ENOTSUP on EINVAL #381
- 215f129 explicitly define path preservation, better explain move issues
- bb4ec91 fix incorrect section header syntax