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-09-13
libfuse: fix COPY_FILE_RANGE interface
Miklos Szeredi
-6
/
+73
2025-09-09
build(deps): bump actions/setup-python from 5 to 6
dependabot[bot]
-2
/
+2
2025-09-09
build(deps): bump github/codeql-action from 3.29.11 to 3.30.1
dependabot[bot]
-2
/
+2
2025-08-31
build(deps): bump github/codeql-action from 3.29.10 to 3.29.11
dependabot[bot]
-2
/
+2
2025-08-22
Fix passthrough_hp.cc indentation
Bernd Schubert
-14
/
+14
2025-08-22
send_reply_uring: Avoid memcpy if src and dest are identical
Bernd Schubert
-1
/
+2
2025-08-22
Allow applications to retrieve the req payload (io-uring only)
Bernd Schubert
-4
/
+87
2025-08-22
fuse-io-uring: Release io-uring resources on io-uring startup failure
Bernd Schubert
-0
/
+5
2025-08-22
fuse-io-uring: Fix double count of ring_pool->failed_threads
Bernd Schubert
-3
/
+0
2025-08-22
io-uring startup: Fix spinning and variable read
Bernd Schubert
-10
/
+15
2025-08-19
build(deps): bump github/codeql-action from 3.29.8 to 3.29.10
dependabot[bot]
-2
/
+2
2025-08-19
tests: move struct size assertions into a test
CismonX
-16
/
+25
2025-08-12
fuse_loop_mt.c: fix close-on-exec flag on clone fd
CismonX
-3
/
+9
2025-08-12
build(deps): bump github/codeql-action from 3.29.7 to 3.29.8
dependabot[bot]
-2
/
+2
2025-08-12
build(deps): bump actions/checkout from 4 to 5
dependabot[bot]
-8
/
+8
2025-08-05
build(deps): bump github/codeql-action from 3.29.3 to 3.29.5
dependabot[bot]
-2
/
+2
2025-08-04
Update issue templates
Bernd Schubert
-16
/
+27
2025-08-04
mount_bsd.c: Actually report mount failures back to caller
Gleb Popov
-1
/
+3
2025-07-22
high level: Remove the nullpath_ok log message
Bernd Schubert
-4
/
+0
2025-07-22
fuse_uring_i.h: Include errno.h
Bernd Schubert
-0
/
+2
2025-07-22
Split fuse-io-uring startup
Bernd Schubert
-9
/
+71
2025-07-22
Simplify meson condition for liburing
Bernd Schubert
-4
/
+2
2025-07-22
fuse-io-uring: Add sanity check for the number of queue entries
Bernd Schubert
-2
/
+7
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
[next]