aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2020-08-09Define fuse_session_loop_mt as a macro on uclibc and MacOS (#532)asafkahlon
2020-07-10Fix: crash on failure to set locale (#529)Jérémie Galarneau
2020-07-10fuse_lowlevel: Move assert for se before dereferencing it with se->debug (#530)winndows
2020-07-03Fixed minor print alignment issue in iconv_help(), replacing tab with space (...Albert Chen
2020-07-01libfuse: Assign NULL to "old" to avoid free it twice (#522)winndows
2020-05-15Avoid closing se->fd twice in fuse_lowlevel.c (#516)Fabian Vogt
2020-03-13Fix issue preventing using splice with reads (#505)Jean-Yves VET
2020-01-02Fixed memory leak in fuse_session_new()Bill Zissimopoulos
2020-01-02Fixed an issue with the linker version script. (#483)Bill Zissimopoulos
2019-12-31Make ioctl prototype conditional on FUSE_USE_VERSION. (#482)Bill Zissimopoulos
2019-11-29Kill off some proto_major < 6 checks (#476)Dr. David Alan Gilbert
2019-11-27Added support for FUSE_EXPLICIT_INVAL_DATA to enable (#474)Albert Chen
2019-11-20fix memleak in cuse_lowlevel_setup (#472)Tomasz Kulasek
2019-11-03Implement lseek operation (#457)Yuri Per
2019-11-03Use the -o intr mount option on FreeBSD (#462)Alan Somers
2019-09-10log: move fuse_log() to the public header fileStefan Hajnoczi
2019-09-04Introduce callback for loggingStefan Hajnoczi
2019-08-29Avoid gcc 9.1 strncpy(3) warnings (#447)Stefan Hajnoczi
2019-07-23fuse-lowlevel: set pipe size to max (#438)Giuseppe Scrivano
2019-06-13fuse_lowlevel: Add max_pages support (#384)scosu
2019-06-06Avoid pointer arithmetic with `void *`Michael Forney
2019-06-06Don't return expression in function returning voidMichael Forney
2019-06-06Don't omit second operand to `?` operatorMichael Forney
2019-05-05Fixed type of ioctl command parameter.Nikolaus Rath
2019-04-16Add documentation for opting out of opendir and releasedir (#391)Chad Austin
2019-04-06Add support for in-kernel readdir caching.Nikolaus Rath
2019-04-06Delete FUSE_FSYNC_FDATASYNCNikolaus Rath
2019-03-11Defined the (*ioctl)() commands as unsigned int (#381)Jean-Pierre André
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-13fuse_free_buf(): to check flags of each buffer, rather than only 0thAlbert Chen
2019-01-14Add support for buildin under DragonFly BSDTomohiro Kusumi
2018-12-22fix memory leak in print_module_help methodalex
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-11Fix mounting on FreeBSDRoman Bogorodskiy
2018-11-11Fix build on non-LinuxRoman Bogorodskiy
2018-11-06Revert "Do not include struct fuse_buf in struct fuse_worker"Nikolaus Rath
2018-10-09Add unprivileged option in `mount.fuse3`Mattias Nissler
2018-10-09Allow passing `/dev/fuse` file descriptor from parent processMattias Nissler
2018-09-20Don't enable adaptive readdirplus unless fs has readdir() handler.Nikolaus Rath
2018-09-17Do not include struct fuse_buf in struct fuse_workerNikolaus Rath
2018-08-29return different non-zero error codes (#290)Oded Arbel
2018-08-26Fix memory leak of FUSE modulesRostislav
2018-08-26Fix invalid free of memory pointer in 'struct fuse_buf'Rostislav
2018-08-25Make meson build scripts subprojects friendlyMartin Blanchard
2018-07-25Remove unused member of 'struct fuse_dh'Rostislav Skudnov
2018-07-21Fix readdir() bug when a non-zero offset is specified in filler (#269)Rostislav
2018-05-18rename: perform user mode dir loop check when not done in kernelBill Zissimooulos
2018-05-18rename: perform user mode dir loop check when not done in kernelBill Zissimooulos