linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Darrick J. Wong" <djwong@kernel.org>
To: xfs <linux-xfs@vger.kernel.org>
Subject: [ANNOUNCE] xfs-linux: for-next **REBASED** to 11a83f4c3930
Date: Thu, 14 Oct 2021 09:28:00 -0700	[thread overview]
Message-ID: <20211014162800.GB24307@magnolia> (raw)

Hi folks,

The for-next branch of the xfs-linux repository at:

	git://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git

has just been updated.

Patches often get missed, so please check if your outstanding patches
were in this update. If they have not been in this update, please
resubmit them to linux-xfs@vger.kernel.org so they can be picked up in
the next update.

Apologies for the rebase -- after looking through the patches a second
time, I noticed that Rustam's patch contained changes to the SLOB code,
decided that wasn't appropriate for an xfs patch, and kicked out that
chunk.

The new head of the for-next branch is commit:

11a83f4c3930 xfs: remove the xfs_dqblk_t typedef

New Commits:

Christoph Hellwig (3):
      [de38db7239c4] xfs: remove the xfs_dinode_t typedef
      [ed67ebfd7c40] xfs: remove the xfs_dsb_t typedef
      [11a83f4c3930] xfs: remove the xfs_dqblk_t typedef

Darrick J. Wong (8):
      [c5db9f937b29] xfs: formalize the process of holding onto resources across a defer roll
      [512edfac85d2] xfs: port the defer ops capture and continue to resource capture
      [78e8ec83a404] xfs: fix maxlevels comparisons in the btree staging code
      [ae127f087dc2] xfs: remove xfs_btree_cur_t typedef
      [510a28e195cd] xfs: don't allocate scrub contexts on the stack
      [f4585e82340b] xfs: stricter btree height checking when looking for errors
      [1ba6fd34ca63] xfs: stricter btree height checking when scanning for btree roots
      [4c175af2ccd3] xfs: check that bc_nlevels never overflows

Gustavo A. R. Silva (1):
      [a785fba7df9a] xfs: Use kvcalloc() instead of kvzalloc()

Rustam Kovhaev (1):
      [c30a0cbd07ec] xfs: use kmem_cache_free() for kmem_cache objects


Code Diffstat:

 fs/xfs/libxfs/xfs_alloc.c         |  12 +--
 fs/xfs/libxfs/xfs_bmap.c          |  12 +--
 fs/xfs/libxfs/xfs_btree.c         |  14 ++--
 fs/xfs/libxfs/xfs_btree.h         |  12 +--
 fs/xfs/libxfs/xfs_btree_staging.c |   6 +-
 fs/xfs/libxfs/xfs_defer.c         | 171 ++++++++++++++++++++++++++------------
 fs/xfs/libxfs/xfs_defer.h         |  38 +++++++--
 fs/xfs/libxfs/xfs_dquot_buf.c     |   4 +-
 fs/xfs/libxfs/xfs_format.h        |  12 +--
 fs/xfs/libxfs/xfs_inode_buf.c     |   6 +-
 fs/xfs/libxfs/xfs_inode_fork.c    |  16 ++--
 fs/xfs/libxfs/xfs_sb.c            |   4 +-
 fs/xfs/scrub/agheader.c           |  13 +--
 fs/xfs/scrub/agheader_repair.c    |   8 +-
 fs/xfs/scrub/btree.c              |  54 +++++++-----
 fs/xfs/scrub/dabtree.c            |  62 +++++++-------
 fs/xfs/scrub/repair.h             |   3 +
 fs/xfs/scrub/scrub.c              |  64 +++++++-------
 fs/xfs/xfs_bmap_item.c            |   2 +-
 fs/xfs/xfs_buf_item_recover.c     |   2 +-
 fs/xfs/xfs_dquot.c                |   2 +-
 fs/xfs/xfs_extfree_item.c         |   8 +-
 fs/xfs/xfs_ioctl.c                |   6 +-
 fs/xfs/xfs_log_recover.c          |  12 +--
 fs/xfs/xfs_qm.c                   |   2 +-
 fs/xfs/xfs_refcount_item.c        |   2 +-
 fs/xfs/xfs_rmap_item.c            |   2 +-
 fs/xfs/xfs_trans.c                |   8 +-
 fs/xfs/xfs_trans.h                |   6 --
 29 files changed, 337 insertions(+), 226 deletions(-)

                 reply	other threads:[~2021-10-14 16:28 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20211014162800.GB24307@magnolia \
    --to=djwong@kernel.org \
    --cc=linux-xfs@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).