summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Do not pass unsupported mount options to the kernel.Nikolaus Rath2023-05-121-13/+0
* Fix issue #746. (#782)Peri2023-05-111-0/+14
* Fix memory leak in high level API (#781)Matthias Görgens2023-04-141-2/+1
* Fuse mount: make auto_unmount compatible with suid/dev mount options (#762)Matthias Görgens2023-04-121-7/+66
* Update fuse_kernel.h to state of linux-6.3Bernd Schubert2023-04-111-1/+15
* Fix MS_LAZYTIME not defined on uclibc and move all MS_* and UMOUNT_* (#753)Giulio Benetti2023-04-063-3/+7
* Fix use-after-free warningMatthias Goergens2023-03-281-1/+2
* Add more time mount options to fusermount / fix lazytimeBernd Schubert2023-03-201-2/+2
* Add more time mount optionsBernd Schubert2023-03-191-0/+16
* Fix max_threads command line parameter propagationSarath Lakshman2023-03-111-0/+1
* Enable parallel direct writes on the same file.Dharmendra singh2023-03-032-1/+10
* Avoid max-idle threads warningBernd Schubert2023-02-202-5/+6
* fuse_lowlevel.h: add more setattr flagsXiubo Li2023-02-091-0/+2
* Split config.h into private and public configBernd Schubert2023-02-093-3/+3
* Install a the configure_file (config.h) and use in headersBernd Schubert2023-01-2814-14/+14
* passthrough_hp: Add options for clone_fd, max_threads, daemonizeBernd Schubert2023-01-131-0/+9
* Fix loading of FUSE modulesGoswin von Brederlow2023-01-131-3/+3
* Support application-defined I/O functions for FUSE fdTofik Sonono2023-01-103-9/+77
* adding comments and capability discovery, enum for flags moved to top of fileHereThereBeDragons2023-01-061-0/+2
* Initial patch provided by Miklos Szeredi <mszeredi@redhat.com>HereThereBeDragons2023-01-062-4/+15
* Fixes when HAVE_LIBC_VERSIONED_SYMBOLS is not definedBernd Schubert2023-01-041-0/+1
* convert __APPLE__ and __ULIBC__ to HAVE_LIBC_VERSIONED_SYMBOLSBernd Schubert2023-01-042-2/+2
* Fix ublic/apple build for the fuse_parse_cmdline ABI symbolBernd Schubert2023-01-043-13/+57
* Remove partial locking of paths when using high-level APIKyle Lippincott2023-01-041-54/+10
* Move try_get_path2 earlier in the fileKyle Lippincott2023-01-041-21/+21
* Revert "libfuse custom communication interface"Nikolaus Rath2023-01-022-5/+0
* update mount.c, in order to pass through -n.Ciaran2023-01-021-0/+1
* Make it work even if max_idle_threads is set to 0Zhansong Gao2022-12-011-1/+1
* libfuse custom communication interfacey2022-11-152-0/+5
* Fix the fuse_parse_cmdline@FUSE_3.0 ABI compat symbolBernd Schubert2022-09-111-1/+1
* Use destroy_req instead of free to destroy fuse_reqFrank Dinoff2022-09-081-1/+3
* fuse_session_loop_mt: Accept a NULL config - use defaultsBernd Schubert2022-09-041-7/+24
* fuse-loop/fuse_do_work: Avoid lots of thread creations/destructionsBernd Schubert2022-09-044-6/+78
* API update for fuse_loop_config additionsBernd Schubert2022-09-048-26/+207
* Remove member m from fuse_fs (#684)Nozomi Miyamori2022-07-021-6/+0
* Set FUSE_INIT_EXT in fuse_init_out::flagsBernd Schubert2022-04-171-2/+5
* Modify structures in libfuse to handle flags beyond 32 bits.Dharmendra Singh2022-04-081-36/+45
* Fix fd leak with clone_fdFrank Dinoff2022-03-211-3/+9
* Merge branch 'master' into fopen_noflushNikolaus Rath2022-03-141-2/+4
|\
| * Fixed returning an error condition to ioctl(2) (#641)Jean-Pierre André2022-02-091-0/+2
| * Avoid ENOENT response when recently invalidated fuse_ino_t is received from t...Ken Schalk2022-01-111-2/+2
* | Add no_rofd_flush mount optionAmir Goldstein2022-01-031-0/+6
* | Add support for FOPEN_NOFLUSH flagAmir Goldstein2022-01-031-0/+2
|/
* remove executable file mode bit from source filesa13460542021-08-252-0/+0
* Fix: a potential crash on failure to setlocalelixiaokeng2021-06-161-4/+2
* Remove unused fuse_worker bufsize (#590)Hookey2021-04-121-1/+0
* Fix returning d_ino and d_type by readdir(3) in non-plus modeJean-Pierre André2021-03-181-0/+5
* 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