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_ll.c
Age
Commit message (
Expand
)
Author
Lines
2024-09-12
getattr: Make use of FUSE_GETATTR_FH in lowlevel examples
Bernd Schubert
-1
/
+2
2024-06-04
Add support for no_interrupt (#956)
yangyun50
-0
/
+3
2024-04-20
example/: Convert all fuse_session_loop_mt users to 3.12 API (#931)
Bernd Schubert
-5
/
+8
2024-04-20
passthrough_ll: fix fd leaks in lo_destroy() (#929)
legezywzh
-0
/
+1
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
2023-10-11
Enabled parallel direct IO writes for passthrough examples
Bernd Schubert
-0
/
+5
2023-04-12
Fuse mount: make auto_unmount compatible with suid/dev mount options (#762)
Matthias Görgens
-2
/
+7
2023-01-28
Install a the configure_file (config.h) and use in headers
Bernd Schubert
-2
/
+0
2022-04-08
Passthrough_ll should display cmd line options
Dharmendra singh
-0
/
+18
2021-05-09
Fix memory leaks in examples (#604)
Christian Menges
-0
/
+12
2020-09-09
Updated example code to work with new API (#547)
AKowshik
-3
/
+7
2020-05-14
passthrough_ll: remove symlink fallbacks (#514)
Miklos Szeredi
-70
/
+8
2020-03-13
State GPL version in comment (#485)
Dr. David Alan Gilbert
-1
/
+1
2020-02-24
passthrough_ll: Remove unneeded variable assignment (#501)
philmd
-2
/
+0
2020-01-30
examples: mark ops variables constant (#496)
zsugabubus
-1
/
+1
2020-01-24
passthrough_ll: Use cache_readdir for directory open (#492)
Misono Tomohiro
-1
/
+1
2020-01-06
passthrough_ll: pass correct errno to fuse_reply_err()
Dr. David Alan Gilbert
-1
/
+1
2019-11-03
Implement lseek operation (#457)
Yuri Per
-0
/
+14
2019-11-03
passthrough_ll: drop lo_dirp->fd field (#464)
Stefan Hajnoczi
-7
/
+9
2019-09-10
passthrough_ll: use fuse_log() instead of err()/errx()
Stefan Hajnoczi
-8
/
+17
2019-09-10
passthrough_ll: use fuse_log()
Stefan Hajnoczi
-16
/
+16
2019-09-09
passthrough_ll: fix fallocate variant ifdefs (#449)
Dr. David Alan Gilbert
-2
/
+2
2019-05-15
passthrough: fix unix-domain sockets on FreeBSD (#413)
Alan Somers
-9
/
+4
2019-04-18
Add fallocate and use it instead of posix_fallocate if possible (#398)
Liu Bo
-0
/
+7
2019-01-22
passthrough_ll: lo_create() should honor CACHE_NEVER (#345)
Miklos Szeredi
-0
/
+5
2018-12-29
Fixed memory leak.
Nikolaus Rath
-5
/
+0
2018-11-27
Fix fd/inode leak
Nikolaus Rath
-13
/
+19
2018-11-24
Avoid needless telldir() call.
Nikolaus Rath
-1
/
+1
2018-11-24
Fixed lookup-count leak in do_readdir().
Nikolaus Rath
-3
/
+7
2018-11-19
examples: add copy_file_range() support to passthrough(_fh)
Niels de Vos
-0
/
+30
2018-11-09
Don't crash if mountpoint is not specified.
Nikolaus Rath
-0
/
+7
2018-10-10
passthrough_ll: initialize unused memory
Miklos Szeredi
-3
/
+4
2018-10-10
passthrough_ll: allow configuring caching
Miklos Szeredi
-8
/
+55
2018-10-10
passthrough_ll: add *xattr() operations
Miklos Szeredi
-0
/
+186
2018-10-10
passthrough_ll: add flock()
Miklos Szeredi
-0
/
+23
2018-10-10
passthrough_ll: whitespace cleanup
Miklos Szeredi
-6
/
+5
2018-10-10
passthrough_ll: add forget_multi()
Vivek Goyal
-1
/
+16
2018-10-10
passthrough_ll: add source option
Vivek Goyal
-2
/
+19
2018-10-10
passthrough_ll: add some of the missing operations
Miklos Szeredi
-1
/
+324
2018-10-10
passthrough_ll: add is_symlink to lo_inode
Miklos Szeredi
-0
/
+3
2018-10-10
passthrough_ll: set umask at startup
Miklos Szeredi
-0
/
+3
2018-10-10
passthrough_ll: fix refcount for "." and ".." entries
Miklos Szeredi
-7
/
+19
2018-10-10
passthrough_ll: add locking to inode cache
Miklos Szeredi
-26
/
+51
2018-04-13
Invert calloc(3) argument order (`nmemb` comes first)
Tomohiro Kusumi
-1
/
+1
2018-01-15
Fix typo in "passthrough" docstring (#229)
Mateusz Urbańczyk
-1
/
+1
2017-09-25
Removed unneccessary #include <config.h> from examples
Nikolaus Rath
-4
/
+0
2017-08-24
passthrough_ll: only active EXPORT_SUPPORT of supported by kernel.
Nikolaus Rath
-1
/
+3
2017-08-06
Added writeback cache to passthrough_ll
Nikolaus Rath
-2
/
+46
[next]