mergerfs/src
2016-10-28 22:04:15 -04:00
..
access.cpp further abstraction of system calls 2016-10-20 16:51:49 -04:00
access.hpp move from MIT to ISC license. closes #194 2016-01-14 16:56:38 -05:00
assert.hpp move from MIT to ISC license. closes #194 2016-01-14 16:56:38 -05:00
buildmap.hpp move from MIT to ISC license. closes #194 2016-01-14 16:56:38 -05:00
buildvector.hpp move from MIT to ISC license. closes #194 2016-01-14 16:56:38 -05:00
category.cpp move from MIT to ISC license. closes #194 2016-01-14 16:56:38 -05:00
category.hpp move from MIT to ISC license. closes #194 2016-01-14 16:56:38 -05:00
chmod.cpp wrap most posix filesystem functions 2016-10-19 16:58:52 -04:00
chmod.hpp move from MIT to ISC license. closes #194 2016-01-14 16:56:38 -05:00
chown.cpp wrap most posix filesystem functions 2016-10-19 16:58:52 -04:00
chown.hpp move from MIT to ISC license. closes #194 2016-01-14 16:56:38 -05:00
clone.cpp small tweaks to build on Debian kFreeBSD 2016-09-14 08:36:06 -04:00
clone.hpp move from MIT to ISC license. closes #194 2016-01-14 16:56:38 -05:00
config.cpp small tweaks to build on Debian kFreeBSD 2016-09-14 08:36:06 -04:00
config.hpp move size calculations to use uint64_t. fixes #287 2016-07-11 09:04:47 -04:00
create.cpp wrap most posix filesystem functions 2016-10-19 16:58:52 -04:00
create.hpp small tweaks to build on Debian kFreeBSD 2016-09-14 08:36:06 -04:00
destroy.cpp move from MIT to ISC license. closes #194 2016-01-14 16:56:38 -05:00
destroy.hpp move from MIT to ISC license. closes #194 2016-01-14 16:56:38 -05:00
errno.hpp small tweaks to build on Debian kFreeBSD 2016-09-14 08:36:06 -04:00
fallocate.cpp wrap most posix filesystem functions 2016-10-19 16:58:52 -04:00
fallocate.hpp move from MIT to ISC license. closes #194 2016-01-14 16:56:38 -05:00
fgetattr.cpp wrap most posix filesystem functions 2016-10-19 16:58:52 -04:00
fgetattr.hpp wrap most posix filesystem functions 2016-10-19 16:58:52 -04:00
fileinfo.hpp move from MIT to ISC license. closes #194 2016-01-14 16:56:38 -05:00
flock.cpp add flock 2016-10-19 11:58:44 -04:00
flock.hpp add flock 2016-10-19 11:58:44 -04:00
flush.cpp wrap most posix filesystem functions 2016-10-19 16:58:52 -04:00
flush.hpp move from MIT to ISC license. closes #194 2016-01-14 16:56:38 -05:00
fs_attr_linux.icpp wrap most posix filesystem functions 2016-10-19 16:58:52 -04:00
fs_attr_unsupported.icpp small tweaks to build on Debian kFreeBSD 2016-09-14 08:36:06 -04:00
fs_attr.cpp make fs_attr compile on unsupported platforms 2016-08-04 17:10:02 -04:00
fs_attr.hpp move from MIT to ISC license. closes #194 2016-01-14 16:56:38 -05:00
fs_base_access.hpp further abstraction of system calls 2016-10-20 16:51:49 -04:00
fs_base_chmod.hpp wrap most posix filesystem functions 2016-10-19 16:58:52 -04:00
fs_base_chown.hpp wrap most posix filesystem functions 2016-10-19 16:58:52 -04:00
fs_base_close.hpp wrap most posix filesystem functions 2016-10-19 16:58:52 -04:00
fs_base_closedir.hpp wrap most posix filesystem functions 2016-10-19 16:58:52 -04:00
fs_base_dup.hpp wrap most posix filesystem functions 2016-10-19 16:58:52 -04:00
fs_base_flock.hpp add flock 2016-10-19 11:58:44 -04:00
fs_base_fsync.hpp check if fdatasync is available and return ENOSYS if not 2016-10-27 16:59:04 -04:00
fs_base_ftruncate.hpp wrap most posix filesystem functions 2016-10-19 16:58:52 -04:00
fs_base_getxattr.hpp wrap most posix filesystem functions 2016-10-19 16:58:52 -04:00
fs_base_ioctl.hpp wrap most posix filesystem functions 2016-10-19 16:58:52 -04:00
fs_base_link.hpp wrap most posix filesystem functions 2016-10-19 16:58:52 -04:00
fs_base_listxattr.hpp wrap most posix filesystem functions 2016-10-19 16:58:52 -04:00
fs_base_lseek.hpp further abstraction of system calls 2016-10-20 16:51:49 -04:00
fs_base_mkdir.hpp wrap most posix filesystem functions 2016-10-19 16:58:52 -04:00
fs_base_mknod.hpp wrap most posix filesystem functions 2016-10-19 16:58:52 -04:00
fs_base_open.hpp wrap most posix filesystem functions 2016-10-19 16:58:52 -04:00
fs_base_opendir.hpp wrap most posix filesystem functions 2016-10-19 16:58:52 -04:00
fs_base_read.hpp further abstraction of system calls 2016-10-20 16:51:49 -04:00
fs_base_readdir.hpp wrap most posix filesystem functions 2016-10-19 16:58:52 -04:00
fs_base_readlink.hpp wrap most posix filesystem functions 2016-10-19 16:58:52 -04:00
fs_base_realpath.hpp further abstraction of system calls 2016-10-20 16:51:49 -04:00
fs_base_removexattr.hpp wrap most posix filesystem functions 2016-10-19 16:58:52 -04:00
fs_base_rename.hpp wrap most posix filesystem functions 2016-10-19 16:58:52 -04:00
fs_base_rmdir.hpp wrap most posix filesystem functions 2016-10-19 16:58:52 -04:00
fs_base_setxattr.hpp wrap most posix filesystem functions 2016-10-19 16:58:52 -04:00
fs_base_stat.hpp wrap most posix filesystem functions 2016-10-19 16:58:52 -04:00
fs_base_statvfs.hpp wrap most posix filesystem functions 2016-10-19 16:58:52 -04:00
fs_base_truncate.hpp wrap most posix filesystem functions 2016-10-19 16:58:52 -04:00
fs_base_unlink.hpp wrap most posix filesystem functions 2016-10-19 16:58:52 -04:00
fs_base_utime_generic.hpp consolidate and simplify utime 2016-10-28 22:04:09 -04:00
fs_base_utime_utimensat.hpp consolidate and simplify utime 2016-10-28 22:04:09 -04:00
fs_base_utime.hpp consolidate and simplify utime 2016-10-28 22:04:09 -04:00
fs_base_write.hpp further abstraction of system calls 2016-10-20 16:51:49 -04:00
fs_clonefile.cpp define O_LARGEFILE and O_NOATIME if needed 2016-10-28 22:04:15 -04:00
fs_clonefile.hpp move from MIT to ISC license. closes #194 2016-01-14 16:56:38 -05:00
fs_clonepath.cpp consolidate and simplify utime 2016-10-28 22:04:09 -04:00
fs_clonepath.hpp use references to srcmounts rather than copies 2016-02-11 21:09:31 -05:00
fs_fadvise_posix.icpp small tweaks to build on Debian kFreeBSD 2016-09-14 08:36:06 -04:00
fs_fadvise_unsupported.icpp small tweaks to build on Debian kFreeBSD 2016-09-14 08:36:06 -04:00
fs_fadvise.cpp abstract posix_fadvise 2016-09-13 17:36:28 -04:00
fs_fadvise.hpp fix #define typo 2016-09-13 17:40:23 -04:00
fs_fallocate_linux.icpp small tweaks to build on Debian kFreeBSD 2016-09-14 08:36:06 -04:00
fs_fallocate_osx.icpp small tweaks to build on Debian kFreeBSD 2016-09-14 08:36:06 -04:00
fs_fallocate_posix.icpp small tweaks to build on Debian kFreeBSD 2016-09-14 08:36:06 -04:00
fs_fallocate_unsupported.icpp small tweaks to build on Debian kFreeBSD 2016-09-14 08:36:06 -04:00
fs_fallocate.cpp small tweaks to build on Debian kFreeBSD 2016-09-14 08:36:06 -04:00
fs_fallocate.hpp small tweaks to build on Debian kFreeBSD 2016-09-14 08:36:06 -04:00
fs_movefile.cpp wrap most posix filesystem functions 2016-10-19 16:58:52 -04:00
fs_movefile.hpp move from MIT to ISC license. closes #194 2016-01-14 16:56:38 -05:00
fs_path.cpp use references to srcmounts rather than copies 2016-02-11 21:09:31 -05:00
fs_path.hpp use references to srcmounts rather than copies 2016-02-11 21:09:31 -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 rework fallocate logic 2016-05-11 13:19:44 -04:00
fs_xattr.cpp wrap most posix filesystem functions 2016-10-19 16:58:52 -04:00
fs_xattr.hpp move size calculations to use uint64_t. fixes #287 2016-07-11 09:04:47 -04:00
fs.cpp further abstraction of system calls 2016-10-20 16:51:49 -04:00
fs.hpp wrap most posix filesystem functions 2016-10-19 16:58:52 -04:00
fsync.cpp wrap most posix filesystem functions 2016-10-19 16:58:52 -04:00
fsync.hpp move from MIT to ISC license. closes #194 2016-01-14 16:56:38 -05:00
ftruncate.cpp wrap most posix filesystem functions 2016-10-19 16:58:52 -04:00
ftruncate.hpp small tweaks to build on Debian kFreeBSD 2016-09-14 08:36:06 -04:00
fusefunc.cpp small tweaks to build on Debian kFreeBSD 2016-09-14 08:36:06 -04:00
fusefunc.hpp move from MIT to ISC license. closes #194 2016-01-14 16:56:38 -05:00
getattr.cpp wrap most posix filesystem functions 2016-10-19 16:58:52 -04:00
getattr.hpp move from MIT to ISC license. closes #194 2016-01-14 16:56:38 -05:00
getxattr.cpp wrap most posix filesystem functions 2016-10-19 16:58:52 -04:00
getxattr.hpp move from MIT to ISC license. closes #194 2016-01-14 16:56:38 -05:00
gidcache.cpp use SYS_setgroup32 syscall if available. closes #319 2016-09-19 17:04:11 -04:00
gidcache.hpp move from MIT to ISC license. closes #194 2016-01-14 16:56:38 -05:00
init.cpp move from MIT to ISC license. closes #194 2016-01-14 16:56:38 -05:00
init.hpp move from MIT to ISC license. closes #194 2016-01-14 16:56:38 -05:00
ioctl.cpp wrap most posix filesystem functions 2016-10-19 16:58:52 -04:00
ioctl.hpp move from MIT to ISC license. closes #194 2016-01-14 16:56:38 -05:00
link.cpp wrap most posix filesystem functions 2016-10-19 16:58:52 -04:00
link.hpp move from MIT to ISC license. closes #194 2016-01-14 16:56:38 -05:00
listxattr.cpp wrap most posix filesystem functions 2016-10-19 16:58:52 -04:00
listxattr.hpp move from MIT to ISC license. closes #194 2016-01-14 16:56:38 -05:00
mergerfs.cpp add flock 2016-10-19 11:58:44 -04:00
mergerfs.hpp move from MIT to ISC license. closes #194 2016-01-14 16:56:38 -05:00
mkdir.cpp wrap most posix filesystem functions 2016-10-19 16:58:52 -04:00
mkdir.hpp move from MIT to ISC license. closes #194 2016-01-14 16:56:38 -05:00
mknod.cpp wrap most posix filesystem functions 2016-10-19 16:58:52 -04:00
mknod.hpp move from MIT to ISC license. closes #194 2016-01-14 16:56:38 -05:00
num.cpp move size calculations to use uint64_t. fixes #287 2016-07-11 09:04:47 -04:00
num.hpp move size calculations to use uint64_t. fixes #287 2016-07-11 09:04:47 -04:00
open.cpp wrap most posix filesystem functions 2016-10-19 16:58:52 -04:00
open.hpp move from MIT to ISC license. closes #194 2016-01-14 16:56:38 -05:00
opendir.cpp move from MIT to ISC license. closes #194 2016-01-14 16:56:38 -05:00
opendir.hpp move from MIT to ISC license. closes #194 2016-01-14 16:56:38 -05:00
option_parser.cpp move size calculations to use uint64_t. fixes #287 2016-07-11 09:04:47 -04:00
option_parser.hpp move from MIT to ISC license. closes #194 2016-01-14 16:56:38 -05:00
policy_all.cpp small tweaks to build on Debian kFreeBSD 2016-09-14 08:36:06 -04:00
policy_epall.cpp small tweaks to build on Debian kFreeBSD 2016-09-14 08:36:06 -04:00
policy_epff.cpp small tweaks to build on Debian kFreeBSD 2016-09-14 08:36:06 -04:00
policy_eplfs.cpp small tweaks to build on Debian kFreeBSD 2016-09-14 08:36:06 -04:00
policy_eplus.cpp small tweaks to build on Debian kFreeBSD 2016-09-14 08:36:06 -04:00
policy_epmfs.cpp small tweaks to build on Debian kFreeBSD 2016-09-14 08:36:06 -04:00
policy_eprand.cpp small tweaks to build on Debian kFreeBSD 2016-09-14 08:36:06 -04:00
policy_erofs.cpp small tweaks to build on Debian kFreeBSD 2016-09-14 08:36:06 -04:00
policy_ff.cpp small tweaks to build on Debian kFreeBSD 2016-09-14 08:36:06 -04:00
policy_invalid.cpp small tweaks to build on Debian kFreeBSD 2016-09-14 08:36:06 -04:00
policy_lfs.cpp small tweaks to build on Debian kFreeBSD 2016-09-14 08:36:06 -04:00
policy_lus.cpp small tweaks to build on Debian kFreeBSD 2016-09-14 08:36:06 -04:00
policy_mfs.cpp small tweaks to build on Debian kFreeBSD 2016-09-14 08:36:06 -04:00
policy_newest.cpp small tweaks to build on Debian kFreeBSD 2016-09-14 08:36:06 -04:00
policy_rand.cpp small tweaks to build on Debian kFreeBSD 2016-09-14 08:36:06 -04:00
policy.cpp small tweaks to build on Debian kFreeBSD 2016-09-14 08:36:06 -04:00
policy.hpp add epall and eprand policies 2016-08-01 16:08:02 -04:00
read_buf.cpp small tweaks to build on Debian kFreeBSD 2016-09-14 08:36:06 -04:00
read_buf.hpp move from MIT to ISC license. closes #194 2016-01-14 16:56:38 -05:00
read.cpp wrap most posix filesystem functions 2016-10-19 16:58:52 -04:00
read.hpp move from MIT to ISC license. closes #194 2016-01-14 16:56:38 -05:00
readdir.cpp wrap most posix filesystem functions 2016-10-19 16:58:52 -04:00
readdir.hpp move from MIT to ISC license. closes #194 2016-01-14 16:56:38 -05:00
readlink.cpp wrap most posix filesystem functions 2016-10-19 16:58:52 -04:00
readlink.hpp move from MIT to ISC license. closes #194 2016-01-14 16:56:38 -05:00
release.cpp wrap most posix filesystem functions 2016-10-19 16:58:52 -04:00
release.hpp move from MIT to ISC license. closes #194 2016-01-14 16:56:38 -05:00
releasedir.cpp move from MIT to ISC license. closes #194 2016-01-14 16:56:38 -05:00
releasedir.hpp move from MIT to ISC license. closes #194 2016-01-14 16:56:38 -05:00
removexattr.cpp wrap most posix filesystem functions 2016-10-19 16:58:52 -04:00
removexattr.hpp move from MIT to ISC license. closes #194 2016-01-14 16:56:38 -05:00
rename.cpp wrap most posix filesystem functions 2016-10-19 16:58:52 -04:00
rename.hpp move from MIT to ISC license. closes #194 2016-01-14 16:56:38 -05:00
resources.cpp move from MIT to ISC license. closes #194 2016-01-14 16:56:38 -05:00
resources.hpp move from MIT to ISC license. closes #194 2016-01-14 16:56:38 -05:00
rmdir.cpp wrap most posix filesystem functions 2016-10-19 16:58:52 -04:00
rmdir.hpp move from MIT to ISC license. closes #194 2016-01-14 16:56:38 -05:00
rv.hpp move from MIT to ISC license. closes #194 2016-01-14 16:56:38 -05:00
rwlock.hpp move from MIT to ISC license. closes #194 2016-01-14 16:56:38 -05:00
setxattr.cpp wrap most posix filesystem functions 2016-10-19 16:58:52 -04:00
setxattr.hpp move from MIT to ISC license. closes #194 2016-01-14 16:56:38 -05:00
statfs.cpp wrap most posix filesystem functions 2016-10-19 16:58:52 -04:00
statfs.hpp move from MIT to ISC license. closes #194 2016-01-14 16:56:38 -05:00
statvfs_util.hpp wrap most posix filesystem functions 2016-10-19 16:58:52 -04:00
str.cpp use references to srcmounts rather than copies 2016-02-11 21:09:31 -05:00
str.hpp use references to srcmounts rather than copies 2016-02-11 21:09:31 -05:00
success_fail.hpp normalize error handling in rename policy 2016-02-24 17:10:56 -05:00
symlink.cpp small tweaks to build on Debian kFreeBSD 2016-09-14 08:36:06 -04:00
symlink.hpp move from MIT to ISC license. closes #194 2016-01-14 16:56:38 -05:00
truncate.cpp wrap most posix filesystem functions 2016-10-19 16:58:52 -04:00
truncate.hpp move from MIT to ISC license. closes #194 2016-01-14 16:56:38 -05:00
ugid_linux.hpp rename include cpp files to have icpp extension 2016-08-26 14:41:56 -04:00
ugid_linux.icpp rename include cpp files to have icpp extension 2016-08-26 14:41:56 -04:00
ugid_rwlock.hpp rename include cpp files to have icpp extension 2016-08-26 14:41:56 -04:00
ugid_rwlock.icpp rename include cpp files to have icpp extension 2016-08-26 14:41:56 -04:00
ugid.cpp rename include cpp files to have icpp extension 2016-08-26 14:41:56 -04:00
ugid.hpp move from MIT to ISC license. closes #194 2016-01-14 16:56:38 -05:00
unlink.cpp wrap most posix filesystem functions 2016-10-19 16:58:52 -04:00
unlink.hpp move from MIT to ISC license. closes #194 2016-01-14 16:56:38 -05:00
utimens.cpp consolidate and simplify utime 2016-10-28 22:04:09 -04:00
utimens.hpp move from MIT to ISC license. closes #194 2016-01-14 16:56:38 -05:00
write_buf.cpp add EDQUOT to errors which trigger moveonenospc 2016-10-06 13:54:57 -04:00
write_buf.hpp move from MIT to ISC license. closes #194 2016-01-14 16:56:38 -05:00
write.cpp wrap most posix filesystem functions 2016-10-19 16:58:52 -04:00
write.hpp move from MIT to ISC license. closes #194 2016-01-14 16:56:38 -05:00
xattr.hpp small tweaks to build on Debian kFreeBSD 2016-09-14 08:36:06 -04:00