All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] xfs: Use bulk page allocator for buffer cache
@ 2021-06-01  5:04 Dave Chinner
  2021-06-02 19:16 ` Darrick J. Wong
  0 siblings, 1 reply; 2+ messages in thread
From: Dave Chinner @ 2021-06-01  5:04 UTC (permalink / raw)
  To: djwong; +Cc: linux-xfs

Hi Darrick,

Please pull the reviewed series from the signed tag detailed below.
This has been updated with all the latested RVB tags and the couple
of typos/whitespace issues you noticed when reviewing it. The branch
is based on linux-xfs/master, and merges cleanly into the current
for-next branch.

I sent a pull-req rather than posting the series again just for rvb
updates as we already have enough noise on the list. Let me know if
you would prefer patches over pull requests, or whether you want
more information in the tags in future (e.g. series description for
the merge commit) or anything else like that.

Cheers,

Dave.

The following changes since commit d07f6ca923ea0927a1024dfccafc5b53b61cfecc:

  Linux 5.13-rc2 (2021-05-16 15:27:44 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs.git tags/xfs-buf-bulk-alloc-tag

for you to fetch changes up to 8bb870dee3c14ac0eded777a5c2d6d07a6cdd10c:

  xfs: merge xfs_buf_allocate_memory (2021-06-01 13:40:37 +1000)

----------------------------------------------------------------
XFS buffer cache bulk page allocation

----------------------------------------------------------------
Christoph Hellwig (2):
      xfs: simplify the b_page_count calculation
      xfs: cleanup error handling in xfs_buf_get_map

Dave Chinner (8):
      xfs: split up xfs_buf_allocate_memory
      xfs: use xfs_buf_alloc_pages for uncached buffers
      xfs: use alloc_pages_bulk_array() for buffers
      xfs: merge _xfs_buf_get_pages()
      xfs: move page freeing into _xfs_buf_free_pages()
      xfs: remove ->b_offset handling for page backed buffers
      xfs: get rid of xb_to_gfp()
      xfs: merge xfs_buf_allocate_memory

 fs/xfs/libxfs/xfs_ag.c |   1 -
 fs/xfs/xfs_buf.c       | 305 +++++++++++++++++++++++++++++++++++++++++++++++-------------------------------------------------------------------------
 fs/xfs/xfs_buf.h       |   3 +-
 3 files changed, 120 insertions(+), 189 deletions(-)

-- 
Dave Chinner
david@fromorbit.com

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

end of thread, other threads:[~2021-06-02 19:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-01  5:04 [GIT PULL] xfs: Use bulk page allocator for buffer cache Dave Chinner
2021-06-02 19:16 ` Darrick J. Wong

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.