Commit Graph

307 Commits

Author SHA1 Message Date
3d7d2cf80a add sbin directory to rpm spec 2015-10-13 07:13:17 -04:00
5d5428fbb3 Merge pull request #159 from trapexit/git2dbcl
enhance git2debcl to work with older python releases
2015-10-13 00:21:14 -04:00
5489952aa8 enhance git2debcl to work with older python releases 2015-10-13 00:20:47 -04:00
280309ad6d Merge pull request #158 from trapexit/fusedep
set rpm dependency to fuse
2015-10-12 23:52:16 -04:00
068fbc0269 set rpm dependency to fuse 2015-10-12 23:51:52 -04:00
6709791156 Merge pull request #157 from trapexit/mount.mergerfs
create mount.mergerfs symlink. closes #149
2015-10-12 23:45:04 -04:00
5a76c41236 create mount.mergerfs symlink. closes #149 2015-10-12 23:43:17 -04:00
3ccc94a560 Merge pull request #156 from trapexit/cisms
misc fixes to compile on older platforms
2015-10-12 19:52:34 -04:00
58446f9124 misc fixes to compile on older platforms 2015-10-12 19:51:57 -04:00
ce2ec89964 Merge pull request #155 from trapexit/gidcache
rewrite gid cache system
2015-10-11 15:07:24 -04:00
40f569be37 rewrite gid cache system
Uses fixed storage so as to not require C++11 local thread storage or memory allocation.
2015-10-11 15:01:57 -04:00
db85a7d3f2 Merge pull request #152 from trapexit/fsck
audit (and fix) file permissions and ownership. closes #148
2015-10-06 00:38:22 -04:00
f6d396c30d audit (and fix) file permissions and ownership. closes #148 2015-10-06 00:37:03 -04:00
95e6ebf607 Merge pull request #151 from trapexit/uint32
remove usage of UINT32_MAX macro
2015-10-01 23:37:46 -04:00
53e3284b26 remove usage of UINT32_MAX macro 2015-10-01 10:26:12 -04:00
746bb68a0c Merge pull request #147 from trapexit/usage
provide usage text and version info. closes #146
2015-09-29 07:30:02 -04:00
09ffc8c903 provide usage text and version info. closes #146 2015-09-29 07:29:10 -04:00
f844daa76c Merge pull request #145 from trapexit/debswap
swap deb and unsigned-deb make tagets. closes #140
2.6.0
2015-09-26 14:14:04 -04:00
c289dafadc swap deb and unsigned-deb make tagets. closes #140 2015-09-26 14:12:10 -04:00
2e538068ef Merge pull request #144 from trapexit/enospc
move on enospc when writing feature. closes #141
2015-09-25 15:41:24 -04:00
5808ab7795 move on enospc when writing feature. closes #141
This feature mimics the standard mhddfs behavior but is more thorough.
If a write fails and the errno is set to ENOSPC then mergerfs will (if
the feature is enabled) attempt to move the file to the drive with
the most free space but only if it has enough room for the file plus
the amount to be written. If that transfer is successful it will then
unlink the original file and attempt the previously failed write again.

The copy includes copying the path and file including the acls, owners,
attributes, extended attributes, and timestamps.
2015-09-25 15:14:17 -04:00
4e5578de9c make note about escaping glob tokens more explicit 2015-09-25 13:48:03 -04:00
4b375faf12 include rpm-build in Fedora dependencies 2015-09-24 17:59:49 -04:00
9542e6340b include link to release page in readme 2015-09-24 15:07:39 -04:00
de583b70f7 clean up options listing 2015-09-23 16:42:36 -04:00
8bf0f755e1 create summary feature section
And tweak intro.
2015-09-22 12:46:47 -04:00
5850fbe3f1 bump README date 2.5.0 2015-09-14 22:45:45 -04:00
1cc1b1f746 Merge pull request #139 from trapexit/setxattr-cleanup
cleanup controlfile manipulation
2015-09-14 22:42:06 -04:00
a960a7ef46 cleanup controlfile manipulation 2015-09-14 22:40:49 -04:00
9afd0654b7 Merge pull request #138 from trapexit/defaults
include default_permissions in default arguments
2015-09-14 22:13:37 -04:00
e0cf97261c include default_permissions in default arguments
closes #130
2015-09-14 22:12:24 -04:00
1782910437 Merge pull request #137 from trapexit/setgroups-docs
change README regarding setgroups cache and new rwlock ugid fallback
2015-09-14 19:34:22 -04:00
f4e3f28153 change README regarding setgroups cache and new rwlock ugid fallback 2015-09-14 19:33:30 -04:00
6a96d3b69b Merge pull request #136 from trapexit/typo
fix typo in README
2015-09-14 19:06:37 -04:00
08c0c2dfae fix typo in README. closes #134 2015-09-14 19:05:42 -04:00
ad5380d69e Merge pull request #135 from trapexit/op-ugid
make changing credentials opportunistic + per thread setgroups cache
2015-09-14 19:01:23 -04:00
3163258a33 make changing credentials opportunistic + per thread setgroups cache
closes #129,#131
2015-09-14 19:00:07 -04:00
b194272e39 add notes on permissions and errors to readme 2015-09-08 18:06:32 -04:00
c131310c55 include known issues section to readme 2015-09-07 19:58:10 -04:00
8323e16ad2 Merge pull request #126 from trapexit/realpathize
realpath'ize all source mount points. closes #117
2.4.0
2015-09-06 18:25:21 -04:00
ce9352987c realpath'ize all source mount points. closes #117 2015-09-06 18:24:36 -04:00
accd2d4ae0 Merge pull request #125 from trapexit/xattr-minfreespace
fix non-suffixed setxattr of user.mergerfs.minfreespace
2015-09-06 12:07:43 -04:00
2d899479c3 fix non-suffixed setxattr of user.mergerfs.minfreespace 2015-09-05 23:08:11 -04:00
803b2ae999 Merge pull request #122 from trapexit/clean-version
remove version.hpp on clean
2015-09-05 22:30:49 -04:00
e98b801c9d remove version.hpp on clean 2015-09-05 22:29:28 -04:00
27cf7f8148 Merge pull request #121 from trapexit/xattr-version
add user.mergerfs.version xattr
2015-09-05 21:55:43 -04:00
b22528bac4 add user.mergerfs.version xattr 2015-09-05 21:48:15 -04:00
adf983c8c3 Merge pull request #120 from trapexit/policies-xattr
add user.mergerfs.policies xattr
2015-09-05 20:04:12 -04:00
e377d54c93 add user.mergerfs.policies xattr 2015-09-05 19:49:08 -04:00
7bee6230ba Merge pull request #119 from trapexit/rpm
add building of rpm
2015-09-05 18:44:14 -04:00