summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorNamjae Jeon <linkinjeon@kernel.org>2026-07-21 11:57:36 +0900
committerNamjae Jeon <linkinjeon@kernel.org>2026-08-19 18:16:40 +0900
commitf2b2aeeaadce5c2e30dd5cab995c121f95132ee4 (patch)
tree58e2c5436b5163dfc93db18f4b01cec1396bda47 /tools/perf/scripts/python
parent3e497af63725c8ef24f7f8d34d8fd7975142c71d (diff)
ntfs: support large pages in compressed writes
ntfs_compress_write() derives its page count by shifting the compression block size and assumes that every compression block begins at a page boundary. This produces a zero page count for small compression blocks on large-page systems and ignores an in-page compression block offset. Map every page covering the compression block, pass the in-page offset to ntfs_write_cb(), and stage uncompressed output in page-aligned pages. Reviewed-by: Hyunchul Lee <hyc.lee@gmail.com> Signed-off-by: Namjae Jeon <linkinjeon@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions