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-02-18
Add comment for fuse_passthrough_open()
Maksim Harbachou
-0
/
+2
2025-02-18
ci-build test: Add a 32-bit compilation test
Bernd Schubert
-1
/
+23
2025-02-18
tests: Skip the ioctl test for x86 cross compilation
Bernd Schubert
-0
/
+13
2025-02-18
example/hello_ll_uds: Switch to %zu and avoid 32bit build warning
Bernd Schubert
-2
/
+2
2025-02-18
fusermount: Exclude UFSD from whitelist for 32-bit builds
Bernd Schubert
-0
/
+2
2025-02-18
Fix build of example/memfs_ll.cc on 32 bit architectures
Laszlo Boszormenyi (GCS)
-2
/
+2
2025-02-18
Add signify key for 3.18
Bernd Schubert
-0
/
+2
2025-02-10
Prepare 3.17.1 release
Bernd Schubert
-2
/
+22
2025-02-10
Change version to 3.17.1-rc0
Bernd Schubert
-12
/
+23
2025-02-10
Build fixes for -Og
Bernd Schubert
-2
/
+2
2025-02-10
fuse_new version fixes: Change to fuse_new_versioned
Bernd Schubert
-43
/
+18
2025-02-10
fuse_new: Fix non symboled call to _fuse_new_317
Bernd Schubert
-1
/
+1
2025-02-10
Rename to fuse_session_new_versioned
Bernd Schubert
-50
/
+35
2025-02-10
Make fuse_main a macro again and wrap that to fuse_main_fn
Bernd Schubert
-4
/
+6
2025-02-10
Rename fuse_main_real_317 to fuse_main_real_versioned
Bernd Schubert
-18
/
+23
2025-02-10
build(deps): bump github/codeql-action from 3.28.6 to 3.28.8
dependabot[bot]
-2
/
+2
2025-02-10
fuse_lowlevel.c: drop incorrect comment from convert_to_conn_want_ext()
Luis Henriques
-2
/
+0
2025-02-10
fuse_lowlevel.c: fix possible 64 bits value truncation
Luis Henriques
-1
/
+1
2025-02-10
github actions: Add an include-what-you-need check
Bernd Schubert
-0
/
+51
2025-02-10
build(deps): bump github/codeql-action from 3.28.1 to 3.28.6
dependabot[bot]
-2
/
+2
2025-02-10
lib: Set thread names
Bernd Schubert
-0
/
+8
2025-02-10
abidiff: Don't warn about added symbols
Bernd Schubert
-1
/
+2
2025-02-10
checkpatch: Ignore ENOSYS_SYSCALL
Bernd Schubert
-1
/
+1
2025-02-10
codespell: Add 're-used' and 're-using' to the ignore list
Bernd Schubert
-1
/
+3
2025-02-10
build(deps): bump github/codeql-action from 3.28.0 to 3.28.1
dependabot[bot]
-2
/
+2
2025-02-10
Update doxygen/comments for fuse_reply_open/fuse_reply_create
Bernd Schubert
-2
/
+4
2025-02-10
Identify the FD hold by parent process
Zegang
-0
/
+17
2025-02-10
Make fuse_main_real() not symboled
Bernd Schubert
-29
/
+45
2025-02-10
checkpatch: Disable warning for externs in C files
Bernd Schubert
-1
/
+1
2025-02-10
Avoid global declarion of internal functions that are new in 3.17
Bernd Schubert
-34
/
+44
2025-02-10
Fix fuse_main_real symbols
Bernd Schubert
-2
/
+29
2025-02-10
Fix junk readdirplus results when filesystem not filling stat info
Amir Goldstein
-4
/
+7
2025-02-10
example/passthrough: Enable testing of readdirplus without fill offsets
Amir Goldstein
-6
/
+13
2025-02-10
Fix build of memfs_ll without manual meson reconfigure
Amir Goldstein
-0
/
+1
2025-02-10
Fix libfuse build with FUSE_USE_VERSION 30
Amir Goldstein
-1
/
+9
2025-02-10
Remove the DCO check
Bernd Schubert
-28
/
+0
2025-02-10
Fix the checkpatch.pl workflow
Bernd Schubert
-2
/
+11
2025-02-10
.github/workflows/codespell.yml: checkpatch.pl needs to be skipped
Bernd Schubert
-0
/
+2
2025-02-10
Update AUTHORS for 3.17 and add script for that
Bernd Schubert
-1
/
+64
2025-02-10
Add a checkpatch.pl github workflow
Bernd Schubert
-0
/
+7842
2025-02-10
Add a github action to check for "Signed-off-by"
Bernd Schubert
-0
/
+28
2025-02-10
Run github workflow actions on release branches
Bernd Schubert
-5
/
+16
2025-02-10
Update ChangeLog.rst for 3.17 (#1085)
Bernd Schubert
-4
/
+30
2025-01-01
passthrough_ll: set correct keep_cache flag in opendir (#1083)
Amir Goldstein
-1
/
+3
2024-12-30
Merge pull request #1081 from bsbernd/so-version-abi-compat
Bernd Schubert
-528
/
+645
2024-12-30
Increase .so version to 4
Bernd Schubert
-1
/
+1
2024-12-30
Convert FUSE_CAP defines to enum fuse_capability
Bernd Schubert
-315
/
+322
2024-12-30
Add 64-bit conn::{capable,want}_ext fields
Bernd Schubert
-142
/
+216
2024-12-30
fuse_lowlevel.c: define FUSE_MAXOP as CUSE_INIT
Bernd Schubert
-1
/
+6
2024-12-30
Use uint32_t for libfuse_version
Bernd Schubert
-4
/
+4
[prev]
[next]