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
2025-07-22
fuse-over-io-uring: Remove handling of -EOPNOTSUPP
Bernd Schubert
-11
/
+3
2025-07-22
build(deps): bump github/codeql-action from 3.29.2 to 3.29.3
dependabot[bot]
-2
/
+2
2025-07-21
example/memfs_ll: Avoid nullptr field initializations by pragma
Bernd Schubert
-29
/
+3
2025-07-16
memfs_ll: fix deadlock in truncate operation
Long Li
-1
/
+0
2025-07-16
Avoid double unmount on FUSE_DESTROY
Bernd Schubert
-12
/
+24
2025-07-16
fusermount: close_range seems to be available on bsd
Bernd Schubert
-1
/
+3
2025-07-16
fusermount: Fix the close_range ifdef
Bernd Schubert
-2
/
+2
2025-07-16
Add statx support
Joanne Koong
-2
/
+391
2025-07-15
Switch to c++20
Bernd Schubert
-2
/
+2
2025-07-13
example/passthrough: support fspacectl()
CismonX
-1
/
+14
2025-07-13
example/passthrough: tidy up passthrough_helpers.h
CismonX
-5
/
+17
2025-07-13
example/passthrough: refactor fallocate
CismonX
-39
/
+27
2025-07-08
build(deps): bump github/codeql-action from 3.29.0 to 3.29.2
dependabot[bot]
-2
/
+2
2025-06-27
license: s/COPYING/GPL2.txt, s/COPYING.LIB/LGPL2.txt
izxl007
-55
/
+55
2025-06-27
passthrough_hp: Fix unused function warning
Gleb Popov
-1
/
+1
2025-06-27
memfs_ll: Fix unused variable warning
Gleb Popov
-0
/
+2
2025-06-25
FreeBSD: test runner
Vassili Tchersky
-0
/
+33
2025-06-25
meson: Enable building C++ examples on FreeBSD
Gleb Popov
-1
/
+1
2025-06-25
passthrough_hp: Fix compilation on systems without O_TMPFILE support
Gleb Popov
-1
/
+4
2025-06-25
passthrough_hp: Abstract out the fd -> path transition
Gleb Popov
-12
/
+31
2025-06-25
memfs_ll: Fix compiling on non-Linux OSes
Gleb Popov
-0
/
+2
2025-06-25
examples: Guard inclusions of Linux headers with appropriate ifdefs
Gleb Popov
-1
/
+5
2025-06-25
meson: Check for some Linux-specific headers
Gleb Popov
-0
/
+7
2025-06-25
Catch up with fuse_send_data_iov() signature changes in the fallback case
Gleb Popov
-2
/
+3
2025-06-22
Clarify offset field is signed despite uint64_t type
izxl007
-0
/
+4
2025-06-18
example/ioctl_client: Delete the redundant comment
izxl007
-2
/
+0
2025-06-18
tests: example: add new test for increment epoch
Luis Henriques
-11
/
+43
2025-06-18
fuse: add support to FUSE_NOTIFY_INC_EPOCH
Luis Henriques
-1
/
+33
2025-06-17
mount_util.c: check if utab exists before update
Georgi Valkov
-0
/
+4
2025-06-17
Fix io-uring teardown
Bernd Schubert
-4
/
+10
2025-06-17
example/passthrough_hp: Show fuse lowlevel help options
Bernd Schubert
-0
/
+2
2025-06-17
Reformat passthrough_hp with clang-format
Bernd Schubert
-1260
/
+1300
2025-06-17
build(deps): bump github/codeql-action from 3.28.19 to 3.29.0
dependabot[bot]
-2
/
+2
2025-06-13
gitignore: add *.patch
Georgi Valkov
-0
/
+1
2025-06-12
help: Remove duplicate io_uring options from fuse_cmdline_help
izxl007
-5
/
+1
2025-06-12
tests: Add an exception for output "error"
Bernd Schubert
-2
/
+5
2025-06-12
fuse_signals.c: fix build warning when HAVE_BACKTRACE is undefined
Georgi Valkov
-0
/
+2
2025-06-12
gitignore: add .DS_Store
Georgi Valkov
-0
/
+1
2025-06-10
mount_bsd.c: Fix race between actual mounting and returning to the caller
Gleb Popov
-1
/
+2
2025-06-10
build(deps): bump github/codeql-action from 3.28.18 to 3.28.19
dependabot[bot]
-2
/
+2
2025-06-05
Update how to use the io_uring and io_uring_q_depth mount options
izxl007
-25
/
+6
2025-05-28
fuse_lowlevel.c: Remove duplicate descriptions of auto_unmount
izxl007
-1
/
+0
2025-05-22
Fix build in musl libc
Luis Henriques
-7
/
+6
2025-05-20
conn->want conversion: Fix fuse_apply_conn_info_opts()
Bernd Schubert
-106
/
+187
2025-05-20
Make conn->want/want_ext conversion non fatal
Bernd Schubert
-27
/
+3
2025-05-20
build(deps): bump github/codeql-action from 3.28.17 to 3.28.18
dependabot[bot]
-2
/
+2
2025-05-19
build(deps): bump github/codeql-action from 3.28.16 to 3.28.17
dependabot[bot]
-2
/
+2
2025-04-30
Support request timeouts
Joanne Koong
-1
/
+12
2025-04-30
Update include/fuse_kernel.h to version 7.43
Joanne Koong
-2
/
+8
2025-04-29
fuse_lowlevel.c: Fix a small spelling mistake
izxl007
-1
/
+1
[next]