aboutsummaryrefslogtreecommitdiffstats
path: root/example/passthrough_ll.c
AgeCommit message (Expand)AuthorLines
2025-09-19fuse_log: Add __attribute__((format(printf, ) and fix warningsBernd Schubert-14/+16
2025-09-16libfuse: don't put HAVE_STATX in a public headerDarrick J. Wong-1/+1
2025-07-16Add statx supportJoanne Koong-0/+25
2025-07-13example/passthrough: refactor fallocateCismonX-14/+2
2025-06-27license: s/COPYING/GPL2.txt, s/COPYING.LIB/LGPL2.txtizxl007-1/+1
2025-02-10Build fixes for -OgBernd Schubert-1/+1
2025-01-01passthrough_ll: set correct keep_cache flag in opendir (#1083)Amir Goldstein-1/+3
2024-12-30Add 64-bit conn::{capable,want}_ext fieldsBernd Schubert-10/+12
2024-11-27support FUSE_TMPFILE in the low level APIHorst Birthelmer-19/+87
2024-09-12getattr: Make use of FUSE_GETATTR_FH in lowlevel examplesBernd Schubert-1/+2
2024-06-04Add support for no_interrupt (#956)yangyun50-0/+3
2024-04-20example/: Convert all fuse_session_loop_mt users to 3.12 API (#931)Bernd Schubert-5/+8
2024-04-20passthrough_ll: fix fd leaks in lo_destroy() (#929)legezywzh-0/+1
2024-04-02Add more documentation for FUSE_CAP_EXPORT_SUPPORT (#917)Bernd Schubert-3/+0
2024-02-26Enable direct IO for passthrough examples when open has flag O_DIRECTyangyun-0/+6
2024-02-23passthrough_example: make parallel_direct_writes more clearlyyangyun-0/+6
2023-10-11Enabled parallel direct IO writes for passthrough examplesBernd Schubert-0/+5
2023-04-12Fuse mount: make auto_unmount compatible with suid/dev mount options (#762)Matthias Görgens-2/+7
2023-01-28Install a the configure_file (config.h) and use in headersBernd Schubert-2/+0
2022-04-08Passthrough_ll should display cmd line optionsDharmendra singh-0/+18
2021-05-09Fix memory leaks in examples (#604)Christian Menges-0/+12
2020-09-09Updated example code to work with new API (#547)AKowshik-3/+7
2020-05-14passthrough_ll: remove symlink fallbacks (#514)Miklos Szeredi-70/+8
2020-03-13State GPL version in comment (#485)Dr. David Alan Gilbert-1/+1
2020-02-24passthrough_ll: Remove unneeded variable assignment (#501)philmd-2/+0
2020-01-30examples: mark ops variables constant (#496)zsugabubus-1/+1
2020-01-24passthrough_ll: Use cache_readdir for directory open (#492)Misono Tomohiro-1/+1
2020-01-06passthrough_ll: pass correct errno to fuse_reply_err()Dr. David Alan Gilbert-1/+1
2019-11-03Implement lseek operation (#457)Yuri Per-0/+14
2019-11-03passthrough_ll: drop lo_dirp->fd field (#464)Stefan Hajnoczi-7/+9
2019-09-10passthrough_ll: use fuse_log() instead of err()/errx()Stefan Hajnoczi-8/+17
2019-09-10passthrough_ll: use fuse_log()Stefan Hajnoczi-16/+16
2019-09-09passthrough_ll: fix fallocate variant ifdefs (#449)Dr. David Alan Gilbert-2/+2
2019-05-15passthrough: fix unix-domain sockets on FreeBSD (#413)Alan Somers-9/+4
2019-04-18Add fallocate and use it instead of posix_fallocate if possible (#398)Liu Bo-0/+7
2019-01-22passthrough_ll: lo_create() should honor CACHE_NEVER (#345)Miklos Szeredi-0/+5
2018-12-29Fixed memory leak.Nikolaus Rath-5/+0
2018-11-27Fix fd/inode leakNikolaus Rath-13/+19
2018-11-24Avoid needless telldir() call.Nikolaus Rath-1/+1
2018-11-24Fixed lookup-count leak in do_readdir().Nikolaus Rath-3/+7
2018-11-19examples: add copy_file_range() support to passthrough(_fh)Niels de Vos-0/+30
2018-11-09Don't crash if mountpoint is not specified.Nikolaus Rath-0/+7
2018-10-10passthrough_ll: initialize unused memoryMiklos Szeredi-3/+4
2018-10-10passthrough_ll: allow configuring cachingMiklos Szeredi-8/+55
2018-10-10passthrough_ll: add *xattr() operationsMiklos Szeredi-0/+186
2018-10-10passthrough_ll: add flock()Miklos Szeredi-0/+23
2018-10-10passthrough_ll: whitespace cleanupMiklos Szeredi-6/+5
2018-10-10passthrough_ll: add forget_multi()Vivek Goyal-1/+16
2018-10-10passthrough_ll: add source optionVivek Goyal-2/+19
2018-10-10passthrough_ll: add some of the missing operationsMiklos Szeredi-1/+324