summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Fix typo (#578)Feverfew2021-01-101-1/+1
* Released 3.10.0fuse-3.10.0Nikolaus Rath2020-10-091-2/+2
* Fix typo "retuned" -> "returned" (#553)ferivoz2020-10-031-1/+1
* Allow caching symlinks in kernel page cache. (#551)Etienne Dublé2020-09-201-0/+13
* Define fuse_session_loop_mt as a macro on uclibc and MacOS (#532)asafkahlon2020-08-091-0/+5
* Doc fixes (#537)Junichi Uekawa2020-08-091-2/+2
* Update comment for the copy_file_range operation (#497)Florian Weimer2020-01-311-3/+4
* Remove trailing comma in enums (#494)zsugabubus2020-01-273-6/+6
* Style: Fix an indention in comments (#480)Changli Gao2019-12-311-2/+2
* Bump FUSE_MINOR_VERSIONNikolaus Rath2019-12-311-1/+1
* Make ioctl prototype conditional on FUSE_USE_VERSION. (#482)Bill Zissimopoulos2019-12-312-1/+18
* Added support for FUSE_EXPLICIT_INVAL_DATA to enable (#474)Albert Chen2019-11-271-0/+23
* Implement lseek operation (#457)Yuri Per2019-11-032-0/+40
* log: move fuse_log() to the public header fileStefan Hajnoczi2019-09-101-0/+8
* Introduce callback for loggingStefan Hajnoczi2019-09-043-1/+76
* Shorten comment.Nikolaus Rath2019-08-231-5/+0
* Improve description of READDIRPLUS_AUTO.Nikolaus Rath2019-08-231-0/+9
* Clarify bitfield padding issue (#445)AsumFace2019-08-231-2/+8
* Sync fuse_kernel.h with Linux 5.2 (#433)Kirill Smelkov2019-07-091-1/+24
* Remove incorrect comment about fuse_entry_param.generation (#420)Alan Somers2019-05-241-3/+0
* Add documentation for opting out of opendir and releasedir (#391)Chad Austin2019-04-162-0/+19
* Add support for in-kernel readdir caching.Nikolaus Rath2019-04-061-5/+13
* Synchronize fuse_kernel.h with current kernel master.Nikolaus Rath2019-04-061-2/+18
* Delete FUSE_FSYNC_FDATASYNCNikolaus Rath2019-04-061-7/+0
* Various documentation improvementsAlan Somers2019-04-062-18/+28
* Defined the (*ioctl)() commands as unsigned int (#381)Jean-Pierre André2019-03-112-5/+12
* Improve documentation for the flush method (#378)Alan Somers2019-03-102-15/+26
* Improve readdir() and file handle documentationChad Austin2019-03-091-11/+22
* Fix the changelog entry for protocol version 7.12 (#374)Alan Somers2019-03-091-1/+1
* Document fuse_fsync_in.fsync_flags and remove magic numbers (#375)Alan Somers2019-03-081-0/+7
* Clarify documentation of fuse_lowlevel_inval_inodeNikolaus Rath2019-01-211-8/+8
* libfuse: add copy_file_range() supportNiels de Vos2018-11-193-45/+117
* Update kernel API headersNiels de Vos2018-11-191-1/+7
* Document when `fuse_lowlevel_notify_*` functions may block.Nikolaus Rath2018-11-061-0/+13
* Add unprivileged option in `mount.fuse3`Mattias Nissler2018-10-091-0/+10
* Clarify what qualifies as a "related operation" for notify_inval_entry.Nikolaus Rath2018-09-201-6/+13
* Don't enable adaptive readdirplus unless fs has readdir() handler.Nikolaus Rath2018-09-201-4/+15
* return different non-zero error codes (#290)Oded Arbel2018-08-291-0/+9
* Make meson build scripts subprojects friendlyMartin Blanchard2018-08-251-1/+0
* Document that access() is also called on chdir().Nikolaus Rath2018-07-041-3/+3
* fuse.h: fix typo (currenlty -> currently)William Woodruff2018-07-021-1/+1
* fix documentation for opendir in fuse_operationsCarl Edquist2018-05-241-1/+1
* Drop redundant ; from FUSE_REGISTER_MODULE()Tomohiro Kusumi2018-04-131-1/+1
* Spelling (#223)Josh Soref2017-11-273-12/+12
* Dropped support for building with autotoolsNikolaus Rath2017-08-241-14/+0
* Add idle_threads mount option.Joseph Dodge2017-08-243-7/+38
* Allow inode cache invalidation in high-level APISławek Rudnicki2017-08-241-0/+13
* Document and unify error codes of fuse_lowlevel_notify_*Nikolaus Rath2017-08-221-12/+31
* Document meaning of zero telldir() offset.Nikolaus Rath2017-08-222-15/+13
* Clarified documentation for fuse_parse_cmdline()Nikolaus Rath2017-08-061-0/+3