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 51b6d3f647 add category to policies so as to distinguish between creates and searches 10 years ago
..
access.cpp add category to policies so as to distinguish between creates and searches 9 years ago
access.hpp initial code commit 11 years ago
assert.hpp initial code commit 11 years ago
buildmap.hpp rework policy code 11 years ago
buildvector.hpp rework policy code 11 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 add category to policies so as to distinguish between creates and searches 9 years ago
chmod.hpp initial code commit 11 years ago
chown.cpp add category to policies so as to distinguish between creates and searches 9 years ago
chown.hpp initial code commit 11 years ago
clonepath.cpp add clonepath tool 10 years ago
clonepath.hpp add clonepath tool 10 years ago
config.cpp create minfreespace option. closes #71 10 years ago
config.hpp create minfreespace option. closes #71 10 years ago
create.cpp add category to policies so as to distinguish between creates and searches 9 years ago
create.hpp initial code commit 11 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 11 years ago
fgetattr.cpp remove FileInfo and keep only file descriptor 10 years ago
fgetattr.hpp add fgetattr. closes #5 11 years ago
flush.cpp remove FileInfo and keep only file descriptor 10 years ago
flush.hpp add flush callback. closes #16 11 years ago
fs.cpp separate policies into individual modules 10 years ago
fs.hpp separate policies into individual modules 10 years ago
fsync.cpp remove FileInfo and keep only file descriptor 10 years ago
fsync.hpp initial code commit 11 years ago
ftruncate.cpp remove FileInfo and keep only file descriptor 10 years ago
ftruncate.hpp initial code commit 11 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 add category to policies so as to distinguish between creates and searches 9 years ago
getattr.hpp initial code commit 11 years ago
getxattr.cpp add category to policies so as to distinguish between creates and searches 9 years ago
getxattr.hpp initial code commit 11 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 add category to policies so as to distinguish between creates and searches 9 years ago
ioctl.hpp initial code commit 11 years ago
link.cpp add category to policies so as to distinguish between creates and searches 9 years ago
link.hpp initial code commit 11 years ago
listxattr.cpp add category to policies so as to distinguish between creates and searches 9 years ago
listxattr.hpp initial code commit 11 years ago
mergerfs.cpp attempt to set priority to -10 on startup. closes #65 10 years ago
mergerfs.hpp initial code commit 11 years ago
mkdir.cpp add category to policies so as to distinguish between creates and searches 9 years ago
mkdir.hpp initial code commit 11 years ago
mknod.cpp add category to policies so as to distinguish between creates and searches 9 years ago
mknod.hpp initial code commit 11 years ago
open.cpp add category to policies so as to distinguish between creates and searches 9 years ago
open.hpp initial code commit 11 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 create minfreespace option. closes #71 10 years ago
option_parser.hpp initial code commit 11 years ago
path.hpp move Path object to separate file 10 years ago
policy.cpp separate policies into individual modules 10 years ago
policy.hpp add category to policies so as to distinguish between creates and searches 9 years ago
policy_all.cpp add category to policies so as to distinguish between creates and searches 9 years ago
policy_epmfs.cpp add category to policies so as to distinguish between creates and searches 9 years ago
policy_ff.cpp add category to policies so as to distinguish between creates and searches 9 years ago
policy_ffwp.cpp add category to policies so as to distinguish between creates and searches 9 years ago
policy_fwfs.cpp add category to policies so as to distinguish between creates and searches 9 years ago
policy_invalid.cpp add category to policies so as to distinguish between creates and searches 9 years ago
policy_lfs.cpp add category to policies so as to distinguish between creates and searches 9 years ago
policy_mfs.cpp add category to policies so as to distinguish between creates and searches 9 years ago
policy_newest.cpp add category to policies so as to distinguish between creates and searches 9 years ago
policy_rand.cpp add category to policies so as to distinguish between creates and searches 9 years ago
read.cpp remove FileInfo and keep only file descriptor 10 years ago
read.hpp initial code commit 11 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 11 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 add category to policies so as to distinguish between creates and searches 9 years ago
readlink.hpp initial code commit 11 years ago
release.cpp remove FileInfo and keep only file descriptor 10 years ago
release.hpp initial code commit 11 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 add category to policies so as to distinguish between creates and searches 9 years ago
removexattr.hpp initial code commit 11 years ago
rename.cpp add category to policies so as to distinguish between creates and searches 9 years ago
rename.hpp initial code commit 11 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 add category to policies so as to distinguish between creates and searches 9 years ago
rmdir.hpp initial code commit 11 years ago
rwlock.hpp pass const strings by reference. closes #33 10 years ago
setxattr.cpp add category to policies so as to distinguish between creates and searches 9 years ago
setxattr.hpp initial code commit 11 years ago
statfs.cpp support runtime setting of srcmounts. closes #12 10 years ago
statfs.hpp initial code commit 11 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 add category to policies so as to distinguish between creates and searches 9 years ago
symlink.hpp initial code commit 11 years ago
truncate.cpp add category to policies so as to distinguish between creates and searches 9 years ago
truncate.hpp initial code commit 11 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 11 years ago
ugid_mutex.hpp platform specific code to deal with sete{u,g}id. closes #17 11 years ago
ugid_osx.hpp platform specific code to deal with sete{u,g}id. closes #17 11 years ago
unlink.cpp add category to policies so as to distinguish between creates and searches 9 years ago
unlink.hpp initial code commit 11 years ago
utimens.cpp add category to policies so as to distinguish between creates and searches 9 years ago
utimens.hpp initial code commit 11 years ago
write.cpp remove FileInfo and keep only file descriptor 10 years ago
write.hpp initial code commit 11 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 11 years ago
xattr.hpp only allow manipulation of runtime settings via xattrs. closes #22 10 years ago