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.
 
 
 
 
Antonio SJ Musumeci 0600734942 handle 32bit and 64bit inode recalculation 8 years ago
..
access.cpp further abstraction of system calls 8 years ago
access.hpp add ifndefs to all headers 8 years ago
assert.hpp add ifndefs to all headers 8 years ago
buildmap.hpp add ifndefs to all headers 8 years ago
buildvector.hpp add ifndefs to all headers 8 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 restructure error calculation 8 years ago
chmod.hpp add ifndefs to all headers 8 years ago
chown.cpp restructure error calculation 8 years ago
chown.hpp add ifndefs to all headers 8 years ago
config.cpp add option to drop file caches before closing files 8 years ago
config.hpp add option to drop file caches before closing files 8 years ago
create.cpp check for system.posix_acl_default before setting umask 8 years ago
create.hpp add ifndefs to all headers 8 years ago
destroy.cpp move from MIT to ISC license. closes #194 9 years ago
destroy.hpp add ifndefs to all headers 8 years ago
errno.hpp add ifndefs to all headers 8 years ago
fallocate.cpp restructure fallocate abstraction 8 years ago
fallocate.hpp add ifndefs to all headers 8 years ago
fgetattr.cpp support setting of inodes (using use_ino option) 8 years ago
fgetattr.hpp add ifndefs to all headers 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 ifndefs to all headers 8 years ago
flush.cpp wrap most posix filesystem functions 8 years ago
flush.hpp add ifndefs to all headers 8 years ago
fs.cpp use correct integer types 8 years ago
fs.hpp add ifndefs to all headers 8 years ago
fs_acl.cpp check for system.posix_acl_default before setting umask 8 years ago
fs_acl.hpp check for system.posix_acl_default before setting umask 8 years ago
fs_attr.cpp make fs_attr compile on unsupported platforms 8 years ago
fs_attr.hpp move from MIT to ISC license. closes #194 9 years ago
fs_attr_linux.icpp make fs::attr return ENOTSUP on EINVAL #381 8 years ago
fs_attr_unsupported.icpp make fs::attr return ENOTSUP on EINVAL #381 8 years ago
fs_base_access.hpp add ifndefs to all headers 8 years ago
fs_base_chmod.hpp check metadata on chown/chmod errors when cloning 8 years ago
fs_base_chown.hpp check metadata on chown/chmod errors when cloning 8 years ago
fs_base_close.hpp add ifndefs to all headers 8 years ago
fs_base_closedir.hpp add ifndefs to all headers 8 years ago
fs_base_dirfd.hpp compute inode in readdir 8 years ago
fs_base_dup.hpp add ifndefs to all headers 8 years ago
fs_base_fadvise.cpp restructure fadvise 8 years ago
fs_base_fadvise.hpp restructure fadvise 8 years ago
fs_base_fadvise_posix.icpp restructure fadvise 8 years ago
fs_base_fadvise_unsupported.icpp restructure fadvise 8 years ago
fs_base_fallocate.cpp restructure fallocate abstraction 8 years ago
fs_base_fallocate.hpp restructure fallocate abstraction 8 years ago
fs_base_fallocate_linux.icpp restructure fallocate abstraction 8 years ago
fs_base_fallocate_osx.icpp restructure fallocate abstraction 8 years ago
fs_base_fallocate_posix.icpp restructure fallocate abstraction 8 years ago
fs_base_fallocate_unsupported.icpp restructure fallocate abstraction 8 years ago
fs_base_flock.hpp add ifndefs to all headers 8 years ago
fs_base_fsync.hpp add ifndefs to all headers 8 years ago
fs_base_ftruncate.hpp add ifndefs to all headers 8 years ago
fs_base_futimesat.cpp abstract futimesat 8 years ago
fs_base_futimesat.hpp abstract futimesat 8 years ago
fs_base_futimesat_generic.icpp abstract futimesat 8 years ago
fs_base_futimesat_osx.icpp abstract futimesat 8 years ago
fs_base_getxattr.hpp add ifndefs to all headers 8 years ago
fs_base_ioctl.hpp add ifndefs to all headers 8 years ago
fs_base_link.hpp add ifndefs to all headers 8 years ago
fs_base_listxattr.hpp add ifndefs to all headers 8 years ago
fs_base_lseek.hpp add ifndefs to all headers 8 years ago
fs_base_mkdir.hpp add ifndefs to all headers 8 years ago
fs_base_mknod.hpp add ifndefs to all headers 8 years ago
fs_base_open.hpp add ifndefs to all headers 8 years ago
fs_base_opendir.hpp add ifndefs to all headers 8 years ago
fs_base_read.hpp add ifndefs to all headers 8 years ago
fs_base_readdir.hpp add ifndefs to all headers 8 years ago
fs_base_readlink.hpp add ifndefs to all headers 8 years ago
fs_base_realpath.hpp add ifndefs to all headers 8 years ago
fs_base_remove.hpp add ifndefs to all headers 8 years ago
fs_base_removexattr.hpp add ifndefs to all headers 8 years ago
fs_base_rename.hpp add ifndefs to all headers 8 years ago
fs_base_rmdir.hpp add ifndefs to all headers 8 years ago
fs_base_setxattr.hpp add ifndefs to all headers 8 years ago
fs_base_stat.hpp abstract access to highres atime/mtime 8 years ago
fs_base_statvfs.hpp add ifndefs to all headers 8 years ago
fs_base_symlink.hpp add ifndefs to all headers 8 years ago
fs_base_truncate.hpp add ifndefs to all headers 8 years ago
fs_base_unlink.hpp add ifndefs to all headers 8 years ago
fs_base_utime.hpp abstract access to highres atime/mtime 8 years ago
fs_base_utime_generic.hpp abstract futimesat 8 years ago
fs_base_utime_utimensat.hpp add ifndefs to all headers 8 years ago
fs_base_write.hpp add ifndefs to all headers 8 years ago
fs_clonefile.cpp restructure fadvise 8 years ago
fs_clonefile.hpp add ifndefs to all headers 8 years ago
fs_clonepath.cpp check metadata on chown/chmod errors when cloning 8 years ago
fs_clonepath.hpp add ifndefs to all headers 8 years ago
fs_devid.hpp add ifndefs to all headers 8 years ago
fs_inode.hpp handle 32bit and 64bit inode recalculation 8 years ago
fs_movefile.cpp limit need to explicitly call .c_str() 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 8 years ago
fs_sendfile.hpp rework fallocate logic 8 years ago
fs_sendfile_linux.icpp small tweaks to build on Debian kFreeBSD 8 years ago
fs_sendfile_unsupported.icpp small tweaks to build on Debian kFreeBSD 8 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 8 years ago
fsync.cpp wrap most posix filesystem functions 8 years ago
fsync.hpp add ifndefs to all headers 8 years ago
ftruncate.cpp wrap most posix filesystem functions 8 years ago
ftruncate.hpp add ifndefs to all headers 8 years ago
fusefunc.cpp small tweaks to build on Debian kFreeBSD 8 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 add ifndefs to all headers 8 years ago
getxattr.cpp wrap most posix filesystem functions 8 years ago
getxattr.hpp add ifndefs to all headers 8 years ago
gidcache.cpp use SYS_setgroup32 syscall if available. closes #319 8 years ago
gidcache.hpp move from MIT to ISC license. closes #194 9 years ago
init.cpp check for system.posix_acl_default before setting umask 8 years ago
init.hpp add ifndefs to all headers 8 years ago
ioctl.cpp wrap most posix filesystem functions 8 years ago
ioctl.hpp add ifndefs to all headers 8 years ago
khash.h replace std::set with klib's khash to increase readdir performance 8 years ago
link.cpp limit need to explicitly call .c_str() 8 years ago
link.hpp add ifndefs to all headers 8 years ago
listxattr.cpp wrap most posix filesystem functions 8 years ago
listxattr.hpp add ifndefs to all headers 8 years ago
mergerfs.cpp remove clone command 8 years ago
mergerfs.hpp move from MIT to ISC license. closes #194 9 years ago
mkdir.cpp restructure error calculation 8 years ago
mkdir.hpp add ifndefs to all headers 8 years ago
mknod.cpp restructure error calculation 8 years ago
mknod.hpp add ifndefs to all headers 8 years ago
num.cpp move size calculations to use uint64_t. fixes #287 8 years ago
num.hpp add ifndefs to all headers 8 years ago
open.cpp wrap most posix filesystem functions 8 years ago
open.hpp add ifndefs to all headers 8 years ago
opendir.cpp move from MIT to ISC license. closes #194 9 years ago
opendir.hpp add ifndefs to all headers 8 years ago
option_parser.cpp add option to drop file caches before closing files 8 years ago
option_parser.hpp add ifndefs to all headers 8 years ago
policy.cpp small tweaks to build on Debian kFreeBSD 8 years ago
policy.hpp add epall and eprand policies 8 years ago
policy_all.cpp small tweaks to build on Debian kFreeBSD 8 years ago
policy_epall.cpp small tweaks to build on Debian kFreeBSD 8 years ago
policy_epff.cpp small tweaks to build on Debian kFreeBSD 8 years ago
policy_eplfs.cpp small tweaks to build on Debian kFreeBSD 8 years ago
policy_eplus.cpp small tweaks to build on Debian kFreeBSD 8 years ago
policy_epmfs.cpp small tweaks to build on Debian kFreeBSD 8 years ago
policy_eprand.cpp small tweaks to build on Debian kFreeBSD 8 years ago
policy_erofs.cpp small tweaks to build on Debian kFreeBSD 8 years ago
policy_ff.cpp small tweaks to build on Debian kFreeBSD 8 years ago
policy_invalid.cpp small tweaks to build on Debian kFreeBSD 8 years ago
policy_lfs.cpp small tweaks to build on Debian kFreeBSD 8 years ago
policy_lus.cpp small tweaks to build on Debian kFreeBSD 8 years ago
policy_mfs.cpp small tweaks to build on Debian kFreeBSD 8 years ago
policy_newest.cpp small tweaks to build on Debian kFreeBSD 8 years ago
policy_rand.cpp small tweaks to build on Debian kFreeBSD 8 years ago
read.cpp use different read and write functions when using direct_io 8 years ago
read.hpp add ifndefs to all headers 8 years ago
read_buf.cpp small tweaks to build on Debian kFreeBSD 8 years ago
read_buf.hpp move from MIT to ISC license. closes #194 9 years ago
readdir.cpp compute inode in readdir 8 years ago
readdir.hpp add ifndefs to all headers 8 years ago
readlink.cpp wrap most posix filesystem functions 8 years ago
readlink.hpp add ifndefs to all headers 8 years ago
release.cpp restructure fadvise 8 years ago
release.hpp add ifndefs to all headers 8 years ago
releasedir.cpp move from MIT to ISC license. closes #194 9 years ago
releasedir.hpp add ifndefs to all headers 8 years ago
removexattr.cpp restructure error calculation 8 years ago
removexattr.hpp add ifndefs to all headers 8 years ago
rename.cpp limit need to explicitly call .c_str() 8 years ago
rename.hpp add ifndefs to all headers 8 years ago
resources.cpp move from MIT to ISC license. closes #194 9 years ago
resources.hpp add ifndefs to all headers 8 years ago
rmdir.cpp restructure error calculation 8 years ago
rmdir.hpp add ifndefs to all headers 8 years ago
rv.hpp restructure error calculation 8 years ago
rwlock.hpp add ifndefs to all headers 8 years ago
setxattr.cpp restructure error calculation 8 years ago
setxattr.hpp add ifndefs to all headers 8 years ago
statfs.cpp ignore filesystems which return zeros for statfs. closes #335 8 years ago
statfs.hpp add ifndefs to all headers 8 years ago
statvfs_util.hpp add ifndefs to all headers 8 years ago
str.cpp use references to srcmounts rather than copies 9 years ago
str.hpp add ifndefs to all headers 8 years ago
strset.hpp replace std::set with klib's khash to increase readdir performance 8 years ago
success_fail.hpp add ifndefs to all headers 8 years ago
symlink.cpp limit need to explicitly call .c_str() 8 years ago
symlink.hpp add ifndefs to all headers 8 years ago
truncate.cpp restructure error calculation 8 years ago
truncate.hpp add ifndefs to all headers 8 years ago
ugid.cpp rename include cpp files to have icpp extension 8 years ago
ugid.hpp add ifndefs to all headers 8 years ago
ugid_linux.hpp add ifndefs to all headers 8 years ago
ugid_linux.icpp rename include cpp files to have icpp extension 8 years ago
ugid_rwlock.hpp add ifndefs to all headers 8 years ago
ugid_rwlock.icpp rename include cpp files to have icpp extension 8 years ago
unlink.cpp restructure error calculation 8 years ago
unlink.hpp add ifndefs to all headers 8 years ago
utimens.cpp restructure error calculation 8 years ago
utimens.hpp add ifndefs to all headers 8 years ago
write.cpp use different read and write functions when using direct_io 8 years ago
write.hpp add ifndefs to all headers 8 years ago
write_buf.cpp add EDQUOT to errors which trigger moveonenospc 8 years ago
write_buf.hpp move from MIT to ISC license. closes #194 9 years ago
xattr.hpp add ifndefs to all headers 8 years ago