summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Released 3.3.0fuse-3.3.0Nikolaus Rath2018-11-063-3/+10
* Update CI build scriptNikolaus Rath2018-11-062-3/+3
* Revert "Do not include struct fuse_buf in struct fuse_worker"Nikolaus Rath2018-11-061-9/+13
* Avoid double unmount on normal unmount in auto_unmount mode.Kevin Vigor2018-11-062-11/+66
* Document when `fuse_lowlevel_notify_*` functions may block.Nikolaus Rath2018-11-062-0/+16
* Add SpectrumScale/GPFS and Lustre to FS whitelistValentin Plugaru2018-10-191-0/+2
* Do not fail "ninja test" when running as subprojectAhmed Masud2018-10-192-3/+16
* Bump minimum Meson versionNikolaus Rath2018-10-162-4/+4
* Clarified licensing terms.Nikolaus Rath2018-10-113-0/+13
* Enable more tests for passthrough_llNikolaus Rath2018-10-101-48/+18
* passthrough_ll: initialize unused memoryMiklos Szeredi2018-10-101-3/+4
* passthrough_ll: allow configuring cachingMiklos Szeredi2018-10-101-8/+55
* passthrough_ll: add *xattr() operationsMiklos Szeredi2018-10-101-0/+186
* passthrough_ll: add flock()Miklos Szeredi2018-10-101-0/+23
* passthrough_ll: whitespace cleanupMiklos Szeredi2018-10-101-6/+5
* passthrough_ll: add forget_multi()Vivek Goyal2018-10-101-1/+16
* passthrough_ll: add source optionVivek Goyal2018-10-101-2/+19
* passthrough_ll: add some of the missing operationsMiklos Szeredi2018-10-101-1/+324
* passthrough_ll: add is_symlink to lo_inodeMiklos Szeredi2018-10-101-0/+3
* passthrough_ll: set umask at startupMiklos Szeredi2018-10-101-0/+3
* passthrough_ll: fix refcount for "." and ".." entriesMiklos Szeredi2018-10-101-7/+19
* passthrough_ll: add locking to inode cacheMiklos Szeredi2018-10-101-26/+51
* Add unprivileged option in `mount.fuse3`Mattias Nissler2018-10-0911-34/+303
* Allow passing `/dev/fuse` file descriptor from parent processMattias Nissler2018-10-095-4/+48
* Add build options for utils and examplesMartin Blanchard2018-09-282-3/+14
* Fix unlink errno checkScott Worley2018-09-271-1/+1
* Clarify what qualifies as a "related operation" for notify_inval_entry.Nikolaus Rath2018-09-201-6/+13
* Don't enable adaptive readdirplus unless fs has readdir() handler.Nikolaus Rath2018-09-203-5/+27
* Do not include struct fuse_buf in struct fuse_workerNikolaus Rath2018-09-171-10/+9
* Don't special-case bulid of mount_util.c.Nikolaus Rath2018-09-171-11/+1
* Released 3.2.6fuse-3.2.6Nikolaus Rath2018-08-313-3/+8
* Do not hardcode /etc/fuse.conf path.Nikolaus Rath2018-08-315-13/+33
* Updated ChangeLog with recent changes.Nikolaus Rath2018-08-301-1/+8
* return different non-zero error codes (#290)Oded Arbel2018-08-292-6/+15
* Fix memory leak of FUSE modulesRostislav2018-08-261-3/+23
* Fix invalid free of memory pointer in 'struct fuse_buf'Rostislav2018-08-261-1/+2
* Make meson build scripts subprojects friendlyMartin Blanchard2018-08-254-12/+10
* Add bcachefs to mountpoint file system whitelistDaniel Fullmer2018-08-091-0/+1
* Add FAT to mountpoint file system whitelistBenjamin Barenblat2018-08-051-0/+1
* Realphabetize and re-document mountpoint file system whitelistBenjamin Barenblat2018-08-051-4/+6
* Add autofs to mountpoint file system whitelistRobo Shimmer2018-07-312-0/+3
* Remove unused member of 'struct fuse_dh'Rostislav Skudnov2018-07-251-1/+0
* Released 3.2.5fuse-3.2.5Nikolaus Rath2018-07-243-3/+12
* Added ChangeLog entry for hardening patches.Nikolaus Rath2018-07-241-2/+6
* test_write_cache: Use fuse_session_exit() to stop filesystem threadRostislav Skudnov2018-07-231-2/+3
* example/{hello,null}: Fix memory leaksRostislav Skudnov2018-07-232-1/+8
* test_write_cache: Fix memory leaksRostislav Skudnov2018-07-231-0/+3
* fusermount: Fix memory leaksRostislav Skudnov2018-07-231-0/+2
* Fix readdir() bug when a non-zero offset is specified in filler (#269)Rostislav2018-07-213-11/+84
* fusermount: whitelist known-good filesystems for mountpointsJann Horn2018-07-181-1/+49