summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Migrate from Travis to Github actionsgithub-ciNikolaus Rath2023-02-204-29/+8
* Avoid max-idle threads warningBernd Schubert2023-02-202-5/+6
* Change define for C++ tooPierre Labastie2023-02-201-1/+1
* Add a github actions fileBernd Schubert2023-02-201-0/+26
* Released 3.14.0fuse-3.14.0Nikolaus Rath2023-02-174-2/+13
* fuse_lowlevel.h: add more setattr flagsXiubo Li2023-02-092-0/+10
* Split config.h into private and public configBernd Schubert2023-02-097-24/+46
* Released 3.13.1fuse-3.13.1Nikolaus Rath2023-02-033-1/+9
* Install a the configure_file (config.h) and use in headersBernd Schubert2023-01-2829-42/+26
* Update travis to ubuntu jammy (22.04)Bernd Schubert2023-01-282-8/+5
* use off_t over __off64_tpsykose2023-01-152-6/+6
* Released 3.13.0fuse-3.13.0Nikolaus Rath2023-01-134-4/+20
* passthrough_hp: Avoid a bit code dup in readdirBernd Schubert2023-01-131-14/+9
* passthrough_hp: Add options for clone_fd, max_threads, daemonizeBernd Schubert2023-01-133-2/+40
* Fix loading of FUSE modulesGoswin von Brederlow2023-01-131-3/+3
* Support application-defined I/O functions for FUSE fdTofik Sonono2023-01-109-13/+567
* Test for fuse_lowlevel_notify_expire_entry.HereThereBeDragons2023-01-062-6/+22
* adding comments and capability discovery, enum for flags moved to top of fileHereThereBeDragons2023-01-064-4/+56
* upgrade of fuse_kernel.h based on Miklos expire_only kernel patch https://git...HereThereBeDragons2023-01-061-11/+190
* Initial patch provided by Miklos Szeredi <mszeredi@redhat.com>HereThereBeDragons2023-01-064-5/+30
* Fixes when HAVE_LIBC_VERSIONED_SYMBOLS is not definedBernd Schubert2023-01-043-8/+42
* convert __APPLE__ and __ULIBC__ to HAVE_LIBC_VERSIONED_SYMBOLSBernd Schubert2023-01-045-25/+58
* 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-023-24/+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-153-0/+24
* Fix the fuse_parse_cmdline@FUSE_3.0 ABI compat symbolBernd Schubert2022-09-111-1/+1
* Released 3.12.0fuse-3.12.0Nikolaus Rath2022-09-082-52/+23
* Add option to specify init script locationFina Wilke2022-09-083-13/+15
* Use destroy_req instead of free to destroy fuse_reqFrank Dinoff2022-09-081-1/+3
* Add summary of changes regarding 'max_threads' to ChangeLog.rstBernd Schubert2022-09-041-0/+55
* fuse_session_loop_mt: Accept a NULL config - use defaultsBernd Schubert2022-09-042-8/+25
* fuse-loop/fuse_do_work: Avoid lots of thread creations/destructionsBernd Schubert2022-09-047-14/+117
* API update for fuse_loop_config additionsBernd Schubert2022-09-0413-48/+278
* Revert "Increase meson min version and avoid get_pkgconfig_variable warning (...Nikolaus Rath2022-07-022-2/+2
* Remove member m from fuse_fs (#684)Nozomi Miyamori2022-07-021-6/+0
* Increase meson min version and avoid get_pkgconfig_variable warning (#682)Bernd Schubert2022-06-202-2/+2
* Fix a test strncpy compilation warning with recent gccBernd Schubert2022-05-061-2/+4
* Released 3.11.0fuse-3.11.0Nikolaus Rath2022-05-024-6/+16
* patch: document ignored fill parameter of readdirAndré Schröder2022-04-201-0/+7
* Add missing kernel flags up to 1ULL << 33Bernd Schubert2022-04-171-0/+8
* Set FUSE_INIT_EXT in fuse_init_out::flagsBernd Schubert2022-04-171-2/+5
* Passthrough_ll should display cmd line optionsDharmendra singh2022-04-081-0/+18
* Modify structures in libfuse to handle flags beyond 32 bits.Dharmendra Singh2022-04-082-38/+51
* passthrough_hp: Disable splice with the --nosplice optionBernd Schubert2022-03-311-7/+13
* passthrough_hp: Fix inode ref in sfs_unlinkBernd Schubert2022-03-311-0/+26
* Merge pull request #649 from fdinoff/fix_clone_fdNikolaus Rath2022-03-221-3/+9
|\