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
/
passthrough_hp.cc
Age
Commit message (
Expand
)
Author
Lines
2025-04-15
passthrough_hp: enable splice move by default
Joanne Koong
-3
/
+5
2025-04-15
fuse_lowlevel: Set bufsize if HAVE_SPLICE is not define and avoid race
Bernd Schubert
-0
/
+3
2024-11-27
support FUSE_TMPFILE in the low level API
Horst Birthelmer
-0
/
+81
2024-11-13
Add FUSE_CAP_NO_EXPORT and use it in passthrough_hp
Bernd Schubert
-0
/
+10
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
-5
/
+5
2024-08-01
example/passthrough_hp: Remove unused includes
Bernd Schubert
-4
/
+0
2024-07-30
example/passthrough_hp: Fix . and .. readdir lookup count
Bernd Schubert
-5
/
+7
2024-07-14
Add syslog and fatal signal handler feature
Bernd Schubert
-1
/
+10
2024-07-08
passthrough_hp: include . and .. in readdir
Joanne Koong
-5
/
+10
2024-06-07
libfuse: have passthrough_hp return an error with invalid mount options
Josef Bacik
-0
/
+1
2024-06-04
Add support for no_interrupt (#956)
yangyun50
-0
/
+3
2024-05-13
Enable passthrough mode for read/write operations (#919)
Amir Goldstein
-2
/
+64
2024-04-02
Add more documentation for FUSE_CAP_EXPORT_SUPPORT (#917)
Bernd Schubert
-3
/
+0
2024-02-26
Enable direct IO for passthrough examples when open has flag O_DIRECT
yangyun
-0
/
+6
2024-02-23
passthrough_example: make parallel_direct_writes more clearly
yangyun
-0
/
+6
2024-01-10
Add FUSE_CAP_DIRECT_IO_ALLOW_MMAP and use in passthrough_hp
Bernd Schubert
-0
/
+4
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
/
+4
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-05-12
Add support for running xfstests.
Nikolaus Rath
-2
/
+56
2023-05-12
Do not daemonize to early
Nikolaus Rath
-2
/
+3
2023-03-29
Fix typos and configure spellcheck for PRs
Yaroslav Halchenko
-1
/
+1
2023-01-28
Install a the configure_file (config.h) and use in headers
Bernd Schubert
-4
/
+0
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
2022-09-04
fuse-loop/fuse_do_work: Avoid lots of thread creations/destructions
Bernd Schubert
-5
/
+9
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-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-05-09
Fix memory leaks in examples (#604)
Christian Menges
-1
/
+5
2020-05-14
passthrough_ll: remove symlink fallbacks (#514)
Miklos Szeredi
-69
/
+6
2020-03-13
State GPL version in comment (#485)
Dr. David Alan Gilbert
-1
/
+1
2020-02-04
Include limits.h because of PATH_MAX usage. (#498)
maxice8
-0
/
+1
2019-05-12
Fix includes of non-system headers.
Nikolaus Rath
-2
/
+2
2019-05-09
Added new example filesystem
Nikolaus Rath
-0
/
+1280