summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Released 3.6.1fuse-3.6.1Nikolaus Rath2019-06-132-1/+7
* Released 3.6.0fuse-3.6.0Nikolaus Rath2019-06-133-3/+8
* fuse_lowlevel: Add max_pages support (#384)scosu2019-06-133-9/+33
* Avoid pointer arithmetic with `void *`Michael Forney2019-06-063-8/+8
* Don't return expression in function returning voidMichael Forney2019-06-061-1/+1
* Don't omit second operand to `?` operatorMichael Forney2019-06-061-1/+1
* Remove incorrect comment about fuse_entry_param.generation (#420)Alan Somers2019-05-241-3/+0
* passthrough: fix unix-domain sockets on FreeBSD (#413)Alan Somers2019-05-155-27/+163
* Fix includes of non-system headers.Nikolaus Rath2019-05-121-2/+2
* Added new example filesystemNikolaus Rath2019-05-0910-7/+3467
* add defines for missing SECBITs on older kernels (#409)DrDaveD2019-05-051-0/+19
* Fixed type of ioctl command parameter.Nikolaus Rath2019-05-051-3/+3
* Fixed permissions.Nikolaus Rath2019-05-051-0/+0
* Fixed Cirrus Config (#405)Fedor Korotkov2019-05-011-2/+4
* Add CI for FreeBSD (#404)Alan Somers2019-05-012-1/+12
* Added issue template.Nikolaus Rath2019-04-302-2/+16
* Added information about development status.Nikolaus Rath2019-04-301-0/+14
* Add fallocate and use it instead of posix_fallocate if possible (#398)Liu Bo2019-04-182-1/+8
* 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