Antonio SJ Musumeci
|
26c2ebc843
|
Merge pull request #245 from trapexit/readme
change tooling names and add guide link
|
9 years ago |
Antonio SJ Musumeci
|
59b08a5bc3
|
change tooling names and add guide link
|
9 years ago |
Antonio SJ Musumeci
|
8ac3518725
|
Merge pull request #244 from trapexit/gitdebcl
fix building of platform specific deb packages
|
9 years ago |
Antonio SJ Musumeci
|
f4a4cc5812
|
fix building of platform specific deb packages
|
9 years ago |
Antonio SJ Musumeci
|
b93783ede0
|
Merge pull request #243 from trapexit/git2dbcl
fix printing of versions with no changes
|
9 years ago |
Antonio SJ Musumeci
|
ef4c583b3f
|
fix printing of versions with no changes
|
9 years ago |
Antonio SJ Musumeci
|
6d049c16d1
|
Merge pull request #242 from trapexit/statvfs
clearly separate usage of statvfs from stat for file existance
|
9 years ago |
Antonio SJ Musumeci
|
4ecf3c5797
|
clearly separate usage of statvfs from stat for file existance
Used statvfs to also check for existance vs lstat. On dead symlinks
this resulted in ENOENT making certain functions fail.
closes #239
|
9 years ago |
Antonio SJ Musumeci
|
4a63c000ca
|
Merge pull request #241 from trapexit/policy-ff
add minfreespace checks to policy ff's create and remove fwfs
|
9 years ago |
Antonio SJ Musumeci
|
779143f4b6
|
add minfreespace checks to policy ff's create and remove fwfs
fwfs is now covered by ff with the minfreespace and readonly checks
|
9 years ago |
Antonio SJ Musumeci
|
ccd3b5d2d0
|
Merge pull request #240 from trapexit/readme
update readme with minfreespace and readonly details
|
9 years ago |
Antonio SJ Musumeci
|
4d7148cdd1
|
update readme with minfreespace and readonly details
|
9 years ago |
Antonio SJ Musumeci
|
98a051b161
|
Merge pull request #238 from trapexit/policy-all
add readonly and minfreespace filters to all policy for creates. clos…
|
9 years ago |
Antonio SJ Musumeci
|
14886a27f4
|
add readonly and minfreespace filters to all policy for creates. closes #236
|
9 years ago |
Antonio SJ Musumeci
|
81b9918f6b
|
Merge pull request #237 from trapexit/renamefix
|
9 years ago |
Antonio SJ Musumeci
|
9819cf6133
|
fix clonepath being called on wrong source
|
9 years ago |
Antonio SJ Musumeci
|
c5e584fa5a
|
Merge pull request #235 from trapexit/changeloger
fix creation of changelog
|
9 years ago |
Antonio SJ Musumeci
|
c56b488c8d
|
fix creation of changelog
|
9 years ago |
Antonio SJ Musumeci
|
cd50a0b0c8
|
Merge pull request #234 from trapexit/renametweaks
normalize error handling in rename policy
|
9 years ago |
Antonio SJ Musumeci
|
e593927095
|
normalize error handling in rename policy
|
9 years ago |
Antonio SJ Musumeci
|
12251cf7c2
|
Merge pull request #233 from trapexit/ffopt
ff policy tweaks
|
9 years ago |
Antonio SJ Musumeci
|
7c85cd906a
|
ff policy tweaks
|
9 years ago |
Antonio SJ Musumeci
|
32c4b1ad1c
|
Merge pull request #232 from trapexit/version
override standard libfuse version flag
|
9 years ago |
Antonio SJ Musumeci
|
5cf3bb7c98
|
override standard libfuse version flag
|
9 years ago |
Antonio SJ Musumeci
|
3f8a6525b3
|
Merge pull request #231 from trapexit/fstweaks
minor tweaks to filesystem utility functions
|
9 years ago |
Antonio SJ Musumeci
|
25a039942c
|
minor tweaks to filesystem utility functions
|
9 years ago |
Antonio SJ Musumeci
|
400537d711
|
Merge pull request #230 from trapexit/findonfs
use stat/2 rather than statvfs/2 to find file drive
|
9 years ago |
Antonio SJ Musumeci
|
792c9b9808
|
use stat/2 rather than statvfs/2 to find file drive
|
9 years ago |
Antonio SJ Musumeci
|
476a8a50ea
|
Merge pull request #228 from trapexit/readme
update / tweak readme
|
9 years ago |
Antonio SJ Musumeci
|
a698a8a545
|
update / tweak readme
|
9 years ago |
Antonio SJ Musumeci
|
5b06bb24fb
|
Merge pull request #227 from trapexit/policy-cleanup
remove unnecessary policies
|
9 years ago |
Antonio SJ Musumeci
|
d4ec341c4f
|
remove unnecessary policies
|
9 years ago |
Antonio SJ Musumeci
|
1bbe3a8879
|
Merge pull request #226 from trapexit/readonly
ignore drives mounted as readonly from create policies. closes #224
|
9 years ago |
Antonio SJ Musumeci
|
5813d1e477
|
ignore drives mounted as readonly from create policies. closes #224
|
9 years ago |
Antonio SJ Musumeci
|
81e77216fc
|
Merge pull request #225 from trapexit/eplfs-readme
add eplfs info to readme
|
9 years ago |
Antonio SJ Musumeci
|
a4e60d7471
|
add eplfs info to readme
|
9 years ago |
Antonio SJ Musumeci
|
8edb7c1e1c
|
Merge pull request #223 from trapexit/statvfs
use stat.st_dev to uniquely identify mounts for statfs. closes #213
|
9 years ago |
Antonio SJ Musumeci
|
f3e75a0544
|
use stat.st_dev to uniquely identify mounts for statfs. closes #213
|
9 years ago |
Antonio SJ Musumeci
|
eed2bbf913
|
Merge pull request #222 from trapexit/policy
simplify policies
|
9 years ago |
Antonio SJ Musumeci
|
b3248a8f78
|
simplify policies
|
9 years ago |
Antonio SJ Musumeci
|
fc100006f9
|
Merge pull request #220 from trapexit/eplfs
add existing path, least free space policy. closes #216
|
9 years ago |
Antonio SJ Musumeci
|
7bf1ca45e4
|
add existing path, least free space policy. closes #216
|
9 years ago |
Antonio SJ Musumeci
|
c568a6d356
|
Merge pull request #219 from trapexit/pathmake
use references to srcmounts rather than copies
|
9 years ago |
Antonio SJ Musumeci
|
6086620e23
|
use references to srcmounts rather than copies
|
9 years ago |
Antonio SJ Musumeci
|
f7c37d2974
|
Merge pull request #218 from trapexit/why-mergerfs
add some "why mergerfs instead of X" sections to the FAQ
|
9 years ago |
Antonio SJ Musumeci
|
3a51ceb327
|
add some "why mergerfs instead of X" sections to the FAQ
|
9 years ago |
Antonio SJ Musumeci
|
f510e539ab
|
Merge pull request #215 from trapexit/trashdirs
add section to readme about trash directories
|
9 years ago |
Antonio SJ Musumeci
|
681f3d7492
|
add section to readme about trash directories
|
9 years ago |
Antonio SJ Musumeci
|
a7c1b88bfe
|
Merge pull request #212 from trapexit/libfuse-crashes
add information on fixing libfuse crashes
|
9 years ago |
Antonio SJ Musumeci
|
0bac344c8b
|
add information on fixing libfuse crashes
|
9 years ago |