diff options
| author | Matthew Wilcox (Oracle) <[email protected]> | 2024-07-18 22:30:00 +0000 |
|---|---|---|
| committer | Theodore Ts'o <[email protected]> | 2024-08-27 01:47:03 +0000 |
| commit | 368a83cebbb949adbcc20877c35367178497d9cc (patch) | |
| tree | e5f681ccde842cb9a6b84cef5de36e325762b750 /fs/ext4/fast_commit.c | |
| parent | ext4: reduce stack usage in ext4_mpage_readpages() (diff) | |
| download | kernel-368a83cebbb949adbcc20877c35367178497d9cc.tar.gz kernel-368a83cebbb949adbcc20877c35367178497d9cc.zip | |
ext4: pipeline buffer reads in mext_page_mkuptodate()
Instead of synchronously reading one buffer at a time, submit reads
as we walk the buffers in the first loop, then wait for them in the
second loop. This should be significantly more efficient, particularly
on HDDs, but I have not measured.
Signed-off-by: Matthew Wilcox (Oracle) <[email protected]>
Link: https://patch.msgid.link/[email protected]
Signed-off-by: Theodore Ts'o <[email protected]>
Diffstat (limited to 'fs/ext4/fast_commit.c')
0 files changed, 0 insertions, 0 deletions
