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 08366a35be match cli options to xattrs 10 years ago
..
access.cpp revert removal of 'all' policy and relevant behavior. closes #54 10 years ago
access.hpp initial code commit 10 years ago
assert.hpp initial code commit 10 years ago
buildmap.hpp rework policy code 10 years ago
buildvector.hpp rework policy code 10 years ago
category.cpp pass const strings by reference. closes #33 10 years ago
category.hpp pass const strings by reference. closes #33 10 years ago
chmod.cpp revert removal of 'all' policy and relevant behavior. closes #54 10 years ago
chmod.hpp initial code commit 10 years ago
chown.cpp revert removal of 'all' policy and relevant behavior. closes #54 10 years ago
chown.hpp initial code commit 10 years ago
clonepath.cpp add clonepath tool 10 years ago
clonepath.hpp add clonepath tool 10 years ago
config.cpp match cli options to xattrs 10 years ago
config.hpp match cli options to xattrs 10 years ago
create.cpp remove FileInfo and keep only file descriptor 10 years ago
create.hpp initial code commit 10 years ago
destroy.cpp add support for ioctl on directories. closes #27 10 years ago
destroy.hpp add support for ioctl on directories. closes #27 10 years ago
fallocate.cpp remove FileInfo and keep only file descriptor 10 years ago
fallocate.hpp initial code commit 10 years ago
fgetattr.cpp remove FileInfo and keep only file descriptor 10 years ago
fgetattr.hpp add fgetattr. closes #5 10 years ago
flush.cpp remove FileInfo and keep only file descriptor 10 years ago
flush.hpp add flush callback. closes #16 10 years ago
fs.cpp revert removal of 'all' policy and relevant behavior. closes #54 10 years ago
fs.hpp revert removal of 'all' policy and relevant behavior. closes #54 10 years ago
fsync.cpp remove FileInfo and keep only file descriptor 10 years ago
fsync.hpp initial code commit 10 years ago
ftruncate.cpp remove FileInfo and keep only file descriptor 10 years ago
ftruncate.hpp initial code commit 10 years ago
fusefunc.cpp revert removal of 'all' policy and relevant behavior. closes #54 10 years ago
fusefunc.hpp per FUSE function policies. closes #52, #53 10 years ago
getattr.cpp revert removal of 'all' policy and relevant behavior. closes #54 10 years ago
getattr.hpp initial code commit 10 years ago
getxattr.cpp revert removal of 'all' policy and relevant behavior. closes #54 10 years ago
getxattr.hpp initial code commit 10 years ago
init.cpp support RHEL6. closes #29 10 years ago
init.hpp add support for ioctl on directories. closes #27 10 years ago
ioctl.cpp remove FileInfo and keep only file descriptor 10 years ago
ioctl.hpp initial code commit 10 years ago
link.cpp revert removal of 'all' policy and relevant behavior. closes #54 10 years ago
link.hpp initial code commit 10 years ago
listxattr.cpp revert removal of 'all' policy and relevant behavior. closes #54 10 years ago
listxattr.hpp initial code commit 10 years ago
mergerfs.cpp add clonepath tool 10 years ago
mergerfs.hpp initial code commit 10 years ago
mkdir.cpp remove FileInfo and keep only file descriptor 10 years ago
mkdir.hpp initial code commit 10 years ago
mknod.cpp revert removal of 'all' policy and relevant behavior. closes #54 10 years ago
mknod.hpp initial code commit 10 years ago
open.cpp remove FileInfo and keep only file descriptor 10 years ago
open.hpp initial code commit 10 years ago
opendir.cpp add support for ioctl on directories. closes #27 10 years ago
opendir.hpp pass const strings by reference. closes #33 10 years ago
option_parser.cpp match cli options to xattrs 10 years ago
option_parser.hpp initial code commit 10 years ago
policy.cpp pass const strings by reference. closes #33 10 years ago
policy.hpp revert removal of 'all' policy and relevant behavior. closes #54 10 years ago
read.cpp remove FileInfo and keep only file descriptor 10 years ago
read.hpp initial code commit 10 years ago
read_buf.cpp remove FileInfo and keep only file descriptor 10 years ago
read_buf.hpp add {read,write}_buf functions. closes #15 10 years ago
readdir.cpp Merge pull request #35 from trapexit/dttoif 10 years ago
readdir.hpp pass const strings by reference. closes #33 10 years ago
readlink.cpp revert removal of 'all' policy and relevant behavior. closes #54 10 years ago
readlink.hpp initial code commit 10 years ago
release.cpp remove FileInfo and keep only file descriptor 10 years ago
release.hpp initial code commit 10 years ago
releasedir.cpp add support for ioctl on directories. closes #27 10 years ago
releasedir.hpp pass const strings by reference. closes #33 10 years ago
removexattr.cpp revert removal of 'all' policy and relevant behavior. closes #54 10 years ago
removexattr.hpp initial code commit 10 years ago
rename.cpp revert removal of 'all' policy and relevant behavior. closes #54 10 years ago
rename.hpp initial code commit 10 years ago
resources.cpp Try RLIMIT_INFINITY first, then cur = max, then loop and try to increase till error. closes #50 10 years ago
resources.hpp initial code commit 10 years ago
rmdir.cpp revert removal of 'all' policy and relevant behavior. closes #54 10 years ago
rmdir.hpp initial code commit 10 years ago
rwlock.hpp pass const strings by reference. closes #33 10 years ago
setxattr.cpp match cli options to xattrs 10 years ago
setxattr.hpp initial code commit 10 years ago
statfs.cpp support runtime setting of srcmounts. closes #12 10 years ago
statfs.hpp initial code commit 10 years ago
str.cpp per FUSE function policies. closes #52, #53 10 years ago
str.hpp per FUSE function policies. closes #52, #53 10 years ago
symlink.cpp revert removal of 'all' policy and relevant behavior. closes #54 10 years ago
symlink.hpp initial code commit 10 years ago
truncate.cpp revert removal of 'all' policy and relevant behavior. closes #54 10 years ago
truncate.hpp initial code commit 10 years ago
ugid.cpp use standard platform macros. closes #43 10 years ago
ugid.hpp use standard platform macros. closes #43 10 years ago
ugid_linux.hpp use geteuid syscall as well 10 years ago
ugid_mutex.hpp platform specific code to deal with sete{u,g}id. closes #17 10 years ago
ugid_osx.hpp platform specific code to deal with sete{u,g}id. closes #17 10 years ago
unlink.cpp revert removal of 'all' policy and relevant behavior. closes #54 10 years ago
unlink.hpp initial code commit 10 years ago
utimens.cpp revert removal of 'all' policy and relevant behavior. closes #54 10 years ago
utimens.hpp initial code commit 10 years ago
write.cpp remove FileInfo and keep only file descriptor 10 years ago
write.hpp initial code commit 10 years ago
write_buf.cpp remove FileInfo and keep only file descriptor 10 years ago
write_buf.hpp add {read,write}_buf functions. closes #15 10 years ago
xattr.hpp only allow manipulation of runtime settings via xattrs. closes #22 10 years ago