index
:
libfuse.git
android-stable
master
libfuse for android
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
Age
Commit message (
Expand
)
Author
Lines
2025-08-19
fuse_loop_mt.c: fix close-on-exec flag on clone fd
CismonX
-3
/
+9
2025-08-06
mount_util.c: check if utab exists before update
Georgi Valkov
-0
/
+4
2025-08-06
fuse_signals.c: fix build warning when HAVE_BACKTRACE is undefined
Georgi Valkov
-0
/
+2
2025-07-16
Avoid double unmount on FUSE_DESTROY
Bernd Schubert
-12
/
+24
2025-05-21
conn->want conversion: Fix fuse_apply_conn_info_opts()
Bernd Schubert
-49
/
+112
2025-05-21
Add container_of and ROUND_UP macros
Bernd Schubert
-8
/
+6
2025-05-21
Make conn->want/want_ext conversion non fatal
Bernd Schubert
-27
/
+3
2025-04-23
signal handlers: Store fuse_session unconditionally
Bernd Schubert
-4
/
+9
2025-04-23
Check if pthread_setname_np() exists before use it
Giulio Benetti
-0
/
+4
2025-04-16
conn: prevent duplicate flag conversion in high-level interface
Bernd Schubert
-0
/
+3
2025-04-15
fuse_lowlevel: Set bufsize if HAVE_SPLICE is not define and avoid race
Bernd Schubert
-6
/
+10
2025-04-15
fuse_lowlevel: Simplify se->buf_reallocable
Bernd Schubert
-12
/
+18
2025-04-15
fuse_session_receive_buf: Fix the pipe buf size
Bernd Schubert
-3
/
+13
2025-03-24
fuse: Fix want flag conversion
Bernd Schubert
-29
/
+99
2025-02-20
mount: fix closing stdout/err and error logs
Vassili Tchersky
-10
/
+11
2025-02-18
Avoid nested function declarations in helper functions
Bernd Schubert
-19
/
+2
2025-02-18
mount_bsd: Remove unused headers
Vassili Tchersky
-4
/
+0
2025-02-18
mount_bsd: Show errors when syscalls failed
Vassili Tchersky
-3
/
+7
2025-02-18
mount_bsd: Proper exit calls
Vassili Tchersky
-4
/
+4
2025-02-18
FreeBSD: Remove useless options
Vassili Tchersky
-31
/
+6
2025-02-18
mount_bsd: Fix usage of libfuse_strtol
Vassili Tchersky
-3
/
+4
2025-02-10
Change version to 3.17.1-rc0
Bernd Schubert
-3
/
+7
2025-02-10
fuse_new version fixes: Change to fuse_new_versioned
Bernd Schubert
-10
/
+8
2025-02-10
Rename to fuse_session_new_versioned
Bernd Schubert
-32
/
+28
2025-02-10
Make fuse_main a macro again and wrap that to fuse_main_fn
Bernd Schubert
-1
/
+1
2025-02-10
Rename fuse_main_real_317 to fuse_main_real_versioned
Bernd Schubert
-6
/
+8
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
lib: Set thread names
Bernd Schubert
-0
/
+8
2025-02-10
Identify the FD hold by parent process
Zegang
-0
/
+17
2025-02-10
Make fuse_main_real() not symboled
Bernd Schubert
-17
/
+16
2025-02-10
Avoid global declarion of internal functions that are new in 3.17
Bernd Schubert
-6
/
+21
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
2024-12-30
Increase .so version to 4
Bernd Schubert
-1
/
+1
2024-12-30
Add 64-bit conn::{capable,want}_ext fields
Bernd Schubert
-68
/
+113
2024-12-30
fuse_lowlevel.c: define FUSE_MAXOP as CUSE_INIT
Bernd Schubert
-1
/
+6
2024-12-18
Rename _int to _internal
Bernd Schubert
-16
/
+20
2024-12-18
Allow to have page aligned writes
Bernd Schubert
-41
/
+102
2024-11-27
support FUSE_TMPFILE in the low level API
Horst Birthelmer
-0
/
+19
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
/
+32
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
-0
/
+4
2024-11-13
Add fuse_set_feature_flag() / fuse_unset_feature_flag
Bernd Schubert
-4
/
+14
2024-10-14
fuse_buf_size fix for SIZE_MAX
leipeng
-4
/
+4
2024-10-11
Add libfuse util strtol wrapper
Joanne Koong
-17
/
+54
2024-10-11
ignore mtab on android
Daniel Rosenberg
-1
/
+1
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
[next]