430
I Use This!
Moderate Activity

Commits : Listings

Analyzed 44 minutes ago. based on code collected about 1 hour ago.
Oct 07, 2024 — Oct 07, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Libfuse check ABI differences with 'abidiff' More... about 1 year ago
Increase .so version to 4 More... about 1 year ago
Add FUSE_CAP_NO_EXPORT and use it in passthrough_hp More... about 1 year ago
Add fuse_set_feature_flag() / fuse_unset_feature_flag More... about 1 year ago
passthrough_hp: Use fuse_loop_cfg_set_max_threads() More... about 1 year ago
fusermount: Close file descriptors with close_range() if possible More... about 1 year ago
example/passthrough_hp: Set keep_cache and noflush in sfs_create More... about 1 year ago
example/passthrough_hp: No auto FOPEN_DIRECT_IO in passthrough mode More... about 1 year ago
getattr: Make use of FUSE_GETATTR_FH in lowlevel examples More... about 1 year ago
Add statx support More... about 1 year ago
fusermount: close inherited fds More... about 1 year ago
remove unused headers in example/poll_client More... about 1 year ago
add version check for the fuse_loop_cfg* operations More... about 1 year ago
Bump codespell-project/actions-codespell from 2.0 to 2.1 More... about 1 year ago
Fix FUSE_USE_VERSION in example/notify_store_retrieve.c More... about 1 year ago
Rearrange util/fusermount.c umount_fuse_locked() so that umount2 is called with privs dropped, not raised. This works around a clash with NFS permissions: if FUSE mounted on NFS client directory with root_squash in effect, and some directory in the path leading to the mount point denies permissions to others, umount2 will fail because userid 0 cannot search it. Since drop_privs merely sets the file- system user- and group-ID without changing the CAP_SYS_ADMIN capability needed to unmount a file system (which fusermount has because it is set-user-ID root), umount2 works fine. More... about 1 year ago
doc/libfuse-operations: Fix FUSE_STATX in_args[1] description More... about 1 year ago
Fix program-path in util/parse-backtrace and dump_stack function More... about 1 year ago
example/passthrough_hp: Remove unused includes More... about 1 year ago
example/passthrough_hp: Fix . and .. readdir lookup count More... about 1 year ago
Add a script to parse backtraces More... about 1 year ago
Add MS_NOSYMFOLLOW compat definition More... about 1 year ago
Pass through nosymfollow mount option More... about 1 year ago
Gate #include <execinfo.h> behind #ifdef HAVE_BACKTRACE More... about 1 year ago
Support request timeouts More... about 1 year ago
fuse_log: initialize sys_log_level variable to avoid compiler warning More... about 1 year ago
Add RAMFS to fusermount permitted mount targets More... about 1 year ago
Add syslog and fatal signal handler feature More... about 1 year ago
xfstests: Add '-odev' to passthrough mount options More... about 1 year ago
passthrough_hp: include . and .. in readdir More... over 1 year ago