Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1704742 > unrolled thread

Re: [PATCH v2] ext4: make xattr inode reads faster

Started byTheodore Ts'o <tytso@mit.edu>
First post2017-08-06 06:20 +0200
Last post2017-08-06 06:20 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: [PATCH v2] ext4: make xattr inode reads faster Theodore Ts'o <tytso@mit.edu> - 2017-08-06 06:20 +0200

#1704742 — Re: [PATCH v2] ext4: make xattr inode reads faster

FromTheodore Ts'o <tytso@mit.edu>
Date2017-08-06 06:20 +0200
SubjectRe: [PATCH v2] ext4: make xattr inode reads faster
Message-ID<ublcJ-5Qr-5@gated-at.bofh.it>
On Sun, Jul 16, 2017 at 11:20:12PM -0700, Tahsin Erdogan wrote:
> ext4_xattr_inode_read() currently reads each block sequentially while
> waiting for io operation to complete before moving on to the next
> block. This prevents request merging in block layer.
> 
> Add a ext4_bread_batch() function that starts reads for all blocks
> then optionally waits for them to complete. A similar logic is used
> in ext4_find_entry(), so update that code to use the new function.
> 
> Signed-off-by: Tahsin Erdogan <tahsin@google.com>

Thanks, applied.

					- Ted

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web