index
:
libfuse.git
android-stable
master
libfuse for android
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Lines
2023-01-02
update mount.c, in order to pass through -n.
Ciaran
-0
/
+1
2022-12-01
Make it work even if max_idle_threads is set to 0
Zhansong Gao
-1
/
+1
2022-11-15
libfuse custom communication interface
y
-0
/
+24
2022-09-11
Fix the fuse_parse_cmdline@FUSE_3.0 ABI compat symbol
Bernd Schubert
-1
/
+1
2022-09-08
Released 3.12.0
Nikolaus Rath
-52
/
+23
2022-09-08
Add option to specify init script location
Fina Wilke
-13
/
+15
2022-09-08
Use destroy_req instead of free to destroy fuse_req
Frank Dinoff
-1
/
+3
2022-09-04
Add summary of changes regarding 'max_threads' to ChangeLog.rst
Bernd Schubert
-0
/
+55
2022-09-04
fuse_session_loop_mt: Accept a NULL config - use defaults
Bernd Schubert
-8
/
+25
2022-09-04
fuse-loop/fuse_do_work: Avoid lots of thread creations/destructions
Bernd Schubert
-14
/
+117
2022-09-04
API update for fuse_loop_config additions
Bernd Schubert
-48
/
+278
2022-07-02
Revert "Increase meson min version and avoid get_pkgconfig_variable warning (...
Nikolaus Rath
-2
/
+2
2022-07-02
Remove member m from fuse_fs (#684)
Nozomi Miyamori
-6
/
+0
2022-06-20
Increase meson min version and avoid get_pkgconfig_variable warning (#682)
Bernd Schubert
-2
/
+2
2022-05-06
Fix a test strncpy compilation warning with recent gcc
Bernd Schubert
-2
/
+4
2022-05-02
Released 3.11.0
Nikolaus Rath
-6
/
+16
2022-04-20
patch: document ignored fill parameter of readdir
André Schröder
-0
/
+7
2022-04-17
Add missing kernel flags up to 1ULL << 33
Bernd Schubert
-0
/
+8
2022-04-17
Set FUSE_INIT_EXT in fuse_init_out::flags
Bernd Schubert
-2
/
+5
2022-04-08
Passthrough_ll should display cmd line options
Dharmendra singh
-0
/
+18
2022-04-08
Modify structures in libfuse to handle flags beyond 32 bits.
Dharmendra Singh
-38
/
+51
2022-03-31
passthrough_hp: Disable splice with the --nosplice option
Bernd Schubert
-7
/
+13
2022-03-31
passthrough_hp: Fix inode ref in sfs_unlink
Bernd Schubert
-0
/
+26
2022-03-22
Merge pull request #649 from fdinoff/fix_clone_fd
Nikolaus Rath
-3
/
+9
2022-03-21
Fix fd leak with clone_fd
Frank Dinoff
-3
/
+9
2022-03-14
Merge pull request #635 from amir73il/fopen_noflush
Nikolaus Rath
-2
/
+94
2022-03-14
Merge branch 'master' into fopen_noflush
Nikolaus Rath
-7
/
+9
2022-02-11
Removed duplicates code. (#642)
David Galeano
-2
/
+0
2022-02-09
Fixed returning an error condition to ioctl(2) (#641)
Jean-Pierre André
-0
/
+4
2022-01-23
Fix ReST end-string nits (#638)
Andrew Gaul
-3
/
+3
2022-01-11
Avoid ENOENT response when recently invalidated fuse_ino_t is received from t...
Ken Schalk
-2
/
+2
2022-01-05
Add test for FOPEN_NOFLUSH flag
Amir Goldstein
-1
/
+65
2022-01-03
Add no_rofd_flush mount option
Amir Goldstein
-0
/
+14
2022-01-03
Add support for FOPEN_NOFLUSH flag
Amir Goldstein
-1
/
+15
2021-12-12
Document possible NULL paths when directories are removed (#633)
Maximilian Heinzler
-0
/
+6
2021-11-20
test/test_syscalls.c: allow EBADF in fcheck_stat() (#631)
Luis Henriques
-1
/
+2
2021-09-06
Released 3.10.5
Nikolaus Rath
-1
/
+11
2021-09-06
Fix: fd and memory leak in mount.fuse.c (#614)
lixiaokeng
-1
/
+6
2021-08-25
use same hashbang as in rest of repository
a1346054
-1
/
+1
2021-08-25
fix spelling
a1346054
-1
/
+1
2021-08-25
remove executable file mode bit from source files
a1346054
-0
/
+0
2021-08-04
meson.build: fix wrong .symver detection
Giulio Benetti
-9
/
+7
2021-06-24
Travis-CI: Make sure lsan supppressions file can be read by root.
Nikolaus Rath
-5
/
+8
2021-06-23
Do not run unlinked files test on passthrough_hp with old kernels
Amir Goldstein
-3
/
+19
2021-06-16
Fix: a potential crash on failure to setlocale
lixiaokeng
-4
/
+2
2021-06-14
passthrough_hp: excercise reusing inode numbers
Amir Goldstein
-7
/
+50
2021-06-14
test/test_syscalls.c: check unlinked testfiles at the end of the test
Amir Goldstein
-16
/
+129
2021-06-14
test/test_syscalls.c: refactor fcheck_* helpers
Amir Goldstein
-68
/
+45
2021-06-14
test/test_syscalls.c: use unique filename per test
Amir Goldstein
-13
/
+37
2021-06-09
Released 3.10.4
Nikolaus Rath
-4
/
+14
[next]