linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] fs meta data unmap
@ 2016-12-14 22:54 Jens Axboe
  0 siblings, 0 replies; only message in thread
From: Jens Axboe @ 2016-12-14 22:54 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-block, linux-kernel, linux-fsdevel

Hi Linus,

A series from Jan Kara, providing a more efficient way for unmapping
meta data from in the buffer cache than doing it block-by-block. Provide
a general helper that existing callers can use.

Please pull!


  git://git.kernel.dk/linux-block.git for-4.10/fs-unmap


----------------------------------------------------------------
Jan Kara (6):
      fs: Provide function to unmap metadata for a range of blocks
      direct-io: Use clean_bdev_aliases() instead of handmade iteration
      ext4: Use clean_bdev_aliases() instead of iteration
      ext2: Use clean_bdev_aliases() instead of iteration
      fs: Add helper to clean bdev aliases under a bh and use it
      fs: Remove unmap_underlying_metadata

 fs/buffer.c                 | 104 +++++++++++++++++++++++++++++++-------------
 fs/direct-io.c              |  28 +++---------
 fs/ext2/inode.c             |   9 ++--
 fs/ext4/extents.c           |  13 +-----
 fs/ext4/inode.c             |  18 +++-----
 fs/ext4/page-io.c           |   2 +-
 fs/mpage.c                  |   3 +-
 fs/ntfs/aops.c              |   2 +-
 fs/ntfs/file.c              |   5 +--
 fs/ocfs2/aops.c             |   2 +-
 fs/ufs/balloc.c             |   3 +-
 fs/ufs/inode.c              |   3 +-
 include/linux/buffer_head.h |   7 ++-
 13 files changed, 104 insertions(+), 95 deletions(-)

-- 
Jens Axboe

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2016-12-14 22:54 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-12-14 22:54 [GIT PULL] fs meta data unmap Jens Axboe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).