index
:
libfuse.git
android-stable
master
libfuse for android
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
fuse_lowlevel.h
Age
Commit message (
Expand
)
Author
Lines
2025-09-19
fuse_lowlevel.c: allow passing ops as NULL
Alik Aslanyan
-0
/
+2
2025-09-16
libfuse: don't put HAVE_STATX in a public header
Darrick J. Wong
-2
/
+0
2025-08-22
Allow applications to retrieve the req payload (io-uring only)
Bernd Schubert
-0
/
+18
2025-07-16
Add statx support
Joanne Koong
-1
/
+34
2025-06-27
license: s/COPYING/GPL2.txt, s/COPYING.LIB/LGPL2.txt
izxl007
-1
/
+1
2025-06-18
fuse: add support to FUSE_NOTIFY_INC_EPOCH
Luis Henriques
-0
/
+14
2025-04-28
Add fuse_req_is_uring() to check if a req comes through io-uring
Bernd Schubert
-0
/
+5
2025-03-19
Fix a comment typo "passed to the filesystem.n"
Bernd Schubert
-1
/
+1
2025-02-18
Avoid nested function declarations in helper functions
Bernd Schubert
-6
/
+6
2025-02-17
Add comment for fuse_passthrough_open()
Maksim Harbachou
-0
/
+2
2025-02-09
Rename to fuse_session_new_versioned
Bernd Schubert
-18
/
+7
2025-01-13
Update doxygen/comments for fuse_reply_open/fuse_reply_create
Bernd Schubert
-2
/
+4
2025-01-06
Avoid global declarion of internal functions that are new in 3.17
Bernd Schubert
-19
/
+7
2024-11-27
support FUSE_TMPFILE in the low level API
Horst Birthelmer
-0
/
+23
2024-09-12
getattr: Make use of FUSE_GETATTR_FH in lowlevel examples
Bernd Schubert
-1
/
+1
2024-07-03
Annotate ABI sensitivness for some data structures
Bernd Schubert
-2
/
+5
2024-06-01
Fix compatibility issue around fuse_custom_io->clone_fd (#953)
legezywzh
-2
/
+22
2024-05-13
Enable passthrough mode for read/write operations (#919)
Amir Goldstein
-0
/
+13
2024-05-13
Add in the libfuse version a program was compiled with (#942)
Bernd Schubert
-4
/
+46
2024-05-10
Handle NO_OPEN/NO_OPENDIR support automatically (#949)
Josef Bacik
-0
/
+14
2024-04-18
Add clone_fd to custom IO (#927)
legezywzh
-0
/
+1
2023-11-19
Clarify fuse_lowlevel poll() docstring (#862)
George Hilliard
-7
/
+10
2023-06-30
Make expire only function fail if no kernel support (#789)
HereThereBeDragons
-14
/
+14
2023-06-29
Clarify behavior of fuse_session_exit().
Nikolaus Rath
-3
/
+6
2023-05-12
Do not pass unsupported mount options to the kernel.
Nikolaus Rath
-0
/
+6
2023-03-29
Fix typos and configure spellcheck for PRs
Yaroslav Halchenko
-2
/
+2
2023-02-09
fuse_lowlevel.h: add more setattr flags
Xiubo Li
-0
/
+8
2023-02-09
Split config.h into private and public config
Bernd Schubert
-2
/
+2
2023-01-15
use off_t over __off64_t
psykose
-4
/
+4
2023-01-10
Support application-defined I/O functions for FUSE fd
Tofik Sonono
-0
/
+41
2023-01-06
adding comments and capability discovery, enum for flags moved to top of file
HereThereBeDragons
-4
/
+36
2023-01-06
Initial patch provided by Miklos Szeredi <mszeredi@redhat.com>
HereThereBeDragons
-0
/
+8
2023-01-04
convert __APPLE__ and __ULIBC__ to HAVE_LIBC_VERSIONED_SYMBOLS
Bernd Schubert
-2
/
+2
2023-01-02
Revert "libfuse custom communication interface"
Nikolaus Rath
-19
/
+0
2022-11-15
libfuse custom communication interface
y
-0
/
+19
2022-09-04
fuse-loop/fuse_do_work: Avoid lots of thread creations/destructions
Bernd Schubert
-1
/
+22
2022-09-04
API update for fuse_loop_config additions
Bernd Schubert
-19
/
+22
2021-05-19
Define FUSE_USE_VERSION in Doxygen. (#608)
Junichi Uekawa
-5
/
+5
2021-05-07
Fix doxygen warnings. (#600)
Junichi Uekawa
-5
/
+5
2021-04-23
Add missing exceptions to fuse_reply_err() documentation. (#597)
Manuel Jacob
-1
/
+1
2021-03-30
Fix typo in fuse_lowlevel.h (#593)
Tobias Nießen
-1
/
+1
2021-01-10
Fix typo (#578)
Feverfew
-1
/
+1
2020-08-09
Define fuse_session_loop_mt as a macro on uclibc and MacOS (#532)
asafkahlon
-0
/
+5
2019-12-31
Make ioctl prototype conditional on FUSE_USE_VERSION. (#482)
Bill Zissimopoulos
-1
/
+7
2019-11-03
Implement lseek operation (#457)
Yuri Per
-0
/
+33
2019-05-24
Remove incorrect comment about fuse_entry_param.generation (#420)
Alan Somers
-3
/
+0
2019-04-16
Add documentation for opting out of opendir and releasedir (#391)
Chad Austin
-0
/
+7
2019-03-11
Defined the (*ioctl)() commands as unsigned int (#381)
Jean-Pierre André
-2
/
+5
2019-03-10
Improve documentation for the flush method (#378)
Alan Somers
-2
/
+6
2019-03-09
Improve readdir() and file handle documentation
Chad Austin
-11
/
+22
[next]