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
/
fuse_lowlevel.c
Age
Commit message (
Expand
)
Author
Lines
2025-06-25
Catch up with fuse_send_data_iov() signature changes in the fallback case
Gleb Popov
-2
/
+3
2025-06-22
Clarify offset field is signed despite uint64_t type
izxl007
-0
/
+4
2025-06-18
fuse: add support to FUSE_NOTIFY_INC_EPOCH
Luis Henriques
-0
/
+13
2025-05-28
fuse_lowlevel.c: Remove duplicate descriptions of auto_unmount
izxl007
-1
/
+0
2025-05-20
conn->want conversion: Fix fuse_apply_conn_info_opts()
Bernd Schubert
-6
/
+72
2025-05-20
Make conn->want/want_ext conversion non fatal
Bernd Schubert
-8
/
+1
2025-04-30
Support request timeouts
Joanne Koong
-0
/
+5
2025-04-29
fuse_lowlevel.c: Fix a small spelling mistake
izxl007
-1
/
+1
2025-04-28
Set FUSE_CAP_OVER_IO_URING flag - allow io-uring mode
Bernd Schubert
-0
/
+3
2025-04-28
env variables to override default io-uring enable and q-depth
Bernd Schubert
-2
/
+11
2025-04-28
Add fuse_req_is_uring() to check if a req comes through io-uring
Bernd Schubert
-0
/
+5
2025-04-28
fuse: Add io-uring options
Bernd Schubert
-1
/
+9
2025-04-28
Add fuse-io-uring reply support
Bernd Schubert
-27
/
+43
2025-04-28
Add fuse_session_process_uring_cqe
Bernd Schubert
-22
/
+111
2025-04-28
fuse_ll_ops: Make fuse_ino_t const
Bernd Schubert
-1
/
+1
2025-04-28
fuse_lowlevel: Split fuse_send_msg
Bernd Schubert
-19
/
+32
2025-04-28
Add support for ring creation in fuse_lowlevel.c
Bernd Schubert
-2
/
+29
2025-04-28
Add container_of and ROUND_UP macros
Bernd Schubert
-4
/
+0
2025-04-28
fuse_lowlevel: Add support for header/payload separation
Bernd Schubert
-169
/
+597
2025-04-24
Fix multi-threaded fuse session exit
Bernd Schubert
-3
/
+15
2025-04-07
fuse_lowlevel: Set bufsize if HAVE_SPLICE is not define and avoid race
Bernd Schubert
-6
/
+10
2025-04-04
meson: add option for enabling usdt
Joanne Koong
-1
/
+26
2025-04-02
fuse_lowlevel: add tracepoints for request receiving, processing, and replying
Joanne Koong
-0
/
+23
2025-03-24
fuse: Fix want flag conversion
Bernd Schubert
-23
/
+7
2025-03-14
fuse_lowlevel: Simplify se->buf_reallocable
Bernd Schubert
-11
/
+12
2025-03-14
fuse_session_receive_buf: Fix the pipe buf size
Bernd Schubert
-1
/
+11
2025-02-18
Avoid nested function declarations in helper functions
Bernd Schubert
-4
/
+0
2025-02-09
Rename to fuse_session_new_versioned
Bernd Schubert
-16
/
+12
2025-01-31
fuse_lowlevel.c: drop incorrect comment from convert_to_conn_want_ext()
Luis Henriques
-2
/
+0
2025-01-31
fuse_lowlevel.c: fix possible 64 bits value truncation
Luis Henriques
-1
/
+1
2025-01-06
Avoid global declarion of internal functions that are new in 3.17
Bernd Schubert
-4
/
+9
2024-12-30
Add 64-bit conn::{capable,want}_ext fields
Bernd Schubert
-64
/
+108
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
-4
/
+6
2024-12-18
Allow to have page aligned writes
Bernd Schubert
-34
/
+92
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
/
+29
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-11
Add libfuse util strtol wrapper
Joanne Koong
-6
/
+10
2024-09-28
fuse_lowlevel FUSE_INIT: Simplify the max_write/bufsize logic
Bernd Schubert
-5
/
+2
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
-3
/
+3
2024-09-28
Initialize session buffer size to value set by sysctl
Joanne Koong
-1
/
+24
2024-06-25
Add nullptr check in fuse_session_mount
Bernd Schubert
-0
/
+5
2024-06-13
libfuse: null-terminate buffer in fuse_req_getgroups()
Miklos Szeredi
-0
/
+1
2024-06-04
Rename struct fuse_req::ctr to ::ref_cnt
Bernd Schubert
-11
/
+11
2024-06-04
Add support for no_interrupt (#956)
yangyun50
-9
/
+21
2024-06-01
Fix compatibility issue around fuse_custom_io->clone_fd (#953)
legezywzh
-4
/
+20
[next]