aboutsummaryrefslogtreecommitdiffstats
path: root/fs/jbd2/commit.c
diff options
context:
space:
mode:
authorRitesh Harjani <[email protected]>2019-10-16 07:37:10 +0000
committerTheodore Ts'o <[email protected]>2019-10-22 19:32:53 +0000
commitc8cc88163f40df39e50cda63ac361631864b453e (patch)
treef562970d46082d4f02ffa4f19faf15a1a97f94b8 /fs/jbd2/commit.c
parentext4: Refactor mpage_map_and_submit_buffers function (diff)
downloadkernel-c8cc88163f40df39e50cda63ac361631864b453e.tar.gz
kernel-c8cc88163f40df39e50cda63ac361631864b453e.zip
ext4: Add support for blocksize < pagesize in dioread_nolock
This patch adds the support for blocksize < pagesize for dioread_nolock feature. Since in case of blocksize < pagesize, we can have multiple small buffers of page as unwritten extents, we need to maintain a vector of these unwritten extents which needs the conversion after the IO is complete. Thus, we maintain a list of tuple <offset, size> pair (io_end_vec) for this & traverse this list to do the unwritten to written conversion. Signed-off-by: Ritesh Harjani <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Theodore Ts'o <[email protected]>
Diffstat (limited to 'fs/jbd2/commit.c')
0 files changed, 0 insertions, 0 deletions