All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] fs: Provide function to unmap metadata for a range of blocks
@ 2016-10-21 11:55 Jan Kara
  2016-10-21 11:55 ` [PATCH 1/4] " Jan Kara
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Jan Kara @ 2016-10-21 11:55 UTC (permalink / raw)
  To: Jens Axboe; +Cc: linux-fsdevel, linux-ext4, Jan Kara

Hello,

I've noticed that in several places we need to unmap metadata in buffer cache
for a range of blocks and we do it by iterating over all blocks in given
range. Let's provide a helper function for that and implement it in a way
more efficient for larger ranges or blocks. The patches passed xfstests
for ext2 and ext4.

Jens, can you merge these patches if they look fine to you?

								Honza

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2016-10-24 11:45 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-10-21 11:55 [PATCH 0/4] fs: Provide function to unmap metadata for a range of blocks Jan Kara
2016-10-21 11:55 ` [PATCH 1/4] " Jan Kara
2016-10-21 12:05   ` Christoph Hellwig
2016-10-24 11:45     ` Jan Kara
2016-10-21 11:55 ` [PATCH 2/4] direct-io: Use unmap_underlying_metadata_ext() instead of handmade iteration Jan Kara
2016-10-21 11:55 ` [PATCH 3/4] ext4: Use unmap_underlying_metadata_ext() instead of iteration Jan Kara
2016-10-21 11:55 ` [PATCH 4/4] ext2: " Jan Kara

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.