mirror of https://github.com/trapexit/mergerfs.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
977 B
27 lines
977 B
mergerfs (1.1.0) trusty; urgency=medium
|
|
|
|
* initial code commit
|
|
* fix building without libattr
|
|
* update build instructions in readme
|
|
* use {get,list,set}xattr to modify runtime
|
|
* use long instead of int to limit possibility of overflow in switch, closes #1
|
|
* add FS_IOC_{GET}VERSION to ioctl
|
|
* remove statfs policy
|
|
* fs::make_path should check for forward slashes, add if missing
|
|
* remove stat'ing of files in readdir. closes #3
|
|
* use eaccess to determine permissions for ffwp. closes #2
|
|
* rework policy code
|
|
* add fgetattr. closes #5
|
|
* when readdir's filler returns non-zero return ENOMEM. closes #7
|
|
* enhance Makefile
|
|
* further Makefile enhancements
|
|
* fix free space calculations. closes #8
|
|
* add debian package building
|
|
|
|
-- Antonio SJ Musumeci <trapexit@spawn.link> Fri, 30 May 2014 21:32:19 -0400
|
|
|
|
mergerfs (1.0.0) trusty; urgency=medium
|
|
|
|
* Initial commit
|
|
|
|
-- Antonio SJ Musumeci <trapexit@spawn.link> Fri, 30 May 2014 21:28:09 -0400
|