summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* mount.fuse.c: fix potential accessing NULL pointerZhiqiang Liu2020-11-061-1/+1
* buffer.c: check whether buf is NULL in fuse_bufvec_advance funcZhiqiang Liu2020-11-061-0/+3
* Fix incorrect date in ChangelogLilo Huang2020-11-041-1/+1
* remove fuse_mutex_initRosen Penev2020-10-294-20/+6
* remove old uclibc hackRosen Penev2020-10-291-2/+1
* Released 3.10.0fuse-3.10.0Nikolaus Rath2020-10-094-5/+10
* Fix typo "retuned" -> "returned" (#553)ferivoz2020-10-032-2/+2
* Allow caching symlinks in kernel page cache. (#551)Etienne Dublé2020-09-204-1/+20
* Fix compilation for compilers not supporting __has_attributeTom Callaway2020-09-141-2/+6
* Update Travis to Ubuntu BionicTom Callaway2020-09-124-7/+17
* Implement GCC 10 style symbol versioning (#545)Tom Callaway2020-09-116-10/+38
* Updated example code to work with new API (#547)AKowshik2020-09-096-18/+42
* Added TSAN suppression file.Nikolaus Rath2020-08-281-0/+5
* Suppress some bogus thread sanitizer warnings.Nikolaus Rath2020-08-281-1/+9
* Remove pointer to professional consulting offersNikolaus Rath2020-08-101-7/+0
* Fix-up changelog.Nikolaus Rath2020-08-091-0/+10
* Released 3.9.4fuse-3.9.4fuse-3.9.3Nikolaus Rath2020-08-093-1/+16
* fuse_send_data_iov(): correctly calculate total buffer size.Nikolaus Rath2020-08-091-1/+1
* Define fuse_session_loop_mt as a macro on uclibc and MacOS (#532)asafkahlon2020-08-092-0/+6
* Fixed typo in command to compile program (#536)AKowshik2020-08-091-1/+1
* Doc fixes (#537)Junichi Uekawa2020-08-092-4/+4
* Fix FreeBSD CI (#539)Li-Wen Hsu2020-08-091-2/+2
* Fix: crash on failure to set locale (#529)Jérémie Galarneau2020-07-101-4/+9
* fuse_lowlevel: Move assert for se before dereferencing it with se->debug (#530)winndows2020-07-101-2/+1
* Fixed minor print alignment issue in iconv_help(), replacing tab with space (...Albert Chen2020-07-031-1/+1
* Fix the typo "filed" -> "field" in fuse manpage (#524)winndows2020-07-031-1/+1
* README: Correct the directory name from 'examples' to 'example' (#526)winndows2020-07-031-1/+1