Skip to content

Releases: trapexit/mergerfs

mergerfs-2.3.0

02 Sep 12:28
Compare
Choose a tag to compare
  • aea5e44 use correct variable for finding version
  • bc77b0f add minfreespace check to epmfs create policy
  • 1f1e481 rework rename
  • 7a93198 forgot to add einval to policy
  • bbc75f6 create errno policies for simulating errors. closes #107
  • 126df0f fix epmfs failing to pick the existing path. closes #102
  • ab68ac0 enhance deb building
  • e73ea33 format README better for man pages

mergerfs-2.2.0

05 Aug 20:18
Compare
Choose a tag to compare
  • 9519251 update README regarding options
  • 8767db9 remove unused variable
  • 267f2d2 move requesting of FUSE flags to init from cli args
  • f130d07 config get and struct naming cleanup
  • 52d8029 passthrough ioctl args without processing. closes #90
  • c60d038 use gte rather than gt for mtime comparisons. fixes #91

mergerfs-2.1.2

16 Jul 21:05
Compare
Choose a tag to compare
  • 80b2c35 add creation of full path for open
  • 983fa91 change fuse functions to use the fuse namespace
  • e5359eb remove unused readdir function
  • f00cd14 use pthread_getugid_np instead of gete{u,g}id on OSX. fixes #84

mergerfs-2.1.1

13 Jul 16:23
Compare
Choose a tag to compare
  • 4d60538 ignore ENOTSUP errors when cloning paths. fixes #82

mergerfs-2.1.0

08 Jul 18:35
Compare
Choose a tag to compare
  • aafc1e9 add str to size_t conversion code
  • b3109ac add minfreespace to xattr interface
  • d079856 add info on lfs and fwfs policies and minfreespace option
  • c101430 rework category -> fuse function table
  • b2cd791 stop auto calculating and storing fullpath in policies
  • 0c60701 create different policies based on category of use
  • 51b6d3f add category to policies so as to distinguish between creates and searches
  • 6ca4389 separate policies into individual modules
  • 3c8f122 move policy function type from fs to policy
  • 2bd4456 move Path object to separate file
  • 8e5b796 create lfs policy. closes #73
  • 58167c3 first w/ free space policy. closes #72
  • ccb22c1 create minfreespace option. closes #71

mergerfs-2.0.1

07 Jun 21:56
Compare
Choose a tag to compare
  • ad7ce48 fix readme typos and misc formatting
  • fe0f442 add Tips and FAQ section to readme
  • 1879c9c update readme with defaults option info
  • 45b73e5 fix calling of lgetxattr. closes #68

mergerfs-2.0.0

24 May 19:26
Compare
Choose a tag to compare
  • 5fb2775 attempt to set priority to -10 on startup. closes #65
  • 4b204b8 restrict who can setxattr the pseudo file. closes #64
  • 33c837a provide 'defaults' option. closes #58
  • 951b22b set FUSE subtype to 'mergerfs'. closes #59
  • 74c334c add default policies for categories and description of all
  • 08366a3 match cli options to xattrs
  • 91671d7 remove FileInfo and keep only file descriptor
  • c022741 revert removal of 'all' policy and relevant behavior. closes #54
  • 12f393a per FUSE function policies. closes #52, #53

mergerfs-1.7.1

17 Feb 16:53
Compare
Choose a tag to compare
  • 283a2b2 Try RLIMIT_INFINITY first, then cur = max, then loop and try to increase till error. closes #50
  • 1a1c9db close file after getting ioc flags. closes #48

mergerfs-1.7.0

08 Feb 01:02
Compare
Choose a tag to compare
  • d30cae2 add user.mergerfs.allpaths and user.mergerfs.relpath to getxattr
  • 2e95c6e merge action and search category
  • b411c63 Remove 'all' policy and simplify logic
  • 1f90203 use standard platform macros. closes #43
  • c2cbb93 elevate privileges when calling clonepath. closes #41
  • 6276ce9 handle EEXIST while cloning a path. closes #40
  • d1f3bd8 add clonepath tool
  • 031b87f slight refactoring
  • 5dd0729 remove longest common prefix from fsname. closes #38

mergerfs-1.6.0

11 Nov 02:38
Compare
Choose a tag to compare