aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2023-12-06Pass FUSE_PARALLEL_DIROPS to kernel (#861) am: dececf3232 am: d765f63328 am: ...fdinoff
2023-12-05Pass FUSE_PARALLEL_DIROPS to kernel (#861)fdinoff
2023-10-27lowlevel: Set FUSE_INIT_EXT in fuse_init_out::flags as neededAndré Draszik
2023-05-09libfuse: add setxattr function am: 80ca6e69c3 am: 202f02f475 am: e9ab74cc79junchao yuan
2023-05-05libfuse: add setxattr functionandroid-u-beta-2-gpljunchao yuan
2022-10-06Add support for readdir and lookup postfiltersPaul Lawrence
2022-06-25ANDROID: fuse-bpf: Take into account nodeid, timeouts and other attributes fo...Dmitrii Merkurev
2022-05-23Extend initialization flags and FUSE_PASSTHROUGH to 64 bitsAlessio Balsini
2022-01-24Merge tag 'fuse-3.10.5' into HEADandroid-t-preview-2android-t-preview-1android-t-beta-3android-s-v2-beta-3android-s-qpr3-beta-1android-t-preview-1android-s-v2-beta-3android-s-qpr3-beta-1Alessio Balsini
2021-11-16Support fuse-bpfAlessio Balsini
2021-08-25remove executable file mode bit from source filesa1346054
2021-06-16Fix: a potential crash on failure to setlocalelixiaokeng
2021-05-13Introduce API V2 for FUSE_PASSTHROUGH_OPENAlessio Balsini
2021-04-12Remove unused fuse_worker bufsize (#590)Hookey
2021-03-18Fix returning d_ino and d_type by readdir(3) in non-plus modeJean-Pierre André
2021-02-03Fix returning inode numbers from readdir() in offset==0 mode. (#584)Martin Pärtel
2021-01-29FUSE passthrough: handle unstable kernel interfaceAlessio Balsini
2021-01-17Fix FTBFS on kfreebsd (#581)Laurent Bigonville
2020-11-17fix errno comparisonhuman
2020-11-12Enable passthrough mode for read/write operationsAlessio Balsini
2020-11-11buffer.c: correct return value when buf is NULLZhiqiang Liu
2020-11-06buffer.c: check whether buf is NULL in fuse_bufvec_advance funcZhiqiang Liu
2020-10-29remove fuse_mutex_initRosen Penev
2020-10-29remove old uclibc hackRosen Penev
2020-09-20Allow caching symlinks in kernel page cache. (#551)Etienne Dublé
2020-09-11Implement GCC 10 style symbol versioning (#545)Tom Callaway
2020-08-28Suppress some bogus thread sanitizer warnings.Nikolaus Rath
2020-08-09fuse_send_data_iov(): correctly calculate total buffer size.Nikolaus Rath
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-25Fix FUSE_CANONICAL_PATH responseZim
2020-03-13Fix issue preventing using splice with reads (#505)Jean-Yves VET
2020-01-10Support FUSE_CANONICAL_PATH in libfuseZim
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-09Update to libfuse 3.8.0Zim
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-08-02Merge remote-tracking branch 'origin/upstream-master' am: 9b55afda07 am: ae75...Paul Lawrence