aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-10-11Clarified licensing terms.Nikolaus Rath
2018-10-10Enable more tests for passthrough_llNikolaus Rath
2018-10-10passthrough_ll: initialize unused memoryMiklos Szeredi
2018-10-10passthrough_ll: allow configuring cachingMiklos Szeredi
2018-10-10passthrough_ll: add *xattr() operationsMiklos Szeredi
2018-10-10passthrough_ll: add flock()Miklos Szeredi
2018-10-10passthrough_ll: whitespace cleanupMiklos Szeredi
2018-10-10passthrough_ll: add forget_multi()Vivek Goyal
2018-10-10passthrough_ll: add source optionVivek Goyal
2018-10-10passthrough_ll: add some of the missing operationsMiklos Szeredi
2018-10-10passthrough_ll: add is_symlink to lo_inodeMiklos Szeredi
2018-10-10passthrough_ll: set umask at startupMiklos Szeredi
2018-10-10passthrough_ll: fix refcount for "." and ".." entriesMiklos Szeredi
2018-10-10passthrough_ll: add locking to inode cacheMiklos Szeredi
2018-10-09Add unprivileged option in `mount.fuse3`Mattias Nissler
2018-10-09Allow passing `/dev/fuse` file descriptor from parent processMattias Nissler
2018-09-28Add build options for utils and examplesMartin Blanchard
2018-09-27Fix unlink errno checkScott Worley
2018-09-20Clarify what qualifies as a "related operation" for notify_inval_entry.Nikolaus Rath
2018-09-20Don't enable adaptive readdirplus unless fs has readdir() handler.Nikolaus Rath
2018-09-17Do not include struct fuse_buf in struct fuse_workerNikolaus Rath
2018-09-17Don't special-case bulid of mount_util.c.Nikolaus Rath
2018-08-31Released 3.2.6Nikolaus Rath
2018-08-31Do not hardcode /etc/fuse.conf path.Nikolaus Rath
2018-08-30Updated ChangeLog with recent changes.Nikolaus Rath
2018-08-29return different non-zero error codes (#290)Oded Arbel
2018-08-26Fix memory leak of FUSE modulesRostislav
2018-08-26Fix invalid free of memory pointer in 'struct fuse_buf'Rostislav
2018-08-25Make meson build scripts subprojects friendlyMartin Blanchard
2018-08-09Add bcachefs to mountpoint file system whitelistDaniel Fullmer
2018-08-05Add FAT to mountpoint file system whitelistBenjamin Barenblat
2018-08-05Realphabetize and re-document mountpoint file system whitelistBenjamin Barenblat
2018-07-31Add autofs to mountpoint file system whitelistRobo Shimmer
2018-07-25Remove unused member of 'struct fuse_dh'Rostislav Skudnov
2018-07-24Released 3.2.5Nikolaus Rath
2018-07-24Added ChangeLog entry for hardening patches.Nikolaus Rath
2018-07-23test_write_cache: Use fuse_session_exit() to stop filesystem threadRostislav Skudnov
2018-07-23example/{hello,null}: Fix memory leaksRostislav Skudnov
2018-07-23test_write_cache: Fix memory leaksRostislav Skudnov
2018-07-23fusermount: Fix memory leaksRostislav Skudnov
2018-07-21Fix readdir() bug when a non-zero offset is specified in filler (#269)Rostislav
2018-07-18fusermount: whitelist known-good filesystems for mountpointsJann Horn
2018-07-18fusermount: refuse unknown optionsJann Horn
2018-07-18fusermount: bail out on transient config read failureJann Horn
2018-07-18fusermount: don't feed "escaped commas" into mount optionsJann Horn
2018-07-18fusermount: prevent silent truncation of mount optionsJann Horn
2018-07-11Released 3.2.4Nikolaus Rath
2018-07-11Don't assume sub-second resolution for st_atime/st_mtime.Nikolaus Rath
2018-07-04Use triple quotes for multiline string.Nikolaus Rath
2018-07-04Document that access() is also called on chdir().Nikolaus Rath