aboutsummaryrefslogtreecommitdiff
path: root/fs/fuse/passthrough.c
AgeCommit message (Expand)AuthorFilesLines
2024-10-25fuse: remove stray debug lineMiklos Szeredi1-1/+0
2024-10-16fuse: update inode size after extending passthrough writeAmir Goldstein1-1/+1
2024-10-16fs: pass offset and result to backing_file end_write() callbackAmir Goldstein1-3/+3
2024-09-19fuse: allow O_PATH fd for FUSE_DEV_IOC_BACKING_OPENMiklos Szeredi1-5/+2
2024-04-22fuse: verify zero padding in fuse_backing_mapAmir Goldstein1-1/+1
2024-03-05fuse: implement passthrough for mmapAmir Goldstein1-0/+16
2024-03-05fuse: implement splice read/write passthroughAmir Goldstein1-0/+45
2024-03-05fuse: implement read/write passthroughAmir Goldstein1-0/+69
2024-03-05fuse: implement open in passthrough modeAmir Goldstein1-0/+59
2024-03-05fuse: implement ioctls to manage backing filesAmir Goldstein1-0/+136
2024-02-23fuse: introduce FUSE_PASSTHROUGH capabilityAmir Goldstein1-0/+30