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-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
2024-08-19
Fix FUSE_USE_VERSION in example/notify_store_retrieve.c
yangyun
-1
/
+1
2024-08-07
doc/libfuse-operations: Fix FUSE_STATX in_args[1] description
Joanne Koong
-1
/
+1
2024-08-02
Fix program-path in util/parse-backtrace and dump_stack function
Bernd Schubert
-4
/
+4
2024-08-01
example/passthrough_hp: Remove unused includes
Bernd Schubert
-4
/
+0
2024-08-01
Fix FUSE_USE_VERSION in example/
Bernd Schubert
-3
/
+3
2024-08-01
synchronize fuse_kernel.h with linux-6.10
Bernd Schubert
-1
/
+17
2024-07-30
example/passthrough_hp: Fix . and .. readdir lookup count
Bernd Schubert
-5
/
+7
2024-07-30
Add a script to parse backtraces
Bernd Schubert
-0
/
+114
2024-07-29
Add MS_NOSYMFOLLOW compat definition
Bernd Schubert
-1
/
+8
2024-07-29
Pass through nosymfollow mount option
Tyler Hall
-0
/
+7
2024-07-29
Gate #include <execinfo.h> behind #ifdef HAVE_BACKTRACE
Nils
-1
/
+4
2024-07-17
fuse_log: initialize sys_log_level variable to avoid compiler warning
Joanne Koong
-2
/
+2
2024-07-14
Add RAMFS to fusermount permitted mount targets
Bernd Schubert
-0
/
+1
2024-07-14
Add syslog and fatal signal handler feature
Bernd Schubert
-32
/
+229
2024-07-09
xfstests: Add '-odev' to passthrough mount options
Bernd Schubert
-1
/
+1
2024-07-08
passthrough_hp: include . and .. in readdir
Joanne Koong
-5
/
+10
2024-07-08
example/notify_inval_entry.c: improve comment readability
desertwitch
-2
/
+2
2024-07-08
example/notify_inval_entry.c: fix example command in comments
desertwitch
-1
/
+1
2024-07-03
Add list of libfuse (kernel) operations
Bernd Schubert
-0
/
+418
2024-07-03
Annotate ABI sensitivness for some data structures
Bernd Schubert
-5
/
+16
2024-07-03
high-level: add fmask and dmask options
gandalfs_cat
-5
/
+27
2024-06-25
Add nullptr check in fuse_session_mount
Bernd Schubert
-0
/
+10
2024-06-25
Use off_t instead of loff_t
CismonX
-3
/
+1
2024-06-25
Fix wrong use of the EBADFD errno
CismonX
-5
/
+5
[next]