summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Released 3.5.0fuse-3.5.0Nikolaus Rath2019-04-162-2/+5
* Add documentation for opting out of opendir and releasedir (#391)Chad Austin2019-04-165-0/+24
* Bump minor versionNikolaus Rath2019-04-072-3/+3
* Add support for in-kernel readdir caching.Nikolaus Rath2019-04-063-5/+20
* Synchronize fuse_kernel.h with current kernel master.Nikolaus Rath2019-04-061-2/+18
* Delete FUSE_FSYNC_FDATASYNCNikolaus Rath2019-04-062-9/+2
* Various documentation improvementsAlan Somers2019-04-062-18/+28
* Whitelist smb2 (#392)Peter Lemenkov2019-04-032-4/+7
* Defined the (*ioctl)() commands as unsigned int (#381)Jean-Pierre André2019-03-115-12/+24
* Define ALLPERMS for musl libc systems. (#379)maxice82019-03-111-0/+4
* Improve documentation for the flush method (#378)Alan Somers2019-03-102-15/+26
* Released 3.4.2fuse-3.4.2Nikolaus Rath2019-03-093-4/+13
* Improve readdir() and file handle documentationChad Austin2019-03-091-11/+22
* Add HFS+ to filesystem whitelist (#347)1c7718e72019-03-092-0/+3
* Work around -Wformat-truncation=/-Wformat-overflow= warnings (#356)Tomohiro Kusumi2019-03-091-5/+5
* Correctly include config.h ("" vs <>)Nikolaus Rath2019-03-092-3/+3
* Fix the changelog entry for protocol version 7.12 (#374)Alan Somers2019-03-091-1/+1
* fusermount: drop privileges for chdir()Sam Huffman2019-03-081-0/+2
* Document fuse_fsync_in.fsync_flags and remove magic numbers (#375)Alan Somers2019-03-087-24/+27
* Link against libiconv when possible (#372)HazelFZ2019-03-041-1/+5
* Travis CI: Use Xenial instead of Trusty.Nikolaus Rath2019-02-272-6/+3
* hello_ll: Fix null pointer dereference (#363)Forty-Bot2019-02-251-0/+7
* fuse_free_buf(): to check flags of each buffer, rather than only 0thAlbert Chen2019-02-131-1/+1
* passthrough_ll: lo_create() should honor CACHE_NEVER (#345)Miklos Szeredi2019-01-221-0/+5
* Clarify documentation of fuse_lowlevel_inval_inodeNikolaus Rath2019-01-211-8/+8
* Add support for buildin under DragonFly BSDTomohiro Kusumi2019-01-141-3/+3
* Added OpenAFS to type whitelistNikolaus Rath2019-01-042-0/+3
* Fixed memory leak.Nikolaus Rath2018-12-292-5/+6
* Added missing date to Changelog.Nikolaus Rath2018-12-221-2/+2
* Released 3.4.1Nikolaus Rath2018-12-223-1/+11
* fix memory leak in print_module_help methodalex2018-12-221-0/+1
* Fix fd/inode leakNikolaus Rath2018-11-271-13/+19
* Avoid needless telldir() call.Nikolaus Rath2018-11-241-1/+1
* Fixed lookup-count leak in do_readdir().Nikolaus Rath2018-11-241-3/+7
* Added testcase for "big" readdir.Nikolaus Rath2018-11-241-0/+26
* Don't segfault when called with -h.Nikolaus Rath2018-11-241-1/+1
* Added .ackrcNikolaus Rath2018-11-241-0/+2
* Kill filesystem process on test cleanup.Nikolaus Rath2018-11-243-8/+13
* tests: add copy_file_range() to the syscall testsNiels de Vos2018-11-191-0/+99
* examples: add copy_file_range() support to passthrough(_fh)Niels de Vos2018-11-197-4/+108
* libfuse: add copy_file_range() supportNiels de Vos2018-11-196-45/+208
* Update kernel API headersNiels de Vos2018-11-191-1/+7
* Fix mounting on FreeBSDRoman Bogorodskiy2018-11-111-4/+2
* Fix build on non-LinuxRoman Bogorodskiy2018-11-112-4/+6
* Don't crash if mountpoint is not specified.Nikolaus Rath2018-11-091-0/+7
* 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