James Sanderson
2f3d532cdb
Prevent clang from crashing
8 years ago
James Sanderson
52d91402e2
Fix install commands
install invocation spits out usage info and errors
8 years ago
James Sanderson
cecd8c7dc7
Remove unsupported flags O_LARGEFILE and O_NOATIME
src/fs_clonefile.cpp:199:34: error: use of undeclared identifier 'O_LARGEFILE'
const int flags = O_CREAT|O_LARGEFILE|O_NOATIME|O_NOFOLLOW|O_TRUNC|O_WRONLY;
^
src/fs_clonefile.cpp:199:46: error: use of undeclared identifier 'O_NOATIME'
const int flags = O_CREAT|O_LARGEFILE|O_NOATIME|O_NOFOLLOW|O_TRUNC|O_WRONLY;
8 years ago
James Sanderson
1de26282a2
Fix namespacing errors
Such as:
src/fs_base_utimensat.hpp:34:12: error: no member named 'utimensat' in the global namespace
8 years ago
Antonio SJ Musumeci
c7c5b07389
Merge pull request #330 from trapexit/cleanup
further abstraction of system calls
8 years ago
Antonio SJ Musumeci
d0b6cd1f38
further abstraction of system calls
8 years ago
Antonio SJ Musumeci
1ad05d7783
Merge pull request #329 from trapexit/namespace
wrap most posix filesystem functions
8 years ago
Antonio SJ Musumeci
1dc7bff6e6
wrap most posix filesystem functions
8 years ago
Antonio SJ Musumeci
18d684cd16
Merge pull request #328 from trapexit/flock
add flock
8 years ago
Antonio SJ Musumeci
8f594e17d7
add flock
8 years ago
Antonio SJ Musumeci
77269a8bac
Merge pull request #327 from trapexit/mhddfs
add some more explination to the FAQ
8 years ago
Antonio SJ Musumeci
cd90193deb
add some more explination to the FAQ
8 years ago
Antonio SJ Musumeci
35fca6364f
Merge pull request #325 from trapexit/readme
add mergerfs.ctl and scorch to tooling section
8 years ago
Antonio SJ Musumeci
cd71af8c5b
add mergerfs.ctl and scorch to tooling section
8 years ago
Antonio SJ Musumeci
a7f26d3769
Merge pull request #324 from trapexit/edquota
add EDQUOT to errors which trigger moveonenospc
8 years ago
Antonio SJ Musumeci
3fb7f8919a
add EDQUOT to errors which trigger moveonenospc
8 years ago
Antonio SJ Musumeci
abc4ed4d9f
Merge pull request #321 from trapexit/manpage
update manpage
9 years ago
Antonio SJ Musumeci
dfa82699b9
update manpage
9 years ago
Antonio SJ Musumeci
b8beeaceb3
Merge pull request #320 from trapexit/setgroups-arm
use SYS_setgroup32 syscall if available. closes #319
9 years ago
Antonio SJ Musumeci
d9a79062b8
use SYS_setgroup32 syscall if available. closes #319
9 years ago
Antonio SJ Musumeci
a22b79c416
Merge pull request #318 from trapexit/pagecache-bug
add information about page cache kernel panic bug
9 years ago
Antonio SJ Musumeci
b1f2e94a2f
add information about page cache kernel panic bug
https://lkml.org/lkml/2016/9/14/527
9 years ago
Antonio SJ Musumeci
2ebd386b5b
Merge pull request #317 from trapexit/manpage
recreate manpage
9 years ago
Antonio SJ Musumeci
a8cd9b710e
recreate manpage
9 years ago
Antonio SJ Musumeci
12d2cf7464
Merge pull request #316 from trapexit/debian-kfreebsd
small tweaks to build on Debian kFreeBSD
9 years ago
Antonio SJ Musumeci
7e423cd9ce
small tweaks to build on Debian kFreeBSD
9 years ago
Antonio SJ Musumeci
fa3218cb72
Merge pull request #315 from trapexit/futimes
fix futimes version of utimes wrapper
9 years ago
Antonio SJ Musumeci
0395e7c776
fix futimes version of utimes wrapper
9 years ago
Antonio SJ Musumeci
a575cf76c2
Merge pull request #314 from trapexit/fadvise
fix #define typo
9 years ago
Antonio SJ Musumeci
93923177ee
fix #define typo
9 years ago
Antonio SJ Musumeci
51858114b2
Merge pull request #313 from trapexit/fadvise
abstract posix_fadvise
9 years ago
Antonio SJ Musumeci
1513c92cbc
abstract posix_fadvise
9 years ago
Antonio SJ Musumeci
7824586f76
Merge pull request #309 from jfreax/patch-1
Fix minor typo
9 years ago
Jens Dieskau
158dda9f23
Fix minor typo
9 years ago
Antonio SJ Musumeci
577bc67fa7
Merge pull request #305 from trapexit/ugid
rename include cpp files to have icpp extension
9 years ago
Antonio SJ Musumeci
1a698e5ef5
rename include cpp files to have icpp extension
9 years ago
Antonio SJ Musumeci
a0885e33dc
Merge pull request #304 from trapexit/freebsd
fix some build issues with Debian/kFreeBSD
9 years ago
Antonio SJ Musumeci
2ee6b4f581
include sys/types.h to pick up ssize_t
9 years ago
Antonio SJ Musumeci
709dda5069
support systems without ENODATA
9 years ago
Antonio SJ Musumeci
f0f8e527b4
Merge pull request #301 from trapexit/time
make futimes crossplatform
9 years ago
Antonio SJ Musumeci
49474f01ca
make futimes crossplatform
9 years ago
Antonio SJ Musumeci
9e8b309a90
Merge pull request #300 from trapexit/fuseversion
bump FUSE_USE_VERSION to 29
9 years ago
Antonio SJ Musumeci
f7547d7cf5
Merge pull request #299 from trapexit/realpath
use dynamic buffer for realpath
9 years ago
Antonio SJ Musumeci
bb02ab2cba
Merge pull request #298 from trapexit/fssendfile
split sendfile wrapper into separate files
9 years ago
Antonio SJ Musumeci
fb1432e14e
Merge pull request #297 from trapexit/fsattr
make fs_attr compile on unsupported platforms
9 years ago
Antonio SJ Musumeci
34d38cb0fb
split sendfile wrapper into separate files
9 years ago
Antonio SJ Musumeci
192a9d54d1
make fs_attr compile on unsupported platforms
9 years ago
Antonio SJ Musumeci
40574bd138
use dynamic buffer for realpath
9 years ago
Antonio SJ Musumeci
064fd5560f
bump FUSE_USE_VERSION to 29
9 years ago
Antonio SJ Musumeci
073d1b6f6f
Merge pull request #296 from trapexit/fallocate
add osx version of fallocate
9 years ago