summaryrefslogtreecommitdiff
path: root/fs/fuse/passthrough.c
AgeCommit message (Expand)Author
2025-09-25fuse: move the backing file idr and code into a new source fileDarrick J. Wong
2025-08-27fuse: remove unused 'inode' parameter in fuse_passthrough_openChunsheng Luo
2025-08-26fuse: do not allow mapping a non-regular backing fileAmir Goldstein
2024-11-11backing-file: clean up the APIMiklos Szeredi
2024-10-25fuse: remove stray debug lineMiklos Szeredi
2024-10-16fuse: update inode size after extending passthrough writeAmir Goldstein
2024-10-16fs: pass offset and result to backing_file end_write() callbackAmir Goldstein
2024-09-19fuse: allow O_PATH fd for FUSE_DEV_IOC_BACKING_OPENMiklos Szeredi
2024-04-22fuse: verify zero padding in fuse_backing_mapAmir Goldstein
2024-03-05fuse: implement passthrough for mmapAmir Goldstein
2024-03-05fuse: implement splice read/write passthroughAmir Goldstein
2024-03-05fuse: implement read/write passthroughAmir Goldstein
2024-03-05fuse: implement open in passthrough modeAmir Goldstein
2024-03-05fuse: implement ioctls to manage backing filesAmir Goldstein
2024-02-23fuse: introduce FUSE_PASSTHROUGH capabilityAmir Goldstein