]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
fuse: implement splice read/write passthrough
authorAmir Goldstein <amir73il@gmail.com>
Fri, 13 Oct 2023 10:26:03 +0000 (13:26 +0300)
committerMiklos Szeredi <mszeredi@redhat.com>
Tue, 5 Mar 2024 12:40:42 +0000 (13:40 +0100)
commit5ca73468612d8e0767614992da8decc7f9f48926
treea344a087be0fa8d062f11f76b394f28a9345621b
parent57e1176e6086673d31bf0a0dc58e144c8e65e589
fuse: implement splice read/write passthrough

This allows passing fstests generic/249 and generic/591.

Signed-off-by: Amir Goldstein <amir73il@gmail.com>
Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
fs/fuse/file.c
fs/fuse/fuse_i.h
fs/fuse/passthrough.c