summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Fix fd leak with clone_fdFrank Dinoff2022-03-211-3/+9
|/
* Merge pull request #635 from amir73il/fopen_noflushNikolaus Rath2022-03-149-2/+94
|\
| * Merge branch 'master' into fopen_noflushNikolaus Rath2022-03-143-7/+9
| |\ | |/ |/|
* | Removed duplicates code. (#642)David Galeano2022-02-111-2/+0
* | Fixed returning an error condition to ioctl(2) (#641)Jean-Pierre André2022-02-092-0/+4
* | Fix ReST end-string nits (#638)Andrew Gaul2022-01-231-3/+3
* | Avoid ENOENT response when recently invalidated fuse_ino_t is received from t...Ken Schalk2022-01-111-2/+2
| * Add test for FOPEN_NOFLUSH flagAmir Goldstein2022-01-052-1/+65
| * Add no_rofd_flush mount optionAmir Goldstein2022-01-032-0/+14
| * Add support for FOPEN_NOFLUSH flagAmir Goldstein2022-01-035-1/+15
|/
* Document possible NULL paths when directories are removed (#633)Maximilian Heinzler2021-12-121-0/+6
* test/test_syscalls.c: allow EBADF in fcheck_stat() (#631)Luis Henriques2021-11-201-1/+2
* Released 3.10.5fuse-3.10.5Nikolaus Rath2021-09-063-1/+11
* Fix: fd and memory leak in mount.fuse.c (#614)lixiaokeng2021-09-061-1/+6
* use same hashbang as in rest of repositorya13460542021-08-251-1/+1
* fix spellinga13460542021-08-251-1/+1
* remove executable file mode bit from source filesa13460542021-08-252-0/+0
* meson.build: fix wrong .symver detectionGiulio Benetti2021-08-041-9/+7
* Travis-CI: Make sure lsan supppressions file can be read by root.Nikolaus Rath2021-06-241-5/+8
* Do not run unlinked files test on passthrough_hp with old kernelsAmir Goldstein2021-06-232-3/+19
* Fix: a potential crash on failure to setlocalelixiaokeng2021-06-161-4/+2
* passthrough_hp: excercise reusing inode numbersAmir Goldstein2021-06-141-7/+50
* test/test_syscalls.c: check unlinked testfiles at the end of the testAmir Goldstein2021-06-141-16/+129
* test/test_syscalls.c: refactor fcheck_* helpersAmir Goldstein2021-06-141-68/+45
* test/test_syscalls.c: use unique filename per testAmir Goldstein2021-06-141-13/+37
* Released 3.10.4fuse-3.10.4Nikolaus Rath2021-06-093-4/+14
* Add an option to disable building tests (#533)asafkahlon2021-06-092-1/+8
* Cuse example: Fix memory leak (#607)Christian Menges2021-06-092-8/+12
* fix typo in man (#609)Sergey Fedoseev2021-06-091-1/+1
* test/test_syscalls.c: fix test failure on xfs src dir (#611)Amir Goldstein2021-06-021-1/+1