All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Darrick J. Wong" <djwong@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-fsdevel@vger.kernel.org, linux-xfs@vger.kernel.org,
	david@fromorbit.com, linux-kernel@vger.kernel.org,
	sandeen@sandeen.net, hch@lst.de,
	fstests <fstests@vger.kernel.org>
Subject: [GIT PULL] xfs: bug fixes for 5.19-rc3
Date: Sat, 18 Jun 2022 21:14:21 -0700	[thread overview]
Message-ID: <Yq6inbC6Y6YT0uGJ@magnolia> (raw)

Hi Linus,

Please pull this branch containing bug fixes for XFS for 5.19-rc3.
There's not a whole lot this time around (I'm still on vacation) but
here are some important fixes for new features merged in -rc1.

As usual, I did a test-merge with upstream master as of a few minutes
ago, and it completed flawlessly.  Please let me know if you encounter
any problems.

--D

The following changes since commit b13baccc3850ca8b8cccbf8ed9912dbaa0fdf7f3:

  Linux 5.19-rc2 (2022-06-12 16:11:37 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git tags/xfs-5.19-fixes-1

for you to fetch changes up to e89ab76d7e2564c65986add3d634cc5cf5bacf14:

  xfs: preserve DIFLAG2_NREXT64 when setting other inode attributes (2022-06-15 23:13:33 -0700)

----------------------------------------------------------------
Fixes for 5.19-rc3:
 - Fix a bug where inode flag changes would accidentally drop nrext64.
 - Fix a race condition when toggling LARP mode.

----------------------------------------------------------------
Darrick J. Wong (3):
      xfs: fix TOCTOU race involving the new logged xattrs control knob
      xfs: fix variable state usage
      xfs: preserve DIFLAG2_NREXT64 when setting other inode attributes

 fs/xfs/libxfs/xfs_attr.c      |  9 +++++----
 fs/xfs/libxfs/xfs_attr.h      | 12 +-----------
 fs/xfs/libxfs/xfs_attr_leaf.c |  2 +-
 fs/xfs/libxfs/xfs_da_btree.h  |  4 +++-
 fs/xfs/xfs_attr_item.c        | 15 +++++++++------
 fs/xfs/xfs_ioctl.c            |  3 ++-
 fs/xfs/xfs_xattr.c            | 17 ++++++++++++++++-
 7 files changed, 37 insertions(+), 25 deletions(-)

             reply	other threads:[~2022-06-19  4:14 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-19  4:14 Darrick J. Wong [this message]
2022-06-19 15:01 ` [GIT PULL] xfs: bug fixes for 5.19-rc3 pr-tracker-bot

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=Yq6inbC6Y6YT0uGJ@magnolia \
    --to=djwong@kernel.org \
    --cc=david@fromorbit.com \
    --cc=fstests@vger.kernel.org \
    --cc=hch@lst.de \
    --cc=linux-fsdevel@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-xfs@vger.kernel.org \
    --cc=sandeen@sandeen.net \
    --cc=torvalds@linux-foundation.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 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.