summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorNamjae Jeon <linkinjeon@kernel.org>2026-07-07 21:41:11 +0900
committerNamjae Jeon <linkinjeon@kernel.org>2026-08-17 15:00:33 +0900
commit8482150a0743c47104a190ef507d5a0108668ffb (patch)
tree3b2efa209dbdc4031835fc81d78628946b65e892 /tools/perf/scripts/python/bin
parentf7c0366e0a80bf8cd5eacc5479927abb50958b5e (diff)
ksmbd: support copychunk for alternate data streams
Copychunk rejects requests when either handle refers to an alternate data stream. These streams are stored in extended attributes and cannot be passed directly to vfs_copy_file_range(). Use the bounded buffered copy path when a source or destination is a stream. Obtain the source length from the stream extended attribute and perform I/O through the existing stream-aware read and write helpers. Keep vfs_copy_file_range() and its fallback for regular files only. Signed-off-by: Namjae Jeon <linkinjeon@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions