summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Fix returning inode numbers from readdir() in offset==0 mode. (#584)Martin Pärtel2021-02-031-1/+1
* Fix FTBFS on kfreebsd (#581)Laurent Bigonville2021-01-171-1/+1
* fix errno comparisonhuman2020-11-171-1/+1
* buffer.c: correct return value when buf is NULLZhiqiang Liu2020-11-111-1/+1
* buffer.c: check whether buf is NULL in fuse_bufvec_advance funcZhiqiang Liu2020-11-061-0/+3
* remove fuse_mutex_initRosen Penev2020-10-294-20/+6
* remove old uclibc hackRosen Penev2020-10-291-2/+1
* Allow caching symlinks in kernel page cache. (#551)Etienne Dublé2020-09-201-0/+4
* Implement GCC 10 style symbol versioning (#545)Tom Callaway2020-09-113-8/+12
* Suppress some bogus thread sanitizer warnings.Nikolaus Rath2020-08-281-1/+9
* fuse_send_data_iov(): correctly calculate total buffer size.Nikolaus Rath2020-08-091-1/+1
* Define fuse_session_loop_mt as a macro on uclibc and MacOS (#532)asafkahlon2020-08-091-0/+1
* Fix: crash on failure to set locale (#529)Jérémie Galarneau2020-07-101-4/+9
* fuse_lowlevel: Move assert for se before dereferencing it with se->debug (#530)winndows2020-07-101-2/+1
* Fixed minor print alignment issue in iconv_help(), replacing tab with space (...Albert Chen2020-07-031-1/+1
* libfuse: Assign NULL to "old" to avoid free it twice (#522)winndows2020-07-011-0/+1
* Avoid closing se->fd twice in fuse_lowlevel.c (#516)Fabian Vogt2020-05-151-0/+1
* Fix issue preventing using splice with reads (#505)Jean-Yves VET2020-03-131-8/+6
* Fixed memory leak in fuse_session_new()Bill Zissimopoulos2020-01-021-1/+2
* Fixed an issue with the linker version script. (#483)Bill Zissimopoulos2020-01-021-1/+1
* Make ioctl prototype conditional on FUSE_USE_VERSION. (#482)Bill Zissimopoulos2019-12-311-1/+1
* Kill off some proto_major < 6 checks (#476)Dr. David Alan Gilbert2019-11-291-5/+5
* Added support for FUSE_EXPLICIT_INVAL_DATA to enable (#474)Albert Chen2019-11-271-0/+4
* fix memleak in cuse_lowlevel_setup (#472)Tomasz Kulasek2019-11-201-0/+1
* Implement lseek operation (#457)Yuri Per2019-11-035-0/+98
* Use the -o intr mount option on FreeBSD (#462)Alan Somers2019-11-031-0/+3
* log: move fuse_log() to the public header fileStefan Hajnoczi2019-09-103-3/+6
* Introduce callback for loggingStefan Hajnoczi2019-09-0414-174/+220
* Avoid gcc 9.1 strncpy(3) warnings (#447)Stefan Hajnoczi2019-08-292-3/+3
* fuse-lowlevel: set pipe size to max (#438)Giuseppe Scrivano2019-07-231-0/+35
* fuse_lowlevel: Add max_pages support (#384)scosu2019-06-132-9/+27
* 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
* Fixed type of ioctl command parameter.Nikolaus Rath2019-05-051-3/+3
* Add documentation for opting out of opendir and releasedir (#391)Chad Austin2019-04-161-0/+2
* Add support for in-kernel readdir caching.Nikolaus Rath2019-04-061-0/+2
* Delete FUSE_FSYNC_FDATASYNCNikolaus Rath2019-04-061-2/+2
* Defined the (*ioctl)() commands as unsigned int (#381)Jean-Pierre André2019-03-111-6/+7
* Document fuse_fsync_in.fsync_flags and remove magic numbers (#375)Alan Somers2019-03-081-6/+8
* Link against libiconv when possible (#372)HazelFZ2019-03-041-1/+5
* fuse_free_buf(): to check flags of each buffer, rather than only 0thAlbert Chen2019-02-131-1/+1
* Add support for buildin under DragonFly BSDTomohiro Kusumi2019-01-141-3/+3
* fix memory leak in print_module_help methodalex2018-12-221-0/+1
* examples: add copy_file_range() support to passthrough(_fh)Niels de Vos2018-11-191-1/+1
* libfuse: add copy_file_range() supportNiels de Vos2018-11-193-0/+91
* Fix mounting on FreeBSDRoman Bogorodskiy2018-11-111-4/+2
* Fix build on non-LinuxRoman Bogorodskiy2018-11-112-4/+6
* Revert "Do not include struct fuse_buf in struct fuse_worker"Nikolaus Rath2018-11-061-9/+13
* Add unprivileged option in `mount.fuse3`Mattias Nissler2018-10-093-1/+24