..
access.cpp
further abstraction of system calls
8 years ago
access.hpp
move from MIT to ISC license. closes #194
9 years ago
assert.hpp
move from MIT to ISC license. closes #194
9 years ago
buildmap.hpp
move from MIT to ISC license. closes #194
9 years ago
buildvector.hpp
move from MIT to ISC license. closes #194
9 years ago
category.cpp
move from MIT to ISC license. closes #194
9 years ago
category.hpp
move from MIT to ISC license. closes #194
9 years ago
chmod.cpp
wrap most posix filesystem functions
8 years ago
chmod.hpp
move from MIT to ISC license. closes #194
9 years ago
chown.cpp
wrap most posix filesystem functions
8 years ago
chown.hpp
move from MIT to ISC license. closes #194
9 years ago
clone.cpp
small tweaks to build on Debian kFreeBSD
9 years ago
clone.hpp
move from MIT to ISC license. closes #194
9 years ago
config.cpp
small tweaks to build on Debian kFreeBSD
9 years ago
config.hpp
move size calculations to use uint64_t. fixes #287
9 years ago
create.cpp
return clonepath errors
8 years ago
create.hpp
small tweaks to build on Debian kFreeBSD
9 years ago
destroy.cpp
move from MIT to ISC license. closes #194
9 years ago
destroy.hpp
move from MIT to ISC license. closes #194
9 years ago
errno.hpp
small tweaks to build on Debian kFreeBSD
9 years ago
fallocate.cpp
wrap most posix filesystem functions
8 years ago
fallocate.hpp
move from MIT to ISC license. closes #194
9 years ago
fgetattr.cpp
support setting of inodes (using use_ino option)
8 years ago
fgetattr.hpp
wrap most posix filesystem functions
8 years ago
fileinfo.hpp
move from MIT to ISC license. closes #194
9 years ago
flock.cpp
add flock
8 years ago
flock.hpp
add flock
8 years ago
flush.cpp
wrap most posix filesystem functions
8 years ago
flush.hpp
move from MIT to ISC license. closes #194
9 years ago
fs.cpp
further abstraction of system calls
8 years ago
fs.hpp
wrap most posix filesystem functions
8 years ago
fs_attr.cpp
make fs_attr compile on unsupported platforms
9 years ago
fs_attr.hpp
move from MIT to ISC license. closes #194
9 years ago
fs_attr_linux.icpp
wrap most posix filesystem functions
8 years ago
fs_attr_unsupported.icpp
small tweaks to build on Debian kFreeBSD
9 years ago
fs_base_access.hpp
further abstraction of system calls
8 years ago
fs_base_chmod.hpp
wrap most posix filesystem functions
8 years ago
fs_base_chown.hpp
wrap most posix filesystem functions
8 years ago
fs_base_close.hpp
wrap most posix filesystem functions
8 years ago
fs_base_closedir.hpp
wrap most posix filesystem functions
8 years ago
fs_base_dup.hpp
wrap most posix filesystem functions
8 years ago
fs_base_flock.hpp
add flock
8 years ago
fs_base_fsync.hpp
check if fdatasync is available and return ENOSYS if not
8 years ago
fs_base_ftruncate.hpp
wrap most posix filesystem functions
8 years ago
fs_base_getxattr.hpp
wrap most posix filesystem functions
8 years ago
fs_base_ioctl.hpp
wrap most posix filesystem functions
8 years ago
fs_base_link.hpp
wrap most posix filesystem functions
8 years ago
fs_base_listxattr.hpp
wrap most posix filesystem functions
8 years ago
fs_base_lseek.hpp
further abstraction of system calls
8 years ago
fs_base_mkdir.hpp
wrap most posix filesystem functions
8 years ago
fs_base_mknod.hpp
wrap most posix filesystem functions
8 years ago
fs_base_open.hpp
wrap most posix filesystem functions
8 years ago
fs_base_opendir.hpp
wrap most posix filesystem functions
8 years ago
fs_base_read.hpp
further abstraction of system calls
8 years ago
fs_base_readdir.hpp
wrap most posix filesystem functions
8 years ago
fs_base_readlink.hpp
wrap most posix filesystem functions
8 years ago
fs_base_realpath.hpp
further abstraction of system calls
8 years ago
fs_base_removexattr.hpp
wrap most posix filesystem functions
8 years ago
fs_base_rename.hpp
wrap most posix filesystem functions
8 years ago
fs_base_rmdir.hpp
wrap most posix filesystem functions
8 years ago
fs_base_setxattr.hpp
wrap most posix filesystem functions
8 years ago
fs_base_stat.hpp
wrap most posix filesystem functions
8 years ago
fs_base_statvfs.hpp
wrap most posix filesystem functions
8 years ago
fs_base_truncate.hpp
wrap most posix filesystem functions
8 years ago
fs_base_unlink.hpp
wrap most posix filesystem functions
8 years ago
fs_base_utime.hpp
consolidate and simplify utime
8 years ago
fs_base_utime_generic.hpp
consolidate and simplify utime
8 years ago
fs_base_utime_utimensat.hpp
consolidate and simplify utime
8 years ago
fs_base_write.hpp
further abstraction of system calls
8 years ago
fs_clonefile.cpp
define O_LARGEFILE and O_NOATIME if needed
8 years ago
fs_clonefile.hpp
move from MIT to ISC license. closes #194
9 years ago
fs_clonepath.cpp
consolidate and simplify utime
8 years ago
fs_clonepath.hpp
use references to srcmounts rather than copies
9 years ago
fs_fadvise.cpp
abstract posix_fadvise
9 years ago
fs_fadvise.hpp
fix #define typo
9 years ago
fs_fadvise_posix.icpp
small tweaks to build on Debian kFreeBSD
9 years ago
fs_fadvise_unsupported.icpp
small tweaks to build on Debian kFreeBSD
9 years ago
fs_fallocate.cpp
small tweaks to build on Debian kFreeBSD
9 years ago
fs_fallocate.hpp
small tweaks to build on Debian kFreeBSD
9 years ago
fs_fallocate_linux.icpp
small tweaks to build on Debian kFreeBSD
9 years ago
fs_fallocate_osx.icpp
small tweaks to build on Debian kFreeBSD
9 years ago
fs_fallocate_posix.icpp
small tweaks to build on Debian kFreeBSD
9 years ago
fs_fallocate_unsupported.icpp
small tweaks to build on Debian kFreeBSD
9 years ago
fs_inode.hpp
support setting of inodes (using use_ino option)
8 years ago
fs_movefile.cpp
wrap most posix filesystem functions
8 years ago
fs_movefile.hpp
move from MIT to ISC license. closes #194
9 years ago
fs_path.cpp
use references to srcmounts rather than copies
9 years ago
fs_path.hpp
use references to srcmounts rather than copies
9 years ago
fs_sendfile.cpp
split sendfile wrapper into separate files
9 years ago
fs_sendfile.hpp
rework fallocate logic
9 years ago
fs_sendfile_linux.icpp
small tweaks to build on Debian kFreeBSD
9 years ago
fs_sendfile_unsupported.icpp
small tweaks to build on Debian kFreeBSD
9 years ago
fs_xattr.cpp
wrap most posix filesystem functions
8 years ago
fs_xattr.hpp
move size calculations to use uint64_t. fixes #287
9 years ago
fsync.cpp
wrap most posix filesystem functions
8 years ago
fsync.hpp
move from MIT to ISC license. closes #194
9 years ago
ftruncate.cpp
wrap most posix filesystem functions
8 years ago
ftruncate.hpp
small tweaks to build on Debian kFreeBSD
9 years ago
fusefunc.cpp
small tweaks to build on Debian kFreeBSD
9 years ago
fusefunc.hpp
move from MIT to ISC license. closes #194
9 years ago
getattr.cpp
support setting of inodes (using use_ino option)
8 years ago
getattr.hpp
move from MIT to ISC license. closes #194
9 years ago
getxattr.cpp
wrap most posix filesystem functions
8 years ago
getxattr.hpp
move from MIT to ISC license. closes #194
9 years ago
gidcache.cpp
use SYS_setgroup32 syscall if available. closes #319
9 years ago
gidcache.hpp
move from MIT to ISC license. closes #194
9 years ago
init.cpp
move from MIT to ISC license. closes #194
9 years ago
init.hpp
move from MIT to ISC license. closes #194
9 years ago
ioctl.cpp
wrap most posix filesystem functions
8 years ago
ioctl.hpp
move from MIT to ISC license. closes #194
9 years ago
khash.h
replace std::set with klib's khash to increase readdir performance
8 years ago
link.cpp
return clonepath errors
8 years ago
link.hpp
move from MIT to ISC license. closes #194
9 years ago
listxattr.cpp
wrap most posix filesystem functions
8 years ago
listxattr.hpp
move from MIT to ISC license. closes #194
9 years ago
mergerfs.cpp
add flock
8 years ago
mergerfs.hpp
move from MIT to ISC license. closes #194
9 years ago
mkdir.cpp
return clonepath errors
8 years ago
mkdir.hpp
move from MIT to ISC license. closes #194
9 years ago
mknod.cpp
return clonepath errors
8 years ago
mknod.hpp
move from MIT to ISC license. closes #194
9 years ago
num.cpp
move size calculations to use uint64_t. fixes #287
9 years ago
num.hpp
move size calculations to use uint64_t. fixes #287
9 years ago
open.cpp
wrap most posix filesystem functions
8 years ago
open.hpp
move from MIT to ISC license. closes #194
9 years ago
opendir.cpp
move from MIT to ISC license. closes #194
9 years ago
opendir.hpp
move from MIT to ISC license. closes #194
9 years ago
option_parser.cpp
move size calculations to use uint64_t. fixes #287
9 years ago
option_parser.hpp
move from MIT to ISC license. closes #194
9 years ago
policy.cpp
small tweaks to build on Debian kFreeBSD
9 years ago
policy.hpp
add epall and eprand policies
9 years ago
policy_all.cpp
small tweaks to build on Debian kFreeBSD
9 years ago
policy_epall.cpp
small tweaks to build on Debian kFreeBSD
9 years ago
policy_epff.cpp
small tweaks to build on Debian kFreeBSD
9 years ago
policy_eplfs.cpp
small tweaks to build on Debian kFreeBSD
9 years ago
policy_eplus.cpp
small tweaks to build on Debian kFreeBSD
9 years ago
policy_epmfs.cpp
small tweaks to build on Debian kFreeBSD
9 years ago
policy_eprand.cpp
small tweaks to build on Debian kFreeBSD
9 years ago
policy_erofs.cpp
small tweaks to build on Debian kFreeBSD
9 years ago
policy_ff.cpp
small tweaks to build on Debian kFreeBSD
9 years ago
policy_invalid.cpp
small tweaks to build on Debian kFreeBSD
9 years ago
policy_lfs.cpp
small tweaks to build on Debian kFreeBSD
9 years ago
policy_lus.cpp
small tweaks to build on Debian kFreeBSD
9 years ago
policy_mfs.cpp
small tweaks to build on Debian kFreeBSD
9 years ago
policy_newest.cpp
small tweaks to build on Debian kFreeBSD
9 years ago
policy_rand.cpp
small tweaks to build on Debian kFreeBSD
9 years ago
read.cpp
wrap most posix filesystem functions
8 years ago
read.hpp
move from MIT to ISC license. closes #194
9 years ago
read_buf.cpp
small tweaks to build on Debian kFreeBSD
9 years ago
read_buf.hpp
move from MIT to ISC license. closes #194
9 years ago
readdir.cpp
support setting of inodes (using use_ino option)
8 years ago
readdir.hpp
move from MIT to ISC license. closes #194
9 years ago
readlink.cpp
wrap most posix filesystem functions
8 years ago
readlink.hpp
move from MIT to ISC license. closes #194
9 years ago
release.cpp
wrap most posix filesystem functions
8 years ago
release.hpp
move from MIT to ISC license. closes #194
9 years ago
releasedir.cpp
move from MIT to ISC license. closes #194
9 years ago
releasedir.hpp
move from MIT to ISC license. closes #194
9 years ago
removexattr.cpp
wrap most posix filesystem functions
8 years ago
removexattr.hpp
move from MIT to ISC license. closes #194
9 years ago
rename.cpp
return clonepath errors
8 years ago
rename.hpp
move from MIT to ISC license. closes #194
9 years ago
resources.cpp
move from MIT to ISC license. closes #194
9 years ago
resources.hpp
move from MIT to ISC license. closes #194
9 years ago
rmdir.cpp
wrap most posix filesystem functions
8 years ago
rmdir.hpp
move from MIT to ISC license. closes #194
9 years ago
rv.hpp
move from MIT to ISC license. closes #194
9 years ago
rwlock.hpp
move from MIT to ISC license. closes #194
9 years ago
setxattr.cpp
wrap most posix filesystem functions
8 years ago
setxattr.hpp
move from MIT to ISC license. closes #194
9 years ago
statfs.cpp
ignore filesystems which return zeros for statfs. closes #335
8 years ago
statfs.hpp
move from MIT to ISC license. closes #194
9 years ago
statvfs_util.hpp
wrap most posix filesystem functions
8 years ago
str.cpp
use references to srcmounts rather than copies
9 years ago
str.hpp
use references to srcmounts rather than copies
9 years ago
strset.hpp
replace std::set with klib's khash to increase readdir performance
8 years ago
success_fail.hpp
normalize error handling in rename policy
9 years ago
symlink.cpp
return clonepath errors
8 years ago
symlink.hpp
move from MIT to ISC license. closes #194
9 years ago
truncate.cpp
wrap most posix filesystem functions
8 years ago
truncate.hpp
move from MIT to ISC license. closes #194
9 years ago
ugid.cpp
rename include cpp files to have icpp extension
9 years ago
ugid.hpp
move from MIT to ISC license. closes #194
9 years ago
ugid_linux.hpp
rename include cpp files to have icpp extension
9 years ago
ugid_linux.icpp
rename include cpp files to have icpp extension
9 years ago
ugid_rwlock.hpp
rename include cpp files to have icpp extension
9 years ago
ugid_rwlock.icpp
rename include cpp files to have icpp extension
9 years ago
unlink.cpp
wrap most posix filesystem functions
8 years ago
unlink.hpp
move from MIT to ISC license. closes #194
9 years ago
utimens.cpp
consolidate and simplify utime
8 years ago
utimens.hpp
move from MIT to ISC license. closes #194
9 years ago
write.cpp
wrap most posix filesystem functions
8 years ago
write.hpp
move from MIT to ISC license. closes #194
9 years ago
write_buf.cpp
add EDQUOT to errors which trigger moveonenospc
9 years ago
write_buf.hpp
move from MIT to ISC license. closes #194
9 years ago
xattr.hpp
small tweaks to build on Debian kFreeBSD
9 years ago