summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-report
diff options
context:
space:
mode:
authorNamjae Jeon <linkinjeon@kernel.org>2026-07-21 16:03:01 +0900
committerNamjae Jeon <linkinjeon@kernel.org>2026-08-19 18:16:43 +0900
commita8a4681f2bfca3a782d6dfbba64d9f2a0ec90ba4 (patch)
tree9ee3cd822afd9898e6616c919a727a81cc563330 /tools/perf/scripts/python/bin/stackcollapse-report
parent8cd2bf1d7af98ead863c17ee9168270af2cae19b (diff)
ntfs: submit one bio per compressed write unit
ntfs_write_cb() allocates a single-vector bio and synchronously submits it whenever another output page cannot be added. A 64 KiB uncompressed unit therefore requires up to sixteen separate bio submissions. Allocate enough vectors for the complete unit, add all output pages, and perform one synchronous submission. Reviewed-by: Hyunchul Lee <hyc.lee@gmail.com> Signed-off-by: Namjae Jeon <linkinjeon@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-report')
0 files changed, 0 insertions, 0 deletions