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
2024-04-02
Add more documentation for FUSE_CAP_EXPORT_SUPPORT (#917)
Bernd Schubert
-6
/
+0
2024-03-29
Add support for FUSE_CAP_HANDLE_KILLPRIV_V2
Bernd Schubert
-0
/
+8
2024-03-20
Add FUSE_FILL_DIR_DEFAULTS enum (#903)
FredyVia
-10
/
+10
2024-03-20
Fix example/fix-notify_inval_inode.c (#908)
Bernd Schubert
-5
/
+27
2024-03-20
Fix use-after-free in example/poll.c
Bernd Schubert
-6
/
+16
2024-02-26
example/notify_store_retrieve: Fix races and handle errors
Bernd Schubert
-11
/
+38
2024-02-26
Enable direct IO for passthrough examples when open has flag O_DIRECT
yangyun
-0
/
+28
2024-02-23
passthrough_example: make parallel_direct_writes more clearly
yangyun
-4
/
+26
2024-01-10
Add FUSE_CAP_DIRECT_IO_ALLOW_MMAP and use in passthrough_hp
Bernd Schubert
-0
/
+4
2023-12-28
examples/notify_store_retrieve: Add a clean shutdown
Bernd Schubert
-11
/
+20
2023-12-17
Allow *xattr operations on root directory (ino 1)
amitgeron
-3
/
+3
2023-10-12
passthrough_hp: Fix clone-fd option (#850)
SteveYang
-0
/
+2
2023-10-11
Enabled parallel direct IO writes for passthrough examples
Bernd Schubert
-0
/
+13
2023-10-10
Fix typo in comment
Nikolaus Rath
-1
/
+1
2023-09-23
passthrough-hp: Fix --clone-fd
Bernd Schubert
-3
/
+2
2023-09-23
passthough_hp: Add a direct-io option
Bernd Schubert
-2
/
+12
2023-07-01
Add missing include.
Nikolaus Rath
-0
/
+1
2023-06-30
Make expire only function fail if no kernel support (#789)
HereThereBeDragons
-8
/
+33
2023-05-12
Add support for running xfstests.
Nikolaus Rath
-2
/
+56
2023-05-12
Do not daemonize to early
Nikolaus Rath
-2
/
+3
2023-04-12
Fuse mount: make auto_unmount compatible with suid/dev mount options (#762)
Matthias Görgens
-2
/
+7
2023-04-01
Fix compiler warning in hello_ll.c (#760)
Nikolaus Rath
-2
/
+4
2023-04-01
Add unit tests for setxattr() et al
Nikolaus Rath
-5
/
+54
2023-03-29
Fix typos and configure spellcheck for PRs
Yaroslav Halchenko
-2
/
+2
2023-01-28
Install a the configure_file (config.h) and use in headers
Bernd Schubert
-19
/
+1
2023-01-15
use off_t over __off64_t
psykose
-2
/
+2
2023-01-13
passthrough_hp: Avoid a bit code dup in readdir
Bernd Schubert
-14
/
+9
2023-01-13
passthrough_hp: Add options for clone_fd, max_threads, daemonize
Bernd Schubert
-2
/
+29
2023-01-10
Support application-defined I/O functions for FUSE fd
Tofik Sonono
-3
/
+361
2023-01-06
Test for fuse_lowlevel_notify_expire_entry.
HereThereBeDragons
-5
/
+18
2023-01-06
adding comments and capability discovery, enum for flags moved to top of file
HereThereBeDragons
-0
/
+2
2022-09-04
fuse-loop/fuse_do_work: Avoid lots of thread creations/destructions
Bernd Schubert
-5
/
+9
2022-04-08
Passthrough_ll should display cmd line options
Dharmendra singh
-0
/
+18
2022-03-31
passthrough_hp: Disable splice with the --nosplice option
Bernd Schubert
-7
/
+13
2022-03-31
passthrough_hp: Fix inode ref in sfs_unlink
Bernd Schubert
-0
/
+26
2022-03-14
Merge branch 'master' into fopen_noflush
Nikolaus Rath
-2
/
+0
2022-02-11
Removed duplicates code. (#642)
David Galeano
-2
/
+0
2022-01-03
Add support for FOPEN_NOFLUSH flag
Amir Goldstein
-0
/
+1
2021-06-14
passthrough_hp: excercise reusing inode numbers
Amir Goldstein
-7
/
+50
2021-06-09
Cuse example: Fix memory leak (#607)
Christian Menges
-5
/
+11
2021-05-09
Fix memory leaks in examples (#604)
Christian Menges
-1
/
+17
2021-05-09
Bump cxxopts from 2.2.0 to 2.2.1 (#602)
Christian Menges
-41
/
+78
2021-05-07
Fix doxygen warnings. (#600)
Junichi Uekawa
-3
/
+3
2021-03-18
Fix returning d_ino and d_type by readdir(3) in non-plus mode
Jean-Pierre André
-2
/
+16
2021-02-03
Fix returning inode numbers from readdir() in offset==0 mode. (#584)
Martin Pärtel
-1
/
+1
2021-01-01
Fix FUSE_COPY_FILE_RANGE in the passthrough example (#575)
Alan Somers
-2
/
+4
2020-11-24
examples/cuse_client: add include file to eliminate compiler warning (#568)
Rethan
-0
/
+2
2020-11-06
example/cuse_client.c: fix fd leakage problem
Zhiqiang Liu
-4
/
+10
2020-11-06
ioctl_client.c: fix potential fd leakage problem
Zhiqiang Liu
-3
/
+8
2020-09-20
Allow caching symlinks in kernel page cache. (#551)
Etienne Dublé
-0
/
+2
[next]