mergerfs/src
trapexit af1c0d78e8
Merge pull request #621 from trapexit/posix-acl
add support for POSIX ACLs
2019-05-19 18:26:49 -04:00
..
assert.hpp use pragma once in headers 2017-06-30 11:38:34 -04:00
branch.cpp add ability to change statfs behavior 2018-11-05 21:33:27 -05:00
branch.hpp add ability to change statfs behavior 2018-11-05 21:33:27 -05:00
buildmap.hpp use pragma once in headers 2017-06-30 11:38:34 -04:00
buildvector.hpp general code cleanup 2019-01-31 22:47:09 -05:00
category.cpp add policy cache for 'open' 2019-01-22 09:21:15 -05:00
category.hpp add policy cache for 'open' 2019-01-22 09:21:15 -05:00
config.cpp add support for POSIX ACLs 2019-05-19 18:17:55 -04:00
config.hpp add support for POSIX ACLs 2019-05-19 18:17:55 -04:00
dirinfo.hpp use pragma once in headers 2017-06-30 11:38:34 -04:00
endian.hpp fix FS_IOC_{GET,SET}{FLAGS,VERSION} ioctl calls 2019-02-17 11:48:19 -05:00
errno.hpp use pragma once in headers 2017-06-30 11:38:34 -04:00
fasthash.cpp optimize readdir file dedup 2018-11-06 00:05:30 -05:00
fasthash.h optimize readdir file dedup 2018-11-06 00:05:30 -05:00
fileinfo.hpp use pragma once in headers 2017-06-30 11:38:34 -04:00
fs_acl.cpp misc cleanups 2018-10-24 22:38:36 -04:00
fs_acl.hpp general code cleanup 2019-01-31 22:47:09 -05:00
fs_attr_linux.icpp make fs::attr return ENOTSUP on EINVAL #381 2017-04-03 21:11:20 -04:00
fs_attr_unsupported.icpp make fs::attr return ENOTSUP on EINVAL #381 2017-04-03 21:11:20 -04:00
fs_attr.cpp make fs_attr compile on unsupported platforms 2016-08-04 17:10:02 -04:00
fs_attr.hpp general code cleanup 2019-01-31 22:47:09 -05:00
fs_base_access.hpp general code cleanup 2019-01-31 22:47:09 -05:00
fs_base_chmod.hpp remove .fuse_hidden file creation 2019-04-13 21:41:51 -04:00
fs_base_chown.hpp remove .fuse_hidden file creation 2019-04-13 21:41:51 -04:00
fs_base_close.hpp general code cleanup 2019-01-31 22:47:09 -05:00
fs_base_closedir.hpp general code cleanup 2019-01-31 22:47:09 -05:00
fs_base_dirfd.hpp general code cleanup 2019-01-31 22:47:09 -05:00
fs_base_dup.hpp general code cleanup 2019-01-31 22:47:09 -05:00
fs_base_fadvise_posix.icpp hide fs::fadvise as it's not used directly 2017-04-11 09:42:33 -04:00
fs_base_fadvise_unsupported.icpp hide fs::fadvise as it's not used directly 2017-04-11 09:42:33 -04:00
fs_base_fadvise.cpp hide fs::fadvise as it's not used directly 2017-04-11 09:42:33 -04:00
fs_base_fadvise.hpp general code cleanup 2019-01-31 22:47:09 -05:00
fs_base_fallocate_linux.icpp restructure fallocate abstraction 2017-04-06 23:35:31 -04:00
fs_base_fallocate_osx.icpp restructure fallocate abstraction 2017-04-06 23:35:31 -04:00
fs_base_fallocate_posix.icpp restructure fallocate abstraction 2017-04-06 23:35:31 -04:00
fs_base_fallocate_unsupported.icpp restructure fallocate abstraction 2017-04-06 23:35:31 -04:00
fs_base_fallocate.cpp restructure fallocate abstraction 2017-04-06 23:35:31 -04:00
fs_base_fallocate.hpp general code cleanup 2019-01-31 22:47:09 -05:00
fs_base_fchmod.hpp remove .fuse_hidden file creation 2019-04-13 21:41:51 -04:00
fs_base_fchown.hpp remove .fuse_hidden file creation 2019-04-13 21:41:51 -04:00
fs_base_flock.hpp general code cleanup 2019-01-31 22:47:09 -05:00
fs_base_fsync.hpp general code cleanup 2019-01-31 22:47:09 -05:00
fs_base_ftruncate.hpp general code cleanup 2019-01-31 22:47:09 -05:00
fs_base_futimesat_generic.icpp abstract futimesat 2017-04-06 23:13:02 -04:00
fs_base_futimesat_osx.icpp abstract futimesat 2017-04-06 23:13:02 -04:00
fs_base_futimesat.cpp abstract futimesat 2017-04-06 23:13:02 -04:00
fs_base_futimesat.hpp general code cleanup 2019-01-31 22:47:09 -05:00
fs_base_getxattr.hpp general code cleanup 2019-01-31 22:47:09 -05:00
fs_base_ioctl.hpp fix FS_IOC_{GET,SET}{FLAGS,VERSION} ioctl calls 2019-02-17 11:48:19 -05:00
fs_base_link.hpp general code cleanup 2019-01-31 22:47:09 -05:00
fs_base_listxattr.hpp general code cleanup 2019-01-31 22:47:09 -05:00
fs_base_lseek.hpp general code cleanup 2019-01-31 22:47:09 -05:00
fs_base_mkdir.hpp general code cleanup 2019-01-31 22:47:09 -05:00
fs_base_mknod.hpp general code cleanup 2019-01-31 22:47:09 -05:00
fs_base_mkstemp.hpp general code cleanup 2019-01-31 22:47:09 -05:00
fs_base_open.hpp general code cleanup 2019-01-31 22:47:09 -05:00
fs_base_opendir.hpp general code cleanup 2019-01-31 22:47:09 -05:00
fs_base_read.hpp general code cleanup 2019-01-31 22:47:09 -05:00
fs_base_readdir.hpp general code cleanup 2019-01-31 22:47:09 -05:00
fs_base_readlink.hpp general code cleanup 2019-01-31 22:47:09 -05:00
fs_base_realpath.hpp general code cleanup 2019-01-31 22:47:09 -05:00
fs_base_remove.hpp general code cleanup 2019-01-31 22:47:09 -05:00
fs_base_removexattr.hpp general code cleanup 2019-01-31 22:47:09 -05:00
fs_base_rename.hpp add link_cow feature 2018-10-06 22:05:05 -04:00
fs_base_rmdir.hpp general code cleanup 2019-01-31 22:47:09 -05:00
fs_base_setxattr.hpp general code cleanup 2019-01-31 22:47:09 -05:00
fs_base_stat.hpp general code cleanup 2019-01-31 22:47:09 -05:00
fs_base_statvfs.hpp general code cleanup 2019-01-31 22:47:09 -05:00
fs_base_symlink.hpp general code cleanup 2019-01-31 22:47:09 -05:00
fs_base_truncate.hpp general code cleanup 2019-01-31 22:47:09 -05:00
fs_base_unlink.hpp add link_cow feature 2018-10-06 22:05:05 -04:00
fs_base_utime_generic.hpp remove .fuse_hidden file creation 2019-04-13 21:41:51 -04:00
fs_base_utime_utimensat.hpp remove .fuse_hidden file creation 2019-04-13 21:41:51 -04:00
fs_base_utime.hpp remove .fuse_hidden file creation 2019-04-13 21:41:51 -04:00
fs_base_write.hpp use pragma once in headers 2017-06-30 11:38:34 -04:00
fs_clonefile.cpp remove .fuse_hidden file creation 2019-04-13 21:41:51 -04:00
fs_clonefile.hpp add link_cow feature 2018-10-06 22:05:05 -04:00
fs_clonepath.cpp general code cleanup 2019-01-31 22:47:09 -05:00
fs_clonepath.hpp ignore clonepath metadata errors. fixes #470 2018-03-08 16:55:35 -05:00
fs_copy_file_range_linux.icpp misc fixes for FreeBSD 2019-02-06 23:20:28 -05:00
fs_copy_file_range_unsupported.icpp misc fixes for FreeBSD 2019-02-06 23:20:28 -05:00
fs_copy_file_range.cpp add FICLONE and copy_file_range to clonefile 2018-10-12 10:18:49 -04:00
fs_copy_file_range.hpp misc fixes for FreeBSD 2019-02-06 23:20:28 -05:00
fs_copyfile.cpp general code cleanup 2019-01-31 22:47:09 -05:00
fs_copyfile.hpp add FICLONE and copy_file_range to clonefile 2018-10-12 10:18:49 -04:00
fs_cow.cpp remove O_LARGEFILE 2019-02-06 21:06:11 -05:00
fs_cow.hpp optimize link_cow eligibility check 2019-01-04 10:21:28 -05:00
fs_devid.hpp general code cleanup 2019-01-31 22:47:09 -05:00
fs_exists.hpp general code cleanup 2019-01-31 22:47:09 -05:00
fs_ficlone_linux.icpp add FICLONE and copy_file_range to clonefile 2018-10-12 10:18:49 -04:00
fs_ficlone_unsupported.icpp add FICLONE and copy_file_range to clonefile 2018-10-12 10:18:49 -04:00
fs_ficlone.cpp add FICLONE and copy_file_range to clonefile 2018-10-12 10:18:49 -04:00
fs_ficlone.hpp add FICLONE and copy_file_range to clonefile 2018-10-12 10:18:49 -04:00
fs_glob.cpp add tagging branches RW/RO/NW 2018-11-01 23:13:49 -04:00
fs_glob.hpp general code cleanup 2019-01-31 22:47:09 -05:00
fs_info_t.hpp misc cleanups 2018-10-24 22:38:36 -04:00
fs_info.cpp add statfs cache 2019-01-23 23:06:07 -05:00
fs_info.hpp add tagging branches RW/RO/NW 2018-11-01 23:13:49 -04:00
fs_inode.hpp general code cleanup 2019-01-31 22:47:09 -05:00
fs_mktemp.cpp fix building on certain platforms 2018-10-09 08:23:37 -04:00
fs_mktemp.hpp add link_cow feature 2018-10-06 22:05:05 -04:00
fs_movefile.cpp general code cleanup 2019-01-31 22:47:09 -05:00
fs_movefile.hpp use pragma once in headers 2017-06-30 11:38:34 -04:00
fs_path.cpp misc cleanups 2018-10-24 22:38:36 -04:00
fs_path.hpp general code cleanup 2019-01-31 22:47:09 -05:00
fs_sendfile_linux.icpp small tweaks to build on Debian kFreeBSD 2016-09-14 08:36:06 -04:00
fs_sendfile_unsupported.icpp small tweaks to build on Debian kFreeBSD 2016-09-14 08:36:06 -04:00
fs_sendfile.cpp split sendfile wrapper into separate files 2016-08-04 17:11:23 -04:00
fs_sendfile.hpp use pragma once in headers 2017-06-30 11:38:34 -04:00
fs_statvfs_cache.cpp tweak docs 2019-05-10 11:54:41 -04:00
fs_statvfs_cache.hpp add statfs cache 2019-01-23 23:06:07 -05:00
fs_xattr.cpp policy return cleanup 2018-10-15 19:03:02 -04:00
fs_xattr.hpp use pragma once in headers 2017-06-30 11:38:34 -04:00
fs.cpp general code cleanup 2019-01-31 22:47:09 -05:00
fs.hpp general code cleanup 2019-01-31 22:47:09 -05:00
fuse_access.cpp general code cleanup 2019-01-31 22:47:09 -05:00
fuse_access.hpp general code cleanup 2019-01-31 22:47:09 -05:00
fuse_chmod.cpp general code cleanup 2019-01-31 22:47:09 -05:00
fuse_chmod.hpp general code cleanup 2019-01-31 22:47:09 -05:00
fuse_chown.cpp general code cleanup 2019-01-31 22:47:09 -05:00
fuse_chown.hpp general code cleanup 2019-01-31 22:47:09 -05:00
fuse_create.cpp general code cleanup 2019-01-31 22:47:09 -05:00
fuse_create.hpp general code cleanup 2019-01-31 22:47:09 -05:00
fuse_destroy.cpp general code cleanup 2019-01-31 22:47:09 -05:00
fuse_destroy.hpp general code cleanup 2019-01-31 22:47:09 -05:00
fuse_fallocate.cpp general code cleanup 2019-01-31 22:47:09 -05:00
fuse_fallocate.hpp general code cleanup 2019-01-31 22:47:09 -05:00
fuse_fchmod.cpp remove .fuse_hidden file creation 2019-04-13 21:41:51 -04:00
fuse_fchmod.hpp remove .fuse_hidden file creation 2019-04-13 21:41:51 -04:00
fuse_fchown.cpp remove .fuse_hidden file creation 2019-04-13 21:41:51 -04:00
fuse_fchown.hpp remove .fuse_hidden file creation 2019-04-13 21:41:51 -04:00
fuse_fgetattr.cpp general code cleanup 2019-01-31 22:47:09 -05:00
fuse_fgetattr.hpp general code cleanup 2019-01-31 22:47:09 -05:00
fuse_flock.cpp general code cleanup 2019-01-31 22:47:09 -05:00
fuse_flock.hpp general code cleanup 2019-01-31 22:47:09 -05:00
fuse_flush.cpp general code cleanup 2019-01-31 22:47:09 -05:00
fuse_flush.hpp general code cleanup 2019-01-31 22:47:09 -05:00
fuse_free_hide.cpp remove .fuse_hidden file creation 2019-04-13 21:41:51 -04:00
fuse_free_hide.hpp remove .fuse_hidden file creation 2019-04-13 21:41:51 -04:00
fuse_fsync.cpp general code cleanup 2019-01-31 22:47:09 -05:00
fuse_fsync.hpp general code cleanup 2019-01-31 22:47:09 -05:00
fuse_fsyncdir.cpp general code cleanup 2019-01-31 22:47:09 -05:00
fuse_fsyncdir.hpp general code cleanup 2019-01-31 22:47:09 -05:00
fuse_ftruncate.cpp general code cleanup 2019-01-31 22:47:09 -05:00
fuse_ftruncate.hpp general code cleanup 2019-01-31 22:47:09 -05:00
fuse_futimens.cpp remove .fuse_hidden file creation 2019-04-13 21:41:51 -04:00
fuse_futimens.hpp remove .fuse_hidden file creation 2019-04-13 21:41:51 -04:00
fuse_getattr.cpp general code cleanup 2019-01-31 22:47:09 -05:00
fuse_getattr.hpp general code cleanup 2019-01-31 22:47:09 -05:00
fuse_getxattr.cpp add support for POSIX ACLs 2019-05-19 18:17:55 -04:00
fuse_getxattr.hpp general code cleanup 2019-01-31 22:47:09 -05:00
fuse_init.cpp add support for POSIX ACLs 2019-05-19 18:17:55 -04:00
fuse_init.hpp general code cleanup 2019-01-31 22:47:09 -05:00
fuse_ioctl.cpp ioctl: don't set outbufsz when not needed 2019-03-20 10:18:55 -04:00
fuse_ioctl.hpp fix FS_IOC_{GET,SET}{FLAGS,VERSION} ioctl calls 2019-02-17 11:48:19 -05:00
fuse_link.cpp general code cleanup 2019-01-31 22:47:09 -05:00
fuse_link.hpp general code cleanup 2019-01-31 22:47:09 -05:00
fuse_listxattr.cpp add support for POSIX ACLs 2019-05-19 18:17:55 -04:00
fuse_listxattr.hpp general code cleanup 2019-01-31 22:47:09 -05:00
fuse_mkdir.cpp general code cleanup 2019-01-31 22:47:09 -05:00
fuse_mkdir.hpp general code cleanup 2019-01-31 22:47:09 -05:00
fuse_mknod.cpp general code cleanup 2019-01-31 22:47:09 -05:00
fuse_mknod.hpp general code cleanup 2019-01-31 22:47:09 -05:00
fuse_open.cpp general code cleanup 2019-01-31 22:47:09 -05:00
fuse_open.hpp general code cleanup 2019-01-31 22:47:09 -05:00
fuse_opendir.cpp general code cleanup 2019-01-31 22:47:09 -05:00
fuse_opendir.hpp general code cleanup 2019-01-31 22:47:09 -05:00
fuse_prepare_hide.cpp remove .fuse_hidden file creation 2019-04-13 21:41:51 -04:00
fuse_prepare_hide.hpp remove .fuse_hidden file creation 2019-04-13 21:41:51 -04:00
fuse_read_buf.cpp general code cleanup 2019-01-31 22:47:09 -05:00
fuse_read_buf.hpp general code cleanup 2019-01-31 22:47:09 -05:00
fuse_read.cpp general code cleanup 2019-01-31 22:47:09 -05:00
fuse_read.hpp general code cleanup 2019-01-31 22:47:09 -05:00
fuse_readdir.cpp general code cleanup 2019-01-31 22:47:09 -05:00
fuse_readdir.hpp general code cleanup 2019-01-31 22:47:09 -05:00
fuse_readlink.cpp general code cleanup 2019-01-31 22:47:09 -05:00
fuse_readlink.hpp general code cleanup 2019-01-31 22:47:09 -05:00
fuse_release.cpp general code cleanup 2019-01-31 22:47:09 -05:00
fuse_release.hpp general code cleanup 2019-01-31 22:47:09 -05:00
fuse_releasedir.cpp general code cleanup 2019-01-31 22:47:09 -05:00
fuse_releasedir.hpp general code cleanup 2019-01-31 22:47:09 -05:00
fuse_removexattr.cpp general code cleanup 2019-01-31 22:47:09 -05:00
fuse_removexattr.hpp general code cleanup 2019-01-31 22:47:09 -05:00
fuse_rename.cpp general code cleanup 2019-01-31 22:47:09 -05:00
fuse_rename.hpp general code cleanup 2019-01-31 22:47:09 -05:00
fuse_rmdir.cpp general code cleanup 2019-01-31 22:47:09 -05:00
fuse_rmdir.hpp general code cleanup 2019-01-31 22:47:09 -05:00
fuse_setxattr.cpp make attr, entry, negative_entry cache timeouts runtime configurable 2019-02-23 01:03:20 -05:00
fuse_setxattr.hpp general code cleanup 2019-01-31 22:47:09 -05:00
fuse_statfs.cpp general code cleanup 2019-01-31 22:47:09 -05:00
fuse_statfs.hpp general code cleanup 2019-01-31 22:47:09 -05:00
fuse_symlink.cpp general code cleanup 2019-01-31 22:47:09 -05:00
fuse_symlink.hpp general code cleanup 2019-01-31 22:47:09 -05:00
fuse_truncate.cpp general code cleanup 2019-01-31 22:47:09 -05:00
fuse_truncate.hpp general code cleanup 2019-01-31 22:47:09 -05:00
fuse_unlink.cpp general code cleanup 2019-01-31 22:47:09 -05:00
fuse_unlink.hpp general code cleanup 2019-01-31 22:47:09 -05:00
fuse_utimens.cpp general code cleanup 2019-01-31 22:47:09 -05:00
fuse_utimens.hpp general code cleanup 2019-01-31 22:47:09 -05:00
fuse_write_buf.cpp general code cleanup 2019-01-31 22:47:09 -05:00
fuse_write_buf.hpp general code cleanup 2019-01-31 22:47:09 -05:00
fuse_write.cpp general code cleanup 2019-01-31 22:47:09 -05:00
fuse_write.hpp general code cleanup 2019-01-31 22:47:09 -05:00
fusefunc.cpp general code cleanup 2019-01-31 22:47:09 -05:00
fusefunc.hpp general code cleanup 2019-01-31 22:47:09 -05:00
gidcache.cpp work around getgrouplist signature difference on osx 2017-04-07 16:23:18 -04:00
gidcache.hpp use pragma once in headers 2017-06-30 11:38:34 -04:00
hashset.hpp optimize readdir file dedup 2018-11-06 00:05:30 -05:00
khash.h optimize readdir file dedup 2018-11-06 00:05:30 -05:00
mergerfs.cpp remove 'remote' flock support 2019-05-19 17:34:56 -04:00
mergerfs.hpp use pragma once in headers 2017-06-30 11:38:34 -04:00
num.cpp make attr, entry, negative_entry cache timeouts runtime configurable 2019-02-23 01:03:20 -05:00
num.hpp make attr, entry, negative_entry cache timeouts runtime configurable 2019-02-23 01:03:20 -05:00
option_parser.cpp add support for POSIX ACLs 2019-05-19 18:17:55 -04:00
option_parser.hpp make attr, entry, negative_entry cache timeouts runtime configurable 2019-02-23 01:03:20 -05:00
policy_all.cpp add policy cache for 'open' 2019-01-22 09:21:15 -05:00
policy_cache.cpp tweak docs 2019-05-10 11:54:41 -04:00
policy_cache.hpp add policy cache for 'open' 2019-01-22 09:21:15 -05:00
policy_epall.cpp add statfs cache 2019-01-23 23:06:07 -05:00
policy_epff.cpp add statfs cache 2019-01-23 23:06:07 -05:00
policy_eplfs.cpp add statfs cache 2019-01-23 23:06:07 -05:00
policy_eplus.cpp add statfs cache 2019-01-23 23:06:07 -05:00
policy_epmfs.cpp add statfs cache 2019-01-23 23:06:07 -05:00
policy_eprand.cpp add policy cache for 'open' 2019-01-22 09:21:15 -05:00
policy_erofs.cpp add policy cache for 'open' 2019-01-22 09:21:15 -05:00
policy_error.hpp add tagging branches RW/RO/NW 2018-11-01 23:13:49 -04:00
policy_ff.cpp add policy cache for 'open' 2019-01-22 09:21:15 -05:00
policy_invalid.cpp add policy cache for 'open' 2019-01-22 09:21:15 -05:00
policy_lfs.cpp add policy cache for 'open' 2019-01-22 09:21:15 -05:00
policy_lus.cpp add policy cache for 'open' 2019-01-22 09:21:15 -05:00
policy_mfs.cpp add policy cache for 'open' 2019-01-22 09:21:15 -05:00
policy_newest.cpp general code cleanup 2019-01-31 22:47:09 -05:00
policy_rand.cpp add policy cache for 'open' 2019-01-22 09:21:15 -05:00
policy.cpp add policy cache for 'open' 2019-01-22 09:21:15 -05:00
policy.hpp add policy cache for 'open' 2019-01-22 09:21:15 -05:00
resources.cpp general code cleanup 2019-01-31 22:47:09 -05:00
resources.hpp general code cleanup 2019-01-31 22:47:09 -05:00
rv.hpp use pragma once in headers 2017-06-30 11:38:34 -04:00
rwlock.hpp general code cleanup 2019-01-31 22:47:09 -05:00
statvfs_util.hpp add statfs cache 2019-01-23 23:06:07 -05:00
str.cpp add tagging branches RW/RO/NW 2018-11-01 23:13:49 -04:00
str.hpp add tagging branches RW/RO/NW 2018-11-01 23:13:49 -04:00
symlinkify.hpp use pragma once in headers 2017-06-30 11:38:34 -04:00
ugid_linux.hpp stop clonepath at base directory. fixes #467 2018-03-07 18:46:32 -05:00
ugid_linux.icpp stop clonepath at base directory. fixes #467 2018-03-07 18:46:32 -05:00
ugid_rwlock.hpp stop clonepath at base directory. fixes #467 2018-03-07 18:46:32 -05:00
ugid_rwlock.icpp stop clonepath at base directory. fixes #467 2018-03-07 18:46:32 -05:00
ugid.cpp stop clonepath at base directory. fixes #467 2018-03-07 18:46:32 -05:00
ugid.hpp stop clonepath at base directory. fixes #467 2018-03-07 18:46:32 -05:00
xattr.hpp fix building on alpine w/ musl 2018-11-28 17:08:40 -05:00