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-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
2024-11-20
build(deps): bump github/codeql-action from 3.27.1 to 3.27.4
dependabot[bot]
-2
/
+2
2024-11-18
Use fuse_session_{receive/process}_buf() instead of _int version
Joanne Koong
-4
/
+4
2024-11-13
Add FUSE_CAP_NO_EXPORT and use it in passthrough_hp
Bernd Schubert
-1
/
+25
2024-11-13
Add fuse_set_feature_flag() / fuse_unset_feature_flag
Bernd Schubert
-20
/
+41
2024-11-13
build(deps): bump github/codeql-action from 3.27.0 to 3.27.1
dependabot[bot]
-2
/
+2
2024-10-30
Correct arg documentation for FUSE_READLINK
Bernd Schubert
-1
/
+1
2024-10-29
build(deps): bump github/codeql-action from 3.26.13 to 3.27.0
dependabot[bot]
-2
/
+2
2024-10-29
build(deps): bump actions/checkout from 4.2.1 to 4.2.2
dependabot[bot]
-5
/
+5
2024-10-20
codeql workflow: Switch from pip to apt
Bernd Schubert
-2
/
+2
2024-10-20
Update libfuse-operations.txt for FUSE_SYMLINK
Bernd Schubert
-2
/
+2
2024-10-14
Create codeql.yml
Bernd Schubert
-0
/
+80
2024-10-14
fuse_buf_size fix for SIZE_MAX
leipeng
-4
/
+4
2024-10-11
Add libfuse util strtol wrapper
Joanne Koong
-21
/
+66
2024-10-11
build(deps): bump actions/checkout from 4.2.0 to 4.2.1
dependabot[bot]
-4
/
+4
2024-10-11
ignore mtab on android
Daniel Rosenberg
-1
/
+1
2024-10-04
build(deps): bump actions/checkout from 4.1.7 to 4.2.0
dependabot[bot]
-4
/
+4
2024-09-28
fuse_lowlevel FUSE_INIT: Simplify the max_write/bufsize logic
Bernd Schubert
-5
/
+9
2024-09-28
fuse_lowlevel FUSE_INIT: group bufsize and max_write adjustments
Bernd Schubert
-12
/
+12
2024-09-28
Change FUSE_MAX_MAX_PAGES to FUSE_DEFAULT_MAX_PAGES_LIMIT
Joanne Koong
-4
/
+10
2024-09-28
Initialize session buffer size to value set by sysctl
Joanne Koong
-1
/
+24
2024-09-25
ABI check: Use base commit / branch of a PR for ABI comparison
Bernd Schubert
-5
/
+2
2024-09-24
Libfuse check ABI differences with 'abidiff'
Bernd Schubert
-0
/
+67
2024-09-23
add version check for the fuse_loop_cfg* operations
yangyun
-2
/
+13
2024-09-19
passthrough_hp: Use fuse_loop_cfg_set_max_threads()
Bernd Schubert
-1
/
+1
2024-09-16
fusermount: Close file descriptors with close_range() if possible
Bernd Schubert
-1
/
+26
2024-09-16
fusermount: close inherited fds
MJ Harvey
-1
/
+19
2024-09-13
example/passthrough_hp: Set keep_cache and noflush in sfs_create
Bernd Schubert
-2
/
+3
2024-09-13
example/passthrough_hp: No auto FOPEN_DIRECT_IO in passthrough mode
Bernd Schubert
-22
/
+27
2024-09-12
getattr: Make use of FUSE_GETATTR_FH in lowlevel examples
Bernd Schubert
-7
/
+8
2024-09-05
Bump codespell-project/actions-codespell from 2.0 to 2.1
dependabot[bot]
-1
/
+1
2024-08-26
remove unused headers in example/poll_client
yangyun
-1
/
+0
2024-08-21
Rearrange util/fusermount.c umount_fuse_locked() so that
Norman Wilson
-2
/
+4
[prev]
[next]