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
2024-05-27
Add a .clang-format file (#952)
Bernd Schubert
-0
/
+119
2024-05-22
--- (#951)
dependabot[bot]
-2
/
+2
2024-05-13
Enable passthrough mode for read/write operations (#919)
Amir Goldstein
-6
/
+180
2024-05-13
Add in the libfuse version a program was compiled with (#942)
Bernd Schubert
-44
/
+268
2024-05-10
Handle NO_OPEN/NO_OPENDIR support automatically (#949)
Josef Bacik
-3
/
+26
2024-05-07
Bump actions/checkout from 4.1.4 to 4.1.5 (#946)
dependabot[bot]
-2
/
+2
2024-05-07
fuse_common.h: fix warning on _Static_assert() (#939)
CismonX
-1
/
+1
2024-05-05
Fix missing fuse_loop_cfg_destroy() in fuse_session_loop_mt_31 (#944)
Bernd Schubert
-1
/
+6
2024-04-30
Bump actions/checkout from 4.1.3 to 4.1.4 (#943)
dependabot[bot]
-2
/
+2
2024-04-27
Use std=gnu11 (#940)
Bernd Schubert
-0
/
+1
2024-04-26
Bump actions/checkout from 4.1.2 to 4.1.3 (#934)
dependabot[bot]
-2
/
+2
2024-04-25
[libFuse 3.16.2]Compilation failure on freeBSD #936 (#938)
Bernd Schubert
-1
/
+1
2024-04-22
Use single place to define the version and increase version to 3.17.0 (#932)
Bernd Schubert
-7
/
+13
2024-04-20
example/: Convert all fuse_session_loop_mt users to 3.12 API (#931)
Bernd Schubert
-21
/
+36
2024-04-20
passthrough_ll: fix fd leaks in lo_destroy() (#929)
legezywzh
-0
/
+1
2024-04-18
Add clone_fd to custom IO (#927)
legezywzh
-5
/
+25
2024-04-16
fix max_write update in do_init() (#926)
legezywzh
-3
/
+3
2024-04-06
fusermount: Fix use of uninitialized x_mnt_opts (#924)
Bernd Schubert
-1
/
+1
2024-04-02
Add more documentation for FUSE_CAP_EXPORT_SUPPORT (#917)
Bernd Schubert
-6
/
+16
2024-03-29
Add support for FUSE_CAP_HANDLE_KILLPRIV_V2
Bernd Schubert
-0
/
+29
2024-03-27
Fix FUSE_CAP_DIRECT_IO_ALLOW_MMAP - use new numerical value
Bernd Schubert
-1
/
+1
2024-03-27
Install all test/build python packages from requirements.txt
Ashley Pittman
-14
/
+16
2024-03-24
fix readdirplus when filler is called with zero offset (#896)
farlongsignal
-8
/
+21
2024-03-21
reset got_init after handling FUSE_DESTROY message (#910)
legezywzh
-0
/
+1
2024-03-20
ci-build.sh: Fix checking for function arguments (#909)
Bernd Schubert
-1
/
+1
2024-03-20
Add FUSE_FILL_DIR_DEFAULTS enum (#903)
FredyVia
-10
/
+12
2024-03-20
Fix example/fix-notify_inval_inode.c (#908)
Bernd Schubert
-5
/
+27
2024-03-20
Bump actions/checkout from 4.1.1 to 4.1.2 (#905)
dependabot[bot]
-2
/
+2
2024-03-20
Merge pull request #904 from bsbernd/s-bit-fusermount
Bernd Schubert
-49
/
+119
2024-03-20
Add final "meson setup --reconfigure" to README.md
Bernd Schubert
-1
/
+4
2024-03-20
/test_ctests / test_notify1: Print cmdline on failure
Bernd Schubert
-0
/
+1
2024-03-20
Add glibc backtrace to signal handler
Bernd Schubert
-0
/
+17
2024-03-20
ci-build.sh: Add back test without versioned symbols
Bernd Schubert
-6
/
+15
2024-03-20
Build clang/sanitized build first
Bernd Schubert
-37
/
+45
2024-03-20
Fix use-after-free in example/poll.c
Bernd Schubert
-6
/
+16
2024-03-20
Add back s-bit for compiled fusermount
Bernd Schubert
-0
/
+8
2024-03-20
Fix test failures: Create missing mount dir
Bernd Schubert
-2
/
+14
2024-03-20
ci-build.sh: Reduce pytest --maxfail from 99 to 1
Bernd Schubert
-1
/
+3
2024-03-07
Merge pull request #901 from bsbernd/posix_spawn
Bernd Schubert
-127
/
+168
2024-03-07
ci-build.sh: Always install and add s-bit for fusermount3
Bernd Schubert
-6
/
+14
2024-03-07
ci-build.sh: Run ASAN and UBSAN at the same time
Bernd Schubert
-20
/
+20
2024-03-07
posix_spawn style updates
Bernd Schubert
-32
/
+64
2024-03-07
Use posix_spawn instead of fork+exec
Matthias Goergens
-98
/
+99
2024-03-06
Fix undefined loff_t in test_write_cache.c on alpine
Bernd Schubert
-0
/
+2
2024-03-05
fusermount: Fix head-buffer-overflow in extract_x_options
Bernd Schubert
-29
/
+84
2024-02-26
meson: Point OSX (darwin) to https://www.fuse-t.org/
Bernd Schubert
-1
/
+2
2024-02-26
example/notify_store_retrieve: Fix races and handle errors
Bernd Schubert
-11
/
+38
2024-02-26
Fix tests/test_write_cache in write back mode (#892)
Bernd Schubert
-8
/
+33
2024-02-26
Merge pull request #888 from yangyun50/master
Bernd Schubert
-4
/
+54
2024-02-26
Enable direct IO for passthrough examples when open has flag O_DIRECT
yangyun
-0
/
+28
[next]