index
:
libfuse.git
android-stable
master
libfuse for android
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
example
Age
Commit message (
Expand
)
Author
Lines
2025-09-19
fuse_log: Add __attribute__((format(printf, ) and fix warnings
Bernd Schubert
-14
/
+16
2025-09-16
libfuse: don't put HAVE_STATX in a public header
Darrick J. Wong
-4
/
+4
2025-08-22
Fix passthrough_hp.cc indentation
Bernd Schubert
-14
/
+14
2025-08-22
Allow applications to retrieve the req payload (io-uring only)
Bernd Schubert
-4
/
+32
2025-07-21
example/memfs_ll: Avoid nullptr field initializations by pragma
Bernd Schubert
-29
/
+3
2025-07-16
memfs_ll: fix deadlock in truncate operation
Long Li
-1
/
+0
2025-07-16
Add statx support
Joanne Koong
-0
/
+70
2025-07-15
Switch to c++20
Bernd Schubert
-1
/
+1
2025-07-13
example/passthrough: support fspacectl()
CismonX
-0
/
+13
2025-07-13
example/passthrough: tidy up passthrough_helpers.h
CismonX
-5
/
+17
2025-07-13
example/passthrough: refactor fallocate
CismonX
-39
/
+27
2025-06-27
license: s/COPYING/GPL2.txt, s/COPYING.LIB/LGPL2.txt
izxl007
-21
/
+21
2025-06-27
passthrough_hp: Fix unused function warning
Gleb Popov
-1
/
+1
2025-06-27
memfs_ll: Fix unused variable warning
Gleb Popov
-0
/
+2
2025-06-25
meson: Enable building C++ examples on FreeBSD
Gleb Popov
-1
/
+1
2025-06-25
passthrough_hp: Fix compilation on systems without O_TMPFILE support
Gleb Popov
-1
/
+4
2025-06-25
passthrough_hp: Abstract out the fd -> path transition
Gleb Popov
-12
/
+31
2025-06-25
memfs_ll: Fix compiling on non-Linux OSes
Gleb Popov
-0
/
+2
2025-06-25
examples: Guard inclusions of Linux headers with appropriate ifdefs
Gleb Popov
-1
/
+5
2025-06-18
example/ioctl_client: Delete the redundant comment
izxl007
-2
/
+0
2025-06-18
tests: example: add new test for increment epoch
Luis Henriques
-10
/
+37
2025-06-17
example/passthrough_hp: Show fuse lowlevel help options
Bernd Schubert
-0
/
+2
2025-06-17
Reformat passthrough_hp with clang-format
Bernd Schubert
-1260
/
+1300
2025-06-05
Update how to use the io_uring and io_uring_q_depth mount options
izxl007
-21
/
+2
2025-04-28
passthrough_hp: Add io-uring options
Bernd Schubert
-4
/
+25
2025-04-23
example: fix memfs_rename deadlock error
swj
-4
/
+5
2025-04-16
conn: prevent duplicate flag conversion in high-level interface
Bernd Schubert
-2
/
+2
2025-04-07
fuse_lowlevel: Set bufsize if HAVE_SPLICE is not define and avoid race
Bernd Schubert
-0
/
+3
2025-04-02
example: add usdt.bt
Joanne Koong
-0
/
+19
2025-03-27
example: Add a compilation instruction in README.compile
izxl007
-0
/
+4
2025-03-26
example/hello_ll.c: Improve the compilation comments
izxl007
-0
/
+4
2025-03-24
fuse: Fix want flag conversion
Bernd Schubert
-0
/
+9
2025-02-17
example/hello_ll_uds: Switch to %zu and avoid 32bit build warning
Bernd Schubert
-2
/
+2
2025-02-17
Fix build of example/memfs_ll.cc on 32 bit architectures
Laszlo Boszormenyi (GCS)
-2
/
+2
2025-02-12
passthrough_hp: enable splice move by default
Joanne Koong
-3
/
+5
2025-02-10
Build fixes for -Og
Bernd Schubert
-1
/
+1
2025-01-03
example/passthrough: Enable testing of readdirplus without fill offsets
Amir Goldstein
-6
/
+13
2025-01-03
Fix build of memfs_ll without manual meson reconfigure
Amir Goldstein
-0
/
+1
2025-01-01
passthrough_ll: set correct keep_cache flag in opendir (#1083)
Amir Goldstein
-1
/
+3
2024-12-30
Add 64-bit conn::{capable,want}_ext fields
Bernd Schubert
-69
/
+66
2024-12-13
examples: Add memfs_ll.cc
Bernd Schubert
-0
/
+1159
2024-11-27
support FUSE_TMPFILE in the low level API
Horst Birthelmer
-19
/
+168
2024-11-13
Add FUSE_CAP_NO_EXPORT and use it in passthrough_hp
Bernd Schubert
-1
/
+13
2024-11-13
Add fuse_set_feature_flag() / fuse_unset_feature_flag
Bernd Schubert
-16
/
+9
2024-09-19
passthrough_hp: Use fuse_loop_cfg_set_max_threads()
Bernd Schubert
-1
/
+1
2024-09-13
example/passthrough_hp: Set keep_cache and noflush in sfs_create
Bernd Schubert
-2
/
+3
2024-09-13
example/passthrough_hp: No auto FOPEN_DIRECT_IO in passthrough mode
Bernd Schubert
-22
/
+27
2024-09-12
getattr: Make use of FUSE_GETATTR_FH in lowlevel examples
Bernd Schubert
-6
/
+7
2024-08-26
remove unused headers in example/poll_client
yangyun
-1
/
+0
2024-08-19
Fix FUSE_USE_VERSION in example/notify_store_retrieve.c
yangyun
-1
/
+1
[next]