summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* fusermount: refuse unknown optionsJann Horn2018-07-181-1/+7
* fusermount: bail out on transient config read failureJann Horn2018-07-181-0/+9
* fusermount: don't feed "escaped commas" into mount optionsJann Horn2018-07-181-1/+4
* fusermount: prevent silent truncation of mount optionsJann Horn2018-07-181-3/+20
* Released 3.2.4fuse-3.2.4Nikolaus Rath2018-07-113-4/+8
* Don't assume sub-second resolution for st_atime/st_mtime.Nikolaus Rath2018-07-111-2/+2
* Use triple quotes for multiline string.Nikolaus Rath2018-07-041-2/+2
* Document that access() is also called on chdir().Nikolaus Rath2018-07-041-3/+3
* Source LSB init functionsLaszlo Boszormenyi (GCS)2018-07-041-0/+3
* Fix manpage filename for mount.fuse3Laszlo Boszormenyi (GCS)2018-07-042-1/+1
* fuse.h: fix typo (currenlty -> currently)William Woodruff2018-07-021-1/+1
* fix documentation for opendir in fuse_operationsCarl Edquist2018-05-241-1/+1
* rename: perform user mode dir loop check when not done in kernelBill Zissimooulos2018-05-181-10/+12
* changelog: add info on rename deadlock fixBill Zissimopoulos2018-05-181-0/+5
* rename: perform user mode dir loop check when not done in kernelBill Zissimooulos2018-05-182-3/+275
* Released 3.2.3fuse-3.2.3Nikolaus Rath2018-05-112-1/+6
* add_arg(): check for overflowNikolaus Rath2018-05-111-0/+5
* Fix compile-time warnings on IGNORE_MTABTomohiro Kusumi2018-05-081-1/+2
* Fix path to pytest cache directory.Nikolaus Rath2018-04-131-1/+1
* Invert calloc(3) argument order (`nmemb` comes first)Tomohiro Kusumi2018-04-131-1/+1
* Drop unneeded void cast for actually used local variableTomohiro Kusumi2018-04-131-1/+0
* Drop redundant ; from FUSE_REGISTER_MODULE()Tomohiro Kusumi2018-04-131-1/+1
* Travis: remove root-owned cache files.Nikolaus Rath2018-03-311-0/+3
* Fix Travis build environmentNikolaus Rath2018-03-312-3/+2
* Fixed up duplicate ChangeLog entry.Nikolaus Rath2018-03-311-2/+0
* Released 3.2.2fuse-3.2.2Nikolaus Rath2018-03-312-0/+13
* Add example configuration file (#216)admorgan2018-03-282-0/+20
* Fix build error on DragonFlyBSD (sync with other *BSD) (#240)Tomohiro Kusumi2018-03-284-6/+6
* Fix uninitialised read in fuse_new_30() (#231) (#234)Ashley Pittman2018-02-091-0/+3
* Fix typo in "passthrough" docstring (#229)Mateusz UrbaƄczyk2018-01-151-1/+1
* Handle mount ... -o nofail (#221)Josh Soref2017-12-012-0/+3
* fix "Rath Consulting" link (#225)divinity762017-11-271-2/+2
* Spelling (#223)Josh Soref2017-11-278-18/+18
* Released 3.2.1fuse-3.2.1Nikolaus Rath2017-11-143-1/+8
* Updated professional support information.Nikolaus Rath2017-11-131-2/+2
* Backed out d92bf83Nikolaus Rath2017-11-031-1/+1
* Don't install manpages under *BSDNikolaus Rath2017-10-201-1/+3
* Don't use Python mode for meson.buildNikolaus Rath2017-10-201-3/+0
* make udevrulesdir configurableJoerg Thalheim2017-10-202-2/+9
* Adding pointer dereferencing after calling dlsym()Sangwoo Moon2017-09-271-1/+1
* fuse_lib_ioctl(): don't call memcpy with NULL argumentNikolaus Rath2017-09-251-1/+1
* Link with -lrt to support ancient libcNikolaus Rath2017-09-251-1/+4