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-01-29
github actions: Add an include-what-you-need check
Bernd Schubert
-0
/
+51
2025-01-28
build(deps): bump github/codeql-action from 3.28.1 to 3.28.6
dependabot[bot]
-2
/
+2
2025-01-28
lib: Set thread names
Bernd Schubert
-0
/
+8
2025-01-24
abidiff: Don't warn about added symbols
Bernd Schubert
-1
/
+2
2025-01-24
checkpatch: Ignore ENOSYS_SYSCALL
Bernd Schubert
-1
/
+1
2025-01-24
codespell: Add 're-used' and 're-using' to the ignore list
Bernd Schubert
-1
/
+3
2025-01-24
build(deps): bump github/codeql-action from 3.28.0 to 3.28.1
dependabot[bot]
-2
/
+2
2025-01-13
Update doxygen/comments for fuse_reply_open/fuse_reply_create
Bernd Schubert
-2
/
+4
2025-01-13
Identify the FD hold by parent process
Zegang
-0
/
+17
2025-01-06
Make fuse_main_real() not symboled
Bernd Schubert
-29
/
+45
2025-01-06
checkpatch: Disable warning for externs in C files
Bernd Schubert
-1
/
+1
2025-01-06
Avoid global declarion of internal functions that are new in 3.17
Bernd Schubert
-34
/
+44
2025-01-06
Fix fuse_main_real symbols
Bernd Schubert
-2
/
+29
2025-01-03
Fix junk readdirplus results when filesystem not filling stat info
Amir Goldstein
-4
/
+7
2025-01-03
example/passthrough: Enable testing of readdirplus without fill offsets
Amir Goldstein
-6
/
+13
2025-01-03
Fix build of memfs_ll without manual meson reconfigure
Amir Goldstein
-0
/
+1
2025-01-03
Fix libfuse build with FUSE_USE_VERSION 30
Amir Goldstein
-1
/
+9
2025-01-02
Remove the DCO check
Bernd Schubert
-28
/
+0
2025-01-02
Fix the checkpatch.pl workflow
Bernd Schubert
-2
/
+11
2025-01-02
.github/workflows/codespell.yml: checkpatch.pl needs to be skipped
Bernd Schubert
-0
/
+2
2025-01-02
Update AUTHORS for 3.17 and add script for that
Bernd Schubert
-1
/
+64
2025-01-01
Add a checkpatch.pl github workflow
Bernd Schubert
-0
/
+7842
2025-01-01
Add a github action to check for "Signed-off-by"
Bernd Schubert
-0
/
+28
2025-01-01
Run github workflow actions on release branches
Bernd Schubert
-5
/
+16
2025-01-01
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
2024-12-30
struct fuse_file_info extension
Bernd Schubert
-1
/
+17
2024-12-30
Use single bit for struct fuse_file_info::no_interrupt
Bernd Schubert
-1
/
+4
2024-12-30
Use (u)int32_t for struct fuse_conn_info
Bernd Schubert
-16
/
+16
2024-12-30
Add padding3 in struct fuse_file_info
Bernd Schubert
-0
/
+1
2024-12-30
Use (u)int32_t for struct fuse_file_info
Bernd Schubert
-10
/
+10
2024-12-30
Use (u)int32_t for struct fuse_config and extend the struct
Bernd Schubert
-24
/
+34
2024-12-30
Restore compat ABI in 'struct fuse_config'
Bernd Schubert
-8
/
+8
2024-12-30
Restore compat ABI in 'struct fuse_file_info'
Bernd Schubert
-19
/
+20
2024-12-28
build(deps): bump github/codeql-action from 3.27.9 to 3.28.0
dependabot[bot]
-2
/
+2
2024-12-18
Rename _int to _internal
Bernd Schubert
-16
/
+20
2024-12-18
Allow to have page aligned writes
Bernd Schubert
-41
/
+103
2024-12-17
tests: Add debug messages to some tests and umount
Bernd Schubert
-16
/
+97
2024-12-16
build(deps): bump github/codeql-action from 3.27.5 to 3.27.9
dependabot[bot]
-2
/
+2
2024-12-13
examples: Add memfs_ll.cc
Bernd Schubert
-1
/
+1160
2024-11-27
support FUSE_TMPFILE in the low level API
Horst Birthelmer
-19
/
+311
2024-11-26
build(deps): bump github/codeql-action from 3.27.4 to 3.27.5
dependabot[bot]
-2
/
+2
2024-11-21
Fix alignment of allocation in fuse_reply_create
Vladimir Serbinenko
-1
/
+2
2024-11-21
Reallocate fuse_session buffer transparently for extended max writes
Joanne Koong
-31
/
+41
[next]