summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Released 3.10.5fuse-3.10.5Nikolaus Rath2021-09-063-1/+11
* Fix: fd and memory leak in mount.fuse.c (#614)lixiaokeng2021-09-061-1/+6
* use same hashbang as in rest of repositorya13460542021-08-251-1/+1
* fix spellinga13460542021-08-251-1/+1
* remove executable file mode bit from source filesa13460542021-08-252-0/+0
* meson.build: fix wrong .symver detectionGiulio Benetti2021-08-041-9/+7
* Travis-CI: Make sure lsan supppressions file can be read by root.Nikolaus Rath2021-06-241-5/+8
* Do not run unlinked files test on passthrough_hp with old kernelsAmir Goldstein2021-06-232-3/+19
* Fix: a potential crash on failure to setlocalelixiaokeng2021-06-161-4/+2
* passthrough_hp: excercise reusing inode numbersAmir Goldstein2021-06-141-7/+50
* test/test_syscalls.c: check unlinked testfiles at the end of the testAmir Goldstein2021-06-141-16/+129
* test/test_syscalls.c: refactor fcheck_* helpersAmir Goldstein2021-06-141-68/+45
* test/test_syscalls.c: use unique filename per testAmir Goldstein2021-06-141-13/+37
* Released 3.10.4fuse-3.10.4Nikolaus Rath2021-06-093-4/+14
* Add an option to disable building tests (#533)asafkahlon2021-06-092-1/+8
* Cuse example: Fix memory leak (#607)Christian Menges2021-06-092-8/+12
* fix typo in man (#609)Sergey Fedoseev2021-06-091-1/+1
* test/test_syscalls.c: fix test failure on xfs src dir (#611)Amir Goldstein2021-06-021-1/+1
* Define FUSE_USE_VERSION in Doxygen. (#608)Junichi Uekawa2021-05-192-6/+6
* Fix memory leaks in examples (#604)Christian Menges2021-05-092-1/+17
* Bump cxxopts from 2.2.0 to 2.2.1 (#602)Christian Menges2021-05-091-41/+78
* doc: Add "fuse (4)" to SEE ALSO sections in man pages (#601)rfjakob2021-05-082-0/+2
* Fix doxygen warnings. (#600)Junichi Uekawa2021-05-074-17/+20
* fusermount3.1: refer to mount.fuse3 (#599)Junichi Uekawa2021-05-051-1/+1
* Add missing exceptions to fuse_reply_err() documentation. (#597)Manuel Jacob2021-04-231-1/+1
* Fix a few meson warnings (#596)Heiko Becker2021-04-131-5/+8
* Added ChangeLog template for next release.Nikolaus Rath2021-04-121-0/+5
* Released 3.10.3fuse-3.10.3Nikolaus Rath2021-04-123-2/+7
* Remove unused fuse_worker bufsize (#590)Hookey2021-04-121-1/+0
* Fix typo in fuse_lowlevel.h (#593)Tobias Nießen2021-03-301-1/+1
* Fix typos (#592)Andrew Gaul2021-03-251-5/+5
* Fix returning d_ino and d_type by readdir(3) in non-plus modeJean-Pierre André2021-03-185-9/+48
* Released 3.10.2fuse-3.10.2Nikolaus Rath2021-02-053-6/+16
* Fix returning inode numbers from readdir() in offset==0 mode. (#584)Martin Pärtel2021-02-036-3/+69
* Ignore "-o nonempty" (#582)Stephen Kitt2021-01-282-1/+9
* Fix FTBFS on kfreebsd (#581)Laurent Bigonville2021-01-171-1/+1
* Fix a few typos in README.md. (#579)John Baber-Lucero2021-01-121-4/+4
* Fix typo (#578)Feverfew2021-01-101-1/+1
* fusermount: Check for argv[0] being present (#577)richardweinberger2021-01-081-1/+1
* Fix FUSE_COPY_FILE_RANGE in the passthrough example (#575)Alan Somers2021-01-011-2/+4
* util/fusermount.c: Assume the kernel supports UMOUNT_NOFOLLOW (#574)Sargun Dhillon2020-12-271-23/+1
* Add exfat to whitelist (#573)Kangjing "Chaser" Huang2020-12-191-0/+1
* Released 3.10.1fuse-3.10.1Nikolaus Rath2020-12-073-1/+10
* examples/cuse_client: add include file to eliminate compiler warning (#568)Rethan2020-11-242-0/+2
* fix errno comparisonhuman2020-11-171-1/+1
* buffer.c: correct return value when buf is NULLZhiqiang Liu2020-11-111-1/+1
* test/test_syscalls.c: fix potential fd leakage problemsZhiqiang Liu2020-11-061-2/+7
* example/cuse_client.c: fix fd leakage problemZhiqiang Liu2020-11-061-4/+10
* ioctl_client.c: fix potential fd leakage problemZhiqiang Liu2020-11-061-3/+8
* mount.fuse.c: fix potential memory leak in main funcZhiqiang Liu2020-11-061-2/+11