summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* util/ulockmgr_server.c: conditionally define closefrom (fix glibc-2.34+)fuse_2_9_bugfixSam James2021-07-252-0/+7
* Correct errno comparison (#571)Andrew Gaul2020-12-141-1/+1
* Whitelist UFSD (backport to 2.9 branch) (#452)tenzap2019-09-152-0/+7
* Released 2.9.9fuse-2.9.9Nikolaus Rath2019-01-044-4/+5
* Added OpenAFS to type whitelistNikolaus Rath2019-01-042-0/+4
* Fix readdir() bug when a non-zero offset is specified in fillerRostislav Skudnov2018-07-253-2/+76
* Released 2.9.8fuse-2.9.8Nikolaus Rath2018-07-254-24/+13
* Add changelog entry for commit b045e.Nikolaus Rath2018-07-211-0/+2
* Added ChangeLog entry for hardening patches.Nikolaus Rath2018-07-211-0/+8
* fusermount: whitelist known-good filesystems for mountpointsJann Horn2018-07-211-1/+49
* fusermount: refuse unknown optionsJann Horn2018-07-211-1/+7
* fusermount: bail out on transient config read failureJann Horn2018-07-211-0/+9
* fusermount: don't feed "escaped commas" into mount optionsJann Horn2018-07-211-1/+4
* Fix SIGSEGV when fuse_interrupted() is called outside the eventloopAlexander2018-07-091-1/+3
* rename: perform user mode dir loop check when not done in kernelBill Zissimopoulos2018-06-073-0/+279
* fix documentation for opendir in fuse_operationsCarl Edquist2018-05-241-1/+1
* Document that client pid/gid/uid may be zero.Nikolaus Rath2016-10-021-1/+8
* Released 2.9.7.fuse-2.9.7fuse-2_9_bugfixNikolaus Rath2016-06-204-4/+10
* libfuse/fuse_daemonize: wait until daemon child process is ready (#55)Hendrik Brueckner2016-06-202-0/+16
* libfuse: pass security context options to kernelDalvik Khertel2016-06-202-0/+9
* Fix ambigious conditionNikolaus Rath2016-06-051-1/+1
* Released 2.9.6fuse-2.9.6Nikolaus Rath2016-04-234-2/+9
* Fix description of bug #15.Nikolaus Rath2016-02-021-9/+19
* Document bug #15.Nikolaus Rath2016-02-011-2/+12
* Include documentation in tarball.Nikolaus Rath2016-01-283-2/+6
* Remove "credits" section, we now have an AUTHORS file.Nikolaus Rath2016-01-281-12/+0
* Released 2.9.5fuse_2_9_5Nikolaus Rath2016-01-142-3/+3
* Mention new maintainer in Changelog.Nikolaus Rath2016-01-141-1/+5
* Changed Changelog formatNikolaus Rath2016-01-141-38/+24
* Removed placeholder README file and switch automake to foreign flavor.Nikolaus Rath2016-01-142-4/+1
* Removed hopelessly outdated files.Nikolaus Rath2016-01-143-427/+1
* Enable subdir-objects automake optionNikolaus Rath2016-01-142-0/+2
* Update makeconf.shNikolaus Rath2016-01-141-26/+7
* Update maintainer and contributor listNikolaus Rath2016-01-141-6/+49
* Extend write_buf documentationNikolaus Rath2016-01-141-0/+5
* Initialize padding to zero.Nikolaus Rath2016-01-141-0/+1
* Migrated README to README.md for Markdown rendering on GitHub.Nikolaus Rath2015-12-202-379/+100
* libfuse: fix warning mount.c:receive_fd()Miklos Szeredi2015-08-122-1/+6
* libfuse: fix possible memory leakMiklos Szeredi2015-06-292-1/+5
* Released 2.9.4fuse_2_9_4Miklos Szeredi2015-05-223-2/+6
* libfuse: fix exec environment for mount and umountMiklos Szeredi2015-05-222-6/+22
* libfuse: fix fuse_remove_signal_handlers()Miklos Szeredi2015-02-262-11/+16
* libfuse: document deadlock avoidance for fuse_notify_inval_entry()Miklos Szeredi2014-07-222-0/+11
* Initilaize stat buffer passed to ->getattr() and ->fgetattr()Miklos Szeredi2014-07-222-0/+7
* Advertize the existence of some "configure" env vars.Fabrice Bauzac2014-07-221-0/+3
* libfuse: highlevel API: fix directory file handle passed to ioctl() methodMiklos Szeredi2014-07-213-2/+16
* fusermount, libfuse: send value as unsigned in "user_id=" and "group_id="Miklos Szeredi2014-07-213-3/+10
* Add missing includesDaniel Thau2013-08-265-0/+9
* Released 2.9.3fuse_2_9_3Miklos Szeredi2013-07-013-2/+6
* libfuse: don't close fd if it's -1Miklos Szeredi2013-07-011-1/+4