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 838c081b8c Merge pull request #94 from trapexit/config-cleanup 9 years ago
..
access.cpp config get and struct naming cleanup 9 years ago
access.hpp change fuse functions to use the fuse namespace 9 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 config get and struct naming cleanup 9 years ago
chmod.hpp change fuse functions to use the fuse namespace 9 years ago
chown.cpp config get and struct naming cleanup 9 years ago
chown.hpp change fuse functions to use the fuse namespace 9 years ago
clonepath.cpp add clonepath tool 10 years ago
clonepath.hpp add clonepath tool 10 years ago
config.cpp config get and struct naming cleanup 9 years ago
config.hpp config get and struct naming cleanup 9 years ago
create.cpp config get and struct naming cleanup 9 years ago
create.hpp config get and struct naming cleanup 9 years ago
destroy.cpp change fuse functions to use the fuse namespace 9 years ago
destroy.hpp change fuse functions to use the fuse namespace 9 years ago
fallocate.cpp config get and struct naming cleanup 9 years ago
fallocate.hpp config get and struct naming cleanup 9 years ago
fgetattr.cpp config get and struct naming cleanup 9 years ago
fgetattr.hpp config get and struct naming cleanup 9 years ago
flush.cpp config get and struct naming cleanup 9 years ago
flush.hpp config get and struct naming cleanup 9 years ago
fs.cpp ignore ENOTSUP errors when cloning paths. fixes #82 9 years ago
fs.hpp stop auto calculating and storing fullpath in policies 9 years ago
fsync.cpp config get and struct naming cleanup 9 years ago
fsync.hpp config get and struct naming cleanup 9 years ago
ftruncate.cpp config get and struct naming cleanup 9 years ago
ftruncate.hpp config get and struct naming cleanup 9 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 config get and struct naming cleanup 9 years ago
getattr.hpp change fuse functions to use the fuse namespace 9 years ago
getxattr.cpp config get and struct naming cleanup 9 years ago
getxattr.hpp change fuse functions to use the fuse namespace 9 years ago
init.cpp Merge pull request #94 from trapexit/config-cleanup 9 years ago
init.hpp config get and struct naming cleanup 9 years ago
ioctl.cpp config get and struct naming cleanup 9 years ago
ioctl.hpp config get and struct naming cleanup 9 years ago
link.cpp config get and struct naming cleanup 9 years ago
link.hpp change fuse functions to use the fuse namespace 9 years ago
listxattr.cpp config get and struct naming cleanup 9 years ago
listxattr.hpp change fuse functions to use the fuse namespace 9 years ago
mergerfs.cpp config get and struct naming cleanup 9 years ago
mergerfs.hpp initial code commit 10 years ago
mkdir.cpp config get and struct naming cleanup 9 years ago
mkdir.hpp change fuse functions to use the fuse namespace 9 years ago
mknod.cpp config get and struct naming cleanup 9 years ago
mknod.hpp change fuse functions to use the fuse namespace 9 years ago
num.cpp add str to size_t conversion code 9 years ago
num.hpp add str to size_t conversion code 9 years ago
open.cpp config get and struct naming cleanup 9 years ago
open.hpp config get and struct naming cleanup 9 years ago
opendir.cpp config get and struct naming cleanup 9 years ago
opendir.hpp config get and struct naming cleanup 9 years ago
option_parser.cpp Merge pull request #94 from trapexit/config-cleanup 9 years ago
option_parser.hpp config get and struct naming cleanup 9 years ago
path.hpp move Path object to separate file 9 years ago
policy.cpp separate policies into individual modules 9 years ago
policy.hpp stop auto calculating and storing fullpath in policies 9 years ago
policy_all.cpp config get and struct naming cleanup 9 years ago
policy_epmfs.cpp config get and struct naming cleanup 9 years ago
policy_ff.cpp config get and struct naming cleanup 9 years ago
policy_ffwp.cpp config get and struct naming cleanup 9 years ago
policy_fwfs.cpp config get and struct naming cleanup 9 years ago
policy_invalid.cpp stop auto calculating and storing fullpath in policies 9 years ago
policy_lfs.cpp config get and struct naming cleanup 9 years ago
policy_mfs.cpp config get and struct naming cleanup 9 years ago
policy_newest.cpp config get and struct naming cleanup 9 years ago
policy_rand.cpp stop auto calculating and storing fullpath in policies 9 years ago
read.cpp config get and struct naming cleanup 9 years ago
read.hpp config get and struct naming cleanup 9 years ago
read_buf.cpp config get and struct naming cleanup 9 years ago
read_buf.hpp config get and struct naming cleanup 9 years ago
readdir.cpp config get and struct naming cleanup 9 years ago
readdir.hpp config get and struct naming cleanup 9 years ago
readlink.cpp config get and struct naming cleanup 9 years ago
readlink.hpp change fuse functions to use the fuse namespace 9 years ago
release.cpp config get and struct naming cleanup 9 years ago
release.hpp config get and struct naming cleanup 9 years ago
releasedir.cpp config get and struct naming cleanup 9 years ago
releasedir.hpp config get and struct naming cleanup 9 years ago
removexattr.cpp config get and struct naming cleanup 9 years ago
removexattr.hpp change fuse functions to use the fuse namespace 9 years ago
rename.cpp config get and struct naming cleanup 9 years ago
rename.hpp change fuse functions to use the fuse namespace 9 years ago
resources.cpp attempt to set priority to -10 on startup. closes #65 10 years ago
resources.hpp attempt to set priority to -10 on startup. closes #65 10 years ago
rmdir.cpp config get and struct naming cleanup 9 years ago
rmdir.hpp change fuse functions to use the fuse namespace 9 years ago
rwlock.hpp pass const strings by reference. closes #33 10 years ago
setxattr.cpp config get and struct naming cleanup 9 years ago
setxattr.hpp change fuse functions to use the fuse namespace 9 years ago
statfs.cpp config get and struct naming cleanup 9 years ago
statfs.hpp change fuse functions to use the fuse namespace 9 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 config get and struct naming cleanup 9 years ago
symlink.hpp change fuse functions to use the fuse namespace 9 years ago
truncate.cpp config get and struct naming cleanup 9 years ago
truncate.hpp change fuse functions to use the fuse namespace 9 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 use pthread_getugid_np instead of gete{u,g}id on OSX. fixes #84 9 years ago
unlink.cpp config get and struct naming cleanup 9 years ago
unlink.hpp change fuse functions to use the fuse namespace 9 years ago
utimens.cpp config get and struct naming cleanup 9 years ago
utimens.hpp config get and struct naming cleanup 9 years ago
write.cpp config get and struct naming cleanup 9 years ago
write.hpp config get and struct naming cleanup 9 years ago
write_buf.cpp config get and struct naming cleanup 9 years ago
write_buf.hpp config get and struct naming cleanup 9 years ago
xattr.hpp only allow manipulation of runtime settings via xattrs. closes #22 10 years ago