290 Commits (0b1af2b8ef6141408350ba6907705aa570dd4866)

Author SHA1 Message Date
Antonio SJ Musumeci ccaa458739 better handle incomplete reads/writes in copying files 8 years ago
Antonio SJ Musumeci 162b99e6b8 enable nopath and nullpath_ok 8 years ago
Antonio SJ Musumeci f15437c713 tweak movefile behavior 8 years ago
Antonio SJ Musumeci 2fbeb67dd9 hide fs::fadvise as it's not used directly 8 years ago
Antonio SJ Musumeci 8b976ab3c1 support older libfuse without utime_omit_ok flag 8 years ago
Antonio SJ Musumeci 1a1fa06aa3 fadvise cleanup 8 years ago
Antonio SJ Musumeci 617195d71e enable utime_omit_ok flag 8 years ago
Antonio SJ Musumeci be3eb7e3ed work around getgrouplist signature difference on osx 8 years ago
Antonio SJ Musumeci 0600734942 handle 32bit and 64bit inode recalculation 8 years ago
Antonio SJ Musumeci 9d0798dbfb restructure fadvise 8 years ago
Antonio SJ Musumeci e2acffe55b restructure fallocate abstraction 8 years ago
Antonio SJ Musumeci 42d454ac27 abstract futimesat 8 years ago
Antonio SJ Musumeci 0b2bf17cd7 abstract access to highres atime/mtime 8 years ago
Antonio SJ Musumeci e20d566f96 use correct integer types 8 years ago
Antonio SJ Musumeci c043ef95a3 make fs::attr return ENOTSUP on EINVAL #381 8 years ago
Antonio SJ Musumeci 6aa62d03ff add option to drop file caches before closing files 8 years ago
Antonio SJ Musumeci 492d895632 check metadata on chown/chmod errors when cloning 8 years ago
Antonio SJ Musumeci 9cc9bb9de2 misc document updates 8 years ago
Antonio SJ Musumeci a60d815e92 add ifndefs to all headers 8 years ago
Antonio SJ Musumeci e93c946198 limit need to explicitly call .c_str() 8 years ago
Antonio SJ Musumeci 7b4e1ea36d remove clone command 8 years ago
Antonio SJ Musumeci 726b88e039 restructure error calculation 8 years ago
Antonio SJ Musumeci d67d5dec77 check for system.posix_acl_default before setting umask 8 years ago
Antonio SJ Musumeci 1aa76a54c2 use different read and write functions when using direct_io 8 years ago
Antonio SJ Musumeci 67b48fcb3a compute inode in readdir 8 years ago
Antonio SJ Musumeci c8fa51c81a support setting of inodes (using use_ino option) 8 years ago
Antonio SJ Musumeci 822204ff34 replace std::set with klib's khash to increase readdir performance 8 years ago
Antonio SJ Musumeci 35075bb0cd return clonepath errors 8 years ago
Antonio SJ Musumeci 3c5351af93 ignore filesystems which return zeros for statfs. closes #335 8 years ago
Antonio SJ Musumeci 157dae0d2f define O_LARGEFILE and O_NOATIME if needed 8 years ago
Antonio SJ Musumeci 00c814dc58 consolidate and simplify utime 8 years ago
Antonio SJ Musumeci 6d6fb45a3b check if fdatasync is available and return ENOSYS if not 8 years ago
Antonio SJ Musumeci d0b6cd1f38 further abstraction of system calls 8 years ago
Antonio SJ Musumeci 1dc7bff6e6 wrap most posix filesystem functions 8 years ago
Antonio SJ Musumeci 8f594e17d7 add flock 8 years ago
Antonio SJ Musumeci 3fb7f8919a add EDQUOT to errors which trigger moveonenospc 8 years ago
Antonio SJ Musumeci d9a79062b8 use SYS_setgroup32 syscall if available. closes #319 8 years ago
Antonio SJ Musumeci 7e423cd9ce small tweaks to build on Debian kFreeBSD 8 years ago
Antonio SJ Musumeci 0395e7c776 fix futimes version of utimes wrapper 8 years ago
Antonio SJ Musumeci 93923177ee fix #define typo 8 years ago
Antonio SJ Musumeci 1513c92cbc abstract posix_fadvise 8 years ago
Antonio SJ Musumeci 1a698e5ef5 rename include cpp files to have icpp extension 8 years ago
Antonio SJ Musumeci 2ee6b4f581 include sys/types.h to pick up ssize_t 8 years ago
Antonio SJ Musumeci 709dda5069 support systems without ENODATA 8 years ago
Antonio SJ Musumeci 49474f01ca make futimes crossplatform 8 years ago
Antonio SJ Musumeci 34d38cb0fb split sendfile wrapper into separate files 8 years ago
Antonio SJ Musumeci 192a9d54d1 make fs_attr compile on unsupported platforms 8 years ago
Antonio SJ Musumeci 40574bd138 use dynamic buffer for realpath 8 years ago
Antonio SJ Musumeci 45f757dc60 add osx version of fallocate 8 years ago
Antonio SJ Musumeci 0fceb8e0a3 add epall and eprand policies 8 years ago