aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-04-06Various documentation improvementsAlan Somers
2019-04-03Whitelist smb2 (#392)Peter Lemenkov
2019-03-11Defined the (*ioctl)() commands as unsigned int (#381)Jean-Pierre André
2019-03-11Define ALLPERMS for musl libc systems. (#379)maxice8
2019-03-10Improve documentation for the flush method (#378)Alan Somers
2019-03-09Released 3.4.2Nikolaus Rath
2019-03-09Improve readdir() and file handle documentationChad Austin
2019-03-09Add HFS+ to filesystem whitelist (#347)1c7718e7
2019-03-09Work around -Wformat-truncation=/-Wformat-overflow= warnings (#356)Tomohiro Kusumi
2019-03-09Correctly include config.h ("" vs <>)Nikolaus Rath
2019-03-09Fix the changelog entry for protocol version 7.12 (#374)Alan Somers
2019-03-08fusermount: drop privileges for chdir()Sam Huffman
2019-03-08Document fuse_fsync_in.fsync_flags and remove magic numbers (#375)Alan Somers
2019-03-04Link against libiconv when possible (#372)HazelFZ
2019-02-27Travis CI: Use Xenial instead of Trusty.Nikolaus Rath
2019-02-25hello_ll: Fix null pointer dereference (#363)Forty-Bot
2019-02-13fuse_free_buf(): to check flags of each buffer, rather than only 0thAlbert Chen
2019-01-22passthrough_ll: lo_create() should honor CACHE_NEVER (#345)Miklos Szeredi
2019-01-21Clarify documentation of fuse_lowlevel_inval_inodeNikolaus Rath
2019-01-14Add support for buildin under DragonFly BSDTomohiro Kusumi
2019-01-04Added OpenAFS to type whitelistNikolaus Rath
2018-12-29Fixed memory leak.Nikolaus Rath
2018-12-22Added missing date to Changelog.Nikolaus Rath
2018-12-22Released 3.4.1Nikolaus Rath
2018-12-22fix memory leak in print_module_help methodalex
2018-11-27Fix fd/inode leakNikolaus Rath
2018-11-24Avoid needless telldir() call.Nikolaus Rath
2018-11-24Fixed lookup-count leak in do_readdir().Nikolaus Rath
2018-11-24Added testcase for "big" readdir.Nikolaus Rath
2018-11-24Don't segfault when called with -h.Nikolaus Rath
2018-11-24Added .ackrcNikolaus Rath
2018-11-24Kill filesystem process on test cleanup.Nikolaus Rath
2018-11-19tests: add copy_file_range() to the syscall testsNiels de Vos
2018-11-19examples: add copy_file_range() support to passthrough(_fh)Niels de Vos
2018-11-19libfuse: add copy_file_range() supportNiels de Vos
2018-11-19Update kernel API headersNiels de Vos
2018-11-11Fix mounting on FreeBSDRoman Bogorodskiy
2018-11-11Fix build on non-LinuxRoman Bogorodskiy
2018-11-09Don't crash if mountpoint is not specified.Nikolaus Rath
2018-11-06Released 3.3.0Nikolaus Rath
2018-11-06Update CI build scriptNikolaus Rath
2018-11-06Revert "Do not include struct fuse_buf in struct fuse_worker"Nikolaus Rath
2018-11-06Avoid double unmount on normal unmount in auto_unmount mode.Kevin Vigor
2018-11-06Document when `fuse_lowlevel_notify_*` functions may block.Nikolaus Rath
2018-10-19Add SpectrumScale/GPFS and Lustre to FS whitelistValentin Plugaru
2018-10-19Do not fail "ninja test" when running as subprojectAhmed Masud
2018-10-16Bump minimum Meson versionNikolaus Rath
2018-10-11Clarified licensing terms.Nikolaus Rath
2018-10-10Enable more tests for passthrough_llNikolaus Rath
2018-10-10passthrough_ll: initialize unused memoryMiklos Szeredi