Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/trapexit/mergerfs

a featureful union filesystem
https://github.com/trapexit/mergerfs

misc README updates

40969402e8db9b7dcbf7ff8c24cd4e8af7d37e6c authored about 6 years ago by Antonio SJ Musumeci <[email protected]>
Merge pull request #539 from trapexit/makefile_cleanup

general cleanup of makefile, add static & lto building

fee9a449ba2d3b32a2ef1dc6438fa0fadffc761b authored about 6 years ago by trapexit <[email protected]>
general cleanup of makefile, add static & lto building

6de8e4471c9338b36e84b575d4775181f0643513 authored about 6 years ago by Antonio SJ Musumeci <[email protected]>
Merge pull request #537 from trapexit/alpine

fix building on alpine w/ musl

f0f64f8ed1b38edeeddeb9db86e0d56bc7050e3a authored about 6 years ago by trapexit <[email protected]>
fix building on alpine w/ musl

6ae68465cfaa6727f2fbedaebf5edfaf11eba77b authored about 6 years ago by Antonio SJ Musumeci <[email protected]>
Merge pull request #534 from trapexit/xattr

change xattr setting notsup to nosys

3c1f19e85aa9085eeeb852251b021049c83f4856 authored about 6 years ago by trapexit <[email protected]>
Merge pull request #533 from trapexit/truncate

fix indexing of truncate targets

2a8a6b8fe0ea61e986c05691e67f9d40dfe45457 authored about 6 years ago by trapexit <[email protected]>
change xattr setting notsup to nosys

7d9458fdd146b08388c431363aaf561d7b20968b authored about 6 years ago by Antonio SJ Musumeci <[email protected]>
fix indexing of truncate targets

43b676a6e2bd88eacd9308d4267f7b81c65a304c authored about 6 years ago by Antonio SJ Musumeci <[email protected]>
Merge pull request #531 from trapexit/o_path

fix building on platforms without O_PATH

606d9c4d3fc8d006c020d7a4bf829a8f4abd8619 authored about 6 years ago by trapexit <[email protected]>
fix building on platforms without O_PATH

c46134c03adb8f87023ff42757f9758ecbdfe906 authored about 6 years ago by Antonio SJ Musumeci <[email protected]>
Merge pull request #530 from trapexit/dedup

optimize readdir file dedup

0abb2a960c0ad1c52258aff71fd91652dee867b7 authored about 6 years ago by trapexit <[email protected]>
optimize readdir file dedup

Use fasthash64 to hash filenames to uint64_t and store in khash
set. Significantly reduces mallo...

3631ab7df2da85fde9c17ba908747f97f3a56b31 authored about 6 years ago by Antonio SJ Musumeci <[email protected]>
Merge pull request #529 from trapexit/statvfs

add ability to change statfs behavior

b8b3ab06a758ffad74e80cc7329d6b20c2cabd24 authored about 6 years ago by trapexit <[email protected]>
add ability to change statfs behavior

680f8194f98655b05f29cee93ac5fc16d649140f authored about 6 years ago by Antonio SJ Musumeci <[email protected]>
Merge pull request #528 from trapexit/nc

rename NW (no write) to NC (no create)

3d33428a4e322e151207f3ffaf5cdac91c46ef79 authored about 6 years ago by trapexit <[email protected]>
rename NW (no write) to NC (no create)

7524e57262ba7fd2d3a2e691d7ba74c2908487a7 authored about 6 years ago by Antonio SJ Musumeci <[email protected]>
Merge pull request #527 from trapexit/branch_tagging

add tagging branches RW/RO/NW

1195e66a8a3df9f07d301fc38ad074e085959940 authored about 6 years ago by trapexit <[email protected]>
add tagging branches RW/RO/NW

This allows users to tag a branch as readonly or not for writing regardless
of how the filesyste...

b55ebba4eda5ec9bddf4224c339d1c3631f4bc4a authored about 6 years ago by Antonio SJ Musumeci <[email protected]>
Merge pull request #525 from trapexit/docs

misc updates to docs

8dd0dc11ee9afd48f93dbdfbd6823db6b5b9dc55 authored about 6 years ago by trapexit <[email protected]>
misc updates to docs

8eacb008b3f91bb1964a35e9a65236547e1f4cd5 authored about 6 years ago by Antonio SJ Musumeci <[email protected]>
Merge pull request #520 from trapexit/cleanups

misc cleanups

9c16ab69992abb91ee5c9ff81b74eac934777a90 authored about 6 years ago by trapexit <[email protected]>
misc cleanups

9e0ab1f51806bedb3e3b7d6ac619aefac5a10fae authored about 6 years ago by Antonio SJ Musumeci <[email protected]>
Merge pull request #517 from trapexit/cleanup

policy return cleanup

47bf58eae999fb48d8aab842aa66098b27b209b8 authored about 6 years ago by trapexit <[email protected]>
policy return cleanup

8a48b74cb427c38655173c5f3cd58f70cd11f22d authored about 6 years ago by Antonio SJ Musumeci <[email protected]>
Merge pull request #516 from trapexit/clone

add FICLONE and copy_file_range to clonefile

570c93ec2c8030fff955dbaafb8374e928e57acc authored about 6 years ago by trapexit <[email protected]>
add FICLONE and copy_file_range to clonefile

If available FICLONE and copy_file_range will be tried in addition to sendfile
when copying data...

85026d5780b3c3ec1488af79b52ef2dd1c3a92fe authored about 6 years ago by Antonio SJ Musumeci <[email protected]>
Merge pull request #515 from trapexit/xattr.h

remove libattr dependency

bb2e6eb6058dc27438c7d9a4dda6c76a524a8ce7 authored about 6 years ago by trapexit <[email protected]>
remove libattr dependency

1885a82cce1f79adc489c914250e6b0652d42dc1 authored about 6 years ago by Antonio SJ Musumeci <[email protected]>
Merge pull request #514 from trapexit/runtime_xattr

add ability to turn on/off xattr support at runtime

602a37b231d394d1bb2cbe3682e9d3e1d5ca7b22 authored about 6 years ago by trapexit <[email protected]>
add ability to turn on/off xattr support at runtime

65f482e48336fb7a78776daffdf2fb4ef85ded56 authored about 6 years ago by Antonio SJ Musumeci <[email protected]>
Merge pull request #513 from trapexit/errno

fix building on certain platforms

6ee44e451c66e5b697a4410eaccdfd67abb7dc44 authored about 6 years ago by trapexit <[email protected]>
fix building on certain platforms

8d1a1564bf9560d25d60e90a3a0dee4046fd3699 authored about 6 years ago by Antonio SJ Musumeci <[email protected]>
Merge pull request #509 from trapexit/cow

add link_cow feature

4af9248ebaa6ea62880fd85b8624aa8454073f8e authored over 6 years ago by trapexit <[email protected]>
add link_cow feature

When enabled if a regular file is opened which has a link count > 1 it will
copy the file to a t...

93f7d7d927683d3fc4c2f0908991d72c41867320 authored over 6 years ago by Antonio SJ Musumeci <[email protected]>
Merge pull request #506 from trapexit/literal_glob

keep literal when glob fails

19a7d43b314de954e159419b6d0472138476fb9f authored over 6 years ago by trapexit <[email protected]>
keep literal when glob fails

9afefef0329071cdf94d2e2a0883535991224255 authored over 6 years ago by Antonio SJ Musumeci <[email protected]>
Merge pull request #505 from trapexit/depends

add fuse to debian pkg dependency

8c3462caf286ae1a0d40fe1a51af3836d087ad8a authored over 6 years ago by trapexit <[email protected]>
add fuse to debian pkg dependency

340f3c85c9c4ea3de5153b1968f6d2f13391ef59 authored over 6 years ago by Antonio SJ Musumeci <[email protected]>
Merge pull request #504 from trapexit/disable_security.capabilities

add security_capability option

ff04098319de383a8a534c9e14648a02cfb03712 authored over 6 years ago by trapexit <[email protected]>
add security_capability option

f8563369bc72603d9339ad905317b55d72c8ceb9 authored over 6 years ago by Antonio SJ Musumeci <[email protected]>
Merge pull request #499 from trapexit/docs

add comment regarding tar error

4152769182eb44cbe2bdc484cb0a8b05fa60ca50 authored over 6 years ago by trapexit <[email protected]>
add comment regarding tar error

057eafef7f0f7d6128fa1ad897df31e9f4aa8097 authored over 6 years ago by Antonio SJ Musumeci <[email protected]>
Merge pull request #496 from trapexit/doc-updates

tweak docs, add FAQ regarding vendoring of libfuse

c7e93720ff3d9d5816915d910fbd82dd133e21e5 authored over 6 years ago by trapexit <[email protected]>
tweak docs, add FAQ regarding vendoring of libfuse

587ab625839e79dcfc0d7f7aeadcdc8d2600e579 authored over 6 years ago by Antonio SJ Musumeci <[email protected]>
Merge pull request #495 from ahippo/external-fuse

Option for building with system libfuse

a894360402514b140cd0da0a746a98529d707f4c authored over 6 years ago by trapexit <[email protected]>
Makefile: option for building with system libfuse

Add INTERNAL_FUSE variable to control linking against
bundled libfuse vs external/system libfuse...

756d4ff0ff4c8c71d6cdb8c169b9694683a3d4ac authored over 6 years ago by Andrey Mazo <[email protected]>
options: move "-o threads=" help text to libfuse/

Parsing of and acting upon "-o threads" option is done in the bundled `libfuse/`,
so move the co...

ec6adaa376dd3badcfd298587ebac24a97b16710 authored over 6 years ago by Andrey Mazo <[email protected]>
Merge pull request #494 from trapexit/hardlinks

add FAQ entry on hard links

dee2c3e23bf046d96628010b6d829ad317088a4b authored over 6 years ago by trapexit <[email protected]>
add FAQ entry on hard links

fc52f89ddce997c371ec12fbbe60997ebb8309cf authored over 6 years ago by Antonio SJ Musumeci <[email protected]>
Merge pull request #493 from ahippo/ldflags

Makefile: don't touch LDFLAGS

fdbafa63ba68dcae7a5130da07e0496a5d8f32ee authored over 6 years ago by trapexit <[email protected]>
Makefile: don't touch LDFLAGS

These are more like LIBS rather than LDFLAGS.
They are used just in one place,
so simply put the...

e987ff46c21d395c3d790da746a8e912e4a85c8c authored over 6 years ago by Andrey Mazo <[email protected]>
Merge pull request #491 from trapexit/inode_docs

add details regarding use_ino

b1ecc58114393905f4e17aac3465449b5876c1be authored over 6 years ago by trapexit <[email protected]>
add details regarding use_ino

39d5ab8e8327eadfb01fa0c5bb7ee6bcb17a92e0 authored over 6 years ago by Antonio SJ Musumeci <[email protected]>
change examples to use /mnt rather than /tmp

c005463111f3f29169d3b006c063f7335e713dd6 authored over 6 years ago by Antonio SJ Musumeci <[email protected]>
Merge pull request #482 from trapexit/docs

change examples to use /mnt rather than /tmp

4b1f9afe1e636673e8cd4cac2f92bfabb3c80c66 authored over 6 years ago by trapexit <[email protected]>
Merge pull request #475 from trapexit/version

fix version.hpp creation, again

50384f4e86e34c2da20aa446cd3321b2cb18f1a2 authored almost 7 years ago by trapexit <[email protected]>
fix version.hpp creation, again

73e8867400ac5ad4ee8c06e6940dc73c5e083a98 authored almost 7 years ago by Antonio SJ Musumeci <[email protected]>
Merge pull request #474 from trapexit/version

fix versioning with tarball building

0545da67ff24670aeb34175e23446b84e6303e6f authored almost 7 years ago by trapexit <[email protected]>
fix versioning with tarball building

24e690b995a4158b61284be2bfa2b174c57330b6 authored almost 7 years ago by Antonio SJ Musumeci <[email protected]>
Merge pull request #473 from trapexit/version

version bumps and calculation fixes

89200a0ab8fadca7c8f4cb83367d9be7878b71e3 authored almost 7 years ago by trapexit <[email protected]>
bump change date on readme and rebuild man

e521833ceca65d950654c3b96fdc0324a3754f6b authored almost 7 years ago by Antonio SJ Musumeci <[email protected]>
bump builtin libfuse version

737d941941bb61132b069bfa38f05a920794cccf authored almost 7 years ago by Antonio SJ Musumeci <[email protected]>
fix version generation

9830e29945876a0c2e3c290b8a8dce2889393c60 authored almost 7 years ago by Antonio SJ Musumeci <[email protected]>
Merge pull request #472 from trapexit/clonepathperms

ignore clonepath metadata errors. fixes #470

6418b00ac310fbde5c68d33903a244b6f4b9f8b5 authored almost 7 years ago by trapexit <[email protected]>
ignore clonepath metadata errors. fixes #470

cfe9c28a10e0a6de602347969e3541eda3b7c8e7 authored almost 7 years ago by Antonio SJ Musumeci <[email protected]>
Merge pull request #471 from trapexit/clonepath

stop clonepath at base directory. fixes #467

aa6e4c1865f35ba8c789fa75d64b5388a06fe22e authored almost 7 years ago by trapexit <[email protected]>
stop clonepath at base directory. fixes #467

f48c16d162edc622c4dbb681f6f9419685e4b0e5 authored almost 7 years ago by Antonio SJ Musumeci <[email protected]>
Merge pull request #469 from trapexit/hard_remove

add hard_remove details and comment on unionfs

62ae871d516930f65d2b833b3c6715966840073c authored almost 7 years ago by trapexit <[email protected]>
add hard_remove details and comment on unionfs

906702de77264da38761a2478d9618a28eca09a0 authored almost 7 years ago by trapexit <[email protected]>
Merge pull request #461 from agsimmons/master

Remove duplicate word in README

db27a91a58c99fd05eefaeb210a60a93cb0b8257 authored almost 7 years ago by trapexit <[email protected]>
Remove duplicate word in README

b4a003c5a8ea8e41d65f5aa20967bc670bd84198 authored almost 7 years ago by Andrew Simmons <[email protected]>
add XRP to support list

b48054fa2c0ef262dd672907cc028de8a0ab3a93 authored about 7 years ago by trapexit <[email protected]>
add BCH, ETH, & LTC donation addresses

d8f05ac8aeb9ee6eab06b70ab897cffa316011e6 authored about 7 years ago by trapexit <[email protected]>
Merge pull request #454 from trapexit/faq

add explination in FAQ about what mergerfs is / is not

8843ace7575a55214458cdc343e8590d03eda911 authored about 7 years ago by trapexit <[email protected]>
add explination in FAQ about what mergerfs is / is not

7d93d5917e7309ccff418dcbe448b19b1e6f495b authored about 7 years ago by Antonio SJ Musumeci <[email protected]>
Merge pull request #452 from trapexit/faq

faq answer on epmfs

8846a135bcae1553fa15d4f2044a2cc133ec38e7 authored about 7 years ago by trapexit <[email protected]>
faq answer on epmfs

7207e7fdd6d656d5176ca09a7aaa2a4ae1a6a46d authored about 7 years ago by Antonio SJ Musumeci <[email protected]>
Merge pull request #451 from trapexit/faq

update FAQ and misc tweaks

a8e61280340d930737c4f75b2a037f5267415bec authored about 7 years ago by trapexit <[email protected]>
update FAQ and misc tweaks

f72bb1e1ed69ae9c7f8e6076ce82161f20c7f199 authored about 7 years ago by Antonio SJ Musumeci <[email protected]>
Merge pull request #450 from trapexit/support

add support info and how mergerfs works section

cf5d28ea4a5ca4865b1a8fdee1c72ecd5ba185af authored about 7 years ago by trapexit <[email protected]>
add support info and how mergerfs works section

bd14f33c3134960aeebc1f35e3bcbacc1adc85cc authored about 7 years ago by Antonio SJ Musumeci <[email protected]>
Merge pull request #449 from trapexit/issue-template

Create issue_template.md

73561c1861eaca6cd5e94e436d19df8034978aac authored about 7 years ago by trapexit <[email protected]>
Create issue_template.md

43d50ca47193ca5cfb4d5593b30f67f5b5181700 authored about 7 years ago by trapexit <[email protected]>
Merge pull request #445 from trapexit/setreuid

call 32bit versions of set/geteuid on 32bit platforms

8ea0b395b2196ac9131e3b741ff7d0dbef9d9ae1 authored about 7 years ago by trapexit <[email protected]>
call 32bit versions of set/geteuid on 32bit platforms

1d6d22727c24a18291d667a487105f4bed99daa8 authored about 7 years ago by Antonio SJ Musumeci <[email protected]>
Merge pull request #435 from trapexit/man

rebuild manpage

b3c10f5bdfbbcb36d0c10bc0b2b4dd85de82d4d2 authored over 7 years ago by Antonio SJ Musumeci <[email protected]>
rebuild manpage

821d1b6964b93cf16d0f56b6e696bf4eede4a8a9 authored over 7 years ago by Antonio SJ Musumeci <[email protected]>
Merge pull request #434 from trapexit/makefile

fixup makefile

6067478e005c6d15897cb9104caa8a93b36af39b authored over 7 years ago by Antonio SJ Musumeci <[email protected]>
fixup makefile

ebe737e99522343de6bedbef08e7011ae25224fd authored over 7 years ago by Antonio SJ Musumeci <[email protected]>
Merge pull request #433 from trapexit/doc-update

misc updates to docs

e2a95098961678fc063e51113f41592ce916c463 authored over 7 years ago by Antonio SJ Musumeci <[email protected]>
misc updates to docs

9104f25c09f149720e06f35ca9be270e242ce91a authored over 7 years ago by Antonio SJ Musumeci <[email protected]>
Merge pull request #429 from trapexit/support

expand support section of readme

713c9112646f13c337bdfdd87a7293e8172985b6 authored over 7 years ago by Antonio SJ Musumeci <[email protected]>
expand support section of readme

c1d85ef8256226378ec46395c59fdba7925662ee authored over 7 years ago by Antonio SJ Musumeci <[email protected]>
Merge pull request #428 from trapexit/cacheinfo

add info on creating a caching behavior

43eaf29df5770ef2dcec1989910a1a50ca4251fa authored over 7 years ago by Antonio SJ Musumeci <[email protected]>
add info on creating a caching behavior

cc1f07ef3919f8c6ef53522b009023789f59e2ab authored over 7 years ago by Antonio SJ Musumeci <[email protected]>
Merge pull request #424 from trapexit/threading

Threading

c35a4dadeea380c4b7b63d6714e9258adfc6debc authored over 7 years ago by Antonio SJ Musumeci <[email protected]>
add setting of thread pool size

75ed37a11a5977cb64a901d153831e51ce459191 authored over 7 years ago by Antonio SJ Musumeci <[email protected]>
fixed threads

804382981551068b5218612e51dfb91885a190c4 authored over 7 years ago by Antonio SJ Musumeci <[email protected]>
Merge pull request #423 from trapexit/khash

improve khash performance

deb70c7a4f1546c08cf6c12c8c78631ef9ac8177 authored over 7 years ago by Antonio SJ Musumeci <[email protected]>