summaryrefslogtreecommitdiff
path: root/rust/alloc/collections/git@git.tavy.me:linux.git
diff options
context:
space:
mode:
authorKonstantin Komarov <almaz.alexandrovich@paragon-software.com>2025-12-08 23:27:20 +0300
committerKonstantin Komarov <almaz.alexandrovich@paragon-software.com>2025-12-19 19:04:01 +0100
commit989e29450efaf4983c66b7a628f2ffc03b6d02e8 (patch)
tree3bfe56a10ce41a7d2e32ecaf3d36bfd09a842111 /rust/alloc/collections/git@git.tavy.me:linux.git
parent4248f563f0b76f3fb74b2a28ee068bf66fcbbedf (diff)
fs/ntfs3: improve readahead for bitmap initialization and large directory scans
Previously sequential reads operations relied solely on single-page reads, causing the block layer to perform many synchronous I/O requests, especially for large volumes or large directories. This patch introduces explicit readahead via page_cache_sync_readahead() and file_ra_state to reduce I/O latency and improve sequential throughput. Signed-off-by: Konstantin Komarov <almaz.alexandrovich@paragon-software.com>
Diffstat (limited to 'rust/alloc/collections/git@git.tavy.me:linux.git')
0 files changed, 0 insertions, 0 deletions