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-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
-11
/
+12
2025-04-15
fuse_session_receive_buf: Fix the pipe buf size
Bernd Schubert
-1
/
+11
2025-03-24
fuse: Fix want flag conversion
Bernd Schubert
-23
/
+7
2025-02-18
Avoid nested function declarations in helper functions
Bernd Schubert
-4
/
+0
2025-02-10
Rename to fuse_session_new_versioned
Bernd Schubert
-16
/
+12
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
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
2024-05-13
Enable passthrough mode for read/write operations (#919)
Amir Goldstein
-0
/
+43
2024-05-13
Add in the libfuse version a program was compiled with (#942)
Bernd Schubert
-3
/
+30
2024-05-10
Handle NO_OPEN/NO_OPENDIR support automatically (#949)
Josef Bacik
-0
/
+4
2024-04-16
fix max_write update in do_init() (#926)
legezywzh
-3
/
+3
2024-03-29
Add support for FUSE_CAP_HANDLE_KILLPRIV_V2
Bernd Schubert
-0
/
+4
2024-03-21
reset got_init after handling FUSE_DESTROY message (#910)
legezywzh
-0
/
+1
2024-02-20
remove duplicated fuse_chan_put() (#893)
yangyun50
-2
/
+0
2024-01-29
add support for kernel flag FUSE_HAS_EXPIRE_ONLY
HereThereBeDragons
-1
/
+1
2024-01-20
Add processing for FUSE_CAP_HANDLE_KILLPRIV and disable it by default
bigbrotherwei
-1
/
+2
2024-01-10
Don't set FUSE_CAP_PARALLEL_DIROPS by default
Miklos Szeredi
-1
/
+0
2024-01-10
Add FUSE_CAP_DIRECT_IO_ALLOW_MMAP and use in passthrough_hp
Bernd Schubert
-0
/
+4
2023-11-16
Pass FUSE_PARALLEL_DIROPS to kernel (#861)
fdinoff
-0
/
+2
2023-08-05
Make errnum-verification more flexible (#824)
ikbenlike
-0
/
+5
2023-06-30
Make expire only function fail if no kernel support (#789)
HereThereBeDragons
-5
/
+36
2023-04-11
Update fuse_kernel.h to state of linux-6.3
Bernd Schubert
-1
/
+15
2023-03-03
Enable parallel direct writes on the same file.
Dharmendra singh
-0
/
+2
2023-02-09
fuse_lowlevel.h: add more setattr flags
Xiubo Li
-0
/
+2
2023-01-28
Install a the configure_file (config.h) and use in headers
Bernd Schubert
-1
/
+1
2023-01-10
Support application-defined I/O functions for FUSE fd
Tofik Sonono
-9
/
+75
2023-01-06
adding comments and capability discovery, enum for flags moved to top of file
HereThereBeDragons
-0
/
+2
2023-01-06
Initial patch provided by Miklos Szeredi <mszeredi@redhat.com>
HereThereBeDragons
-4
/
+14
2023-01-02
Revert "libfuse custom communication interface"
Nikolaus Rath
-4
/
+0
[next]