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_i.h
Age
Commit message (
Expand
)
Author
Lines
2025-04-28
Add support for ring creation in fuse_lowlevel.c
Bernd Schubert
-0
/
+1
2025-04-28
fuse: Add ring creation
Bernd Schubert
-1
/
+17
2025-04-28
fuse_lowlevel: Add support for header/payload separation
Bernd Schubert
-0
/
+2
2025-04-24
Fix multi-threaded fuse session exit
Bernd Schubert
-1
/
+7
2025-04-16
conn: prevent duplicate flag conversion in high-level interface
Bernd Schubert
-0
/
+3
2025-03-24
fuse: Fix want flag conversion
Bernd Schubert
-0
/
+34
2025-03-14
fuse_lowlevel: Simplify se->buf_reallocable
Bernd Schubert
-1
/
+3
2025-03-14
fuse_session_receive_buf: Fix the pipe buf size
Bernd Schubert
-2
/
+2
2024-12-18
Rename _int to _internal
Bernd Schubert
-4
/
+6
2024-12-18
Allow to have page aligned writes
Bernd Schubert
-0
/
+2
2024-11-21
Reallocate fuse_session buffer transparently for extended max writes
Joanne Koong
-0
/
+3
2024-09-28
fuse_lowlevel FUSE_INIT: Simplify the max_write/bufsize logic
Bernd Schubert
-0
/
+7
2024-09-28
Change FUSE_MAX_MAX_PAGES to FUSE_DEFAULT_MAX_PAGES_LIMIT
Joanne Koong
-1
/
+7
2024-06-04
Rename struct fuse_req::ctr to ::ref_cnt
Bernd Schubert
-1
/
+1
2024-06-04
Make struct fuse_req::ctr a C11 _Atomic
Bernd Schubert
-1
/
+1
2024-05-13
Add in the libfuse version a program was compiled with (#942)
Bernd Schubert
-0
/
+5
2023-01-10
Support application-defined I/O functions for FUSE fd
Tofik Sonono
-0
/
+1
2022-09-04
fuse-loop/fuse_do_work: Avoid lots of thread creations/destructions
Bernd Schubert
-0
/
+7
2022-09-04
API update for fuse_loop_config additions
Bernd Schubert
-2
/
+54
2019-09-10
log: move fuse_log() to the public header file
Stefan Hajnoczi
-2
/
+0
2019-09-04
Introduce callback for logging
Stefan Hajnoczi
-0
/
+2
2019-06-13
fuse_lowlevel: Add max_pages support (#384)
scosu
-0
/
+6
2017-09-19
Don't use external symbol names in internal files
Nikolaus Rath
-0
/
+3
2017-08-14
directly call fuse_new_31() instead of fuse_new() internally
userwithuid
-0
/
+3
2016-11-22
Make handling of -oallow_root easier to understand
Nikolaus Rath
-1
/
+1
2016-11-16
Add support for more detailed error codes from main loop
Nikolaus Rath
-0
/
+1
2016-10-27
Add max_read to fuse_conn_info
Nikolaus Rath
-0
/
+1
2016-10-16
Inlined fuse_mount_help() into fuse_lowlevel_help().
Nikolaus Rath
-2
/
+0
2016-10-15
Unify handling of fuse_conn_info options
Nikolaus Rath
-23
/
+0
2016-10-13
Make -o clone_fd into a parameter of session_loop_mt().
Nikolaus Rath
-1
/
+0
2016-10-13
Move session options into sub-struct
Nikolaus Rath
-9
/
+12
2016-10-10
Removed 'async_read' field in fuse_conn_info
Nikolaus Rath
-0
/
+2
2016-10-08
Removed ``-o big_writes`` option
Nikolaus Rath
-1
/
+0
2016-10-05
Removed obsolete, unused *f member from struct fuse_session.
Nikolaus Rath
-1
/
+0
2016-10-04
Merge fuse_ll into fuse_session (part 1)
Nikolaus Rath
-17
/
+13
2016-10-03
Merge master fuse_chan into fuse_session.
Nikolaus Rath
-55
/
+2
2016-10-03
Store struct fuse_session* in struct fuse_req
Nikolaus Rath
-1
/
+1
2016-10-02
Turn struct fuse_chan into an implementation detail
Nikolaus Rath
-2
/
+57
2016-10-02
Turned fuse_session_{process,receive}_buf into wrapper functions.
Nikolaus Rath
-0
/
+5
2016-10-02
Inlined fuse_session_new()
Nikolaus Rath
-7
/
+0
2015-05-18
libfuse: add "clone_fd" option
Miklos Szeredi
-0
/
+1
2015-05-18
libfuse: refcount fuse_chan objects
Miklos Szeredi
-0
/
+2
2014-02-04
fuse: use dlsym() instead of relying on ld.so constructor functions
Fabrice Bauzac
-0
/
+15
2014-01-29
libfuse: Add "async_dio" and "writeback_cache" options
Miklos Szeredi
-0
/
+4
2013-06-21
libfuse: remove session and chan abstractions
Miklos Szeredi
-36
/
+11
2013-06-21
libfuse: remove fuse_chan_bufsize()
Miklos Szeredi
-3
/
+2
2013-06-21
libfuse: remove fuse_chan_(send|receive)
Miklos Szeredi
-51
/
+1
2013-06-21
libfuse: clean up fuse_chan
Miklos Szeredi
-0
/
+82
2013-06-21
libfuse: clean up fuse_session
Miklos Szeredi
-2
/
+19
2013-06-20
libfuse: fix multiple close of device fd
Miklos Szeredi
-0
/
+2
[next]