aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2019-05-09Added new example filesystemNikolaus Rath-7/+3467
2019-05-05add defines for missing SECBITs on older kernels (#409)DrDaveD-0/+19
2019-05-05Fixed type of ioctl command parameter.Nikolaus Rath-3/+3
2019-05-05Fixed permissions.Nikolaus Rath-0/+0
2019-05-01Fixed Cirrus Config (#405)Fedor Korotkov-2/+4
2019-05-01Add CI for FreeBSD (#404)Alan Somers-1/+12
2019-04-30Added issue template.Nikolaus Rath-2/+16
2019-04-30Added information about development status.Nikolaus Rath-0/+14
2019-04-18Add fallocate and use it instead of posix_fallocate if possible (#398)Liu Bo-1/+8
2019-04-16Released 3.5.0Nikolaus Rath-2/+5
2019-04-16Add documentation for opting out of opendir and releasedir (#391)Chad Austin-0/+24
2019-04-07Bump minor versionNikolaus Rath-3/+3
2019-04-06Add support for in-kernel readdir caching.Nikolaus Rath-5/+20
2019-04-06Synchronize fuse_kernel.h with current kernel master.Nikolaus Rath-2/+18
2019-04-06Delete FUSE_FSYNC_FDATASYNCNikolaus Rath-9/+2
2019-04-06Various documentation improvementsAlan Somers-18/+28
2019-04-03Whitelist smb2 (#392)Peter Lemenkov-4/+7
2019-03-11Defined the (*ioctl)() commands as unsigned int (#381)Jean-Pierre André-12/+24
2019-03-11Define ALLPERMS for musl libc systems. (#379)maxice8-0/+4
2019-03-10Improve documentation for the flush method (#378)Alan Somers-15/+26
2019-03-09Released 3.4.2Nikolaus Rath-4/+13
2019-03-09Improve readdir() and file handle documentationChad Austin-11/+22
2019-03-09Add HFS+ to filesystem whitelist (#347)1c7718e7-0/+3
2019-03-09Work around -Wformat-truncation=/-Wformat-overflow= warnings (#356)Tomohiro Kusumi-5/+5
2019-03-09Correctly include config.h ("" vs <>)Nikolaus Rath-3/+3
2019-03-09Fix the changelog entry for protocol version 7.12 (#374)Alan Somers-1/+1
2019-03-08fusermount: drop privileges for chdir()Sam Huffman-0/+2
2019-03-08Document fuse_fsync_in.fsync_flags and remove magic numbers (#375)Alan Somers-24/+27
2019-03-04Link against libiconv when possible (#372)HazelFZ-1/+5
2019-02-27Travis CI: Use Xenial instead of Trusty.Nikolaus Rath-6/+3
2019-02-25hello_ll: Fix null pointer dereference (#363)Forty-Bot-0/+7
2019-02-13fuse_free_buf(): to check flags of each buffer, rather than only 0thAlbert Chen-1/+1
2019-01-22passthrough_ll: lo_create() should honor CACHE_NEVER (#345)Miklos Szeredi-0/+5
2019-01-21Clarify documentation of fuse_lowlevel_inval_inodeNikolaus Rath-8/+8
2019-01-14Add support for buildin under DragonFly BSDTomohiro Kusumi-3/+3
2019-01-04Added OpenAFS to type whitelistNikolaus Rath-0/+3
2018-12-29Fixed memory leak.Nikolaus Rath-5/+6
2018-12-22Added missing date to Changelog.Nikolaus Rath-2/+2
2018-12-22Released 3.4.1Nikolaus Rath-1/+11
2018-12-22fix memory leak in print_module_help methodalex-0/+1
2018-11-27Fix fd/inode leakNikolaus Rath-13/+19
2018-11-24Avoid needless telldir() call.Nikolaus Rath-1/+1
2018-11-24Fixed lookup-count leak in do_readdir().Nikolaus Rath-3/+7
2018-11-24Added testcase for "big" readdir.Nikolaus Rath-0/+26
2018-11-24Don't segfault when called with -h.Nikolaus Rath-1/+1
2018-11-24Added .ackrcNikolaus Rath-0/+2
2018-11-24Kill filesystem process on test cleanup.Nikolaus Rath-8/+13
2018-11-19tests: add copy_file_range() to the syscall testsNiels de Vos-0/+99
2018-11-19examples: add copy_file_range() support to passthrough(_fh)Niels de Vos-4/+108
2018-11-19libfuse: add copy_file_range() supportNiels de Vos-45/+208