public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: "Darrick J. Wong" <djwong@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: "Darrick J. Wong" <djwong@kernel.org>,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
	linux-xfs <linux-xfs@vger.kernel.org>,
	Eric Sandeen <sandeen@sandeen.net>
Subject: [GIT PULL] xfs: updates for 4.13, part 2
Date: Fri, 14 Jul 2017 16:37:50 -0700	[thread overview]
Message-ID: <20170714233750.GD4224@magnolia> (raw)

Hi Linus,

Here are some more changes for you for 4.13; they're largely debugging
and regression fixes.  The branch merges against this afternoon's HEAD
without issue; a quick overnight xfstests run against yesterday's HEAD
came out cleanly.  Let me know if there are any problems.

--Darrick

The following changes since commit cd87d867920155911d0d2e6485b769d853547750:

  xfs: don't crash on unexpected holes in dir/attr btrees (2017-07-07 18:55:17 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git tags/xfs-4.13-merge-6

for you to fetch changes up to d6ab17f261919d212ec0a9e33d01f46df0ec1fde:

  vfs: in iomap seek_{hole,data}, return -ENXIO for negative offsets (2017-07-13 14:55:05 -0700)

----------------------------------------------------------------
Changes since last update:
- Add some locking assertions for the _ilock helpers.
- Revert the XFS_QMOPT_NOLOCK patch; after discussion with hch the
  online fsck patch that would have needed it has been redesigned and
  no longer needs it.
- Fix behavioral regression of SEEK_HOLE/DATA with negative offsets to match
  4.12-era XFS behavior.

----------------------------------------------------------------
Christoph Hellwig (4):
      xfs: fixup xfs_attr_get_ilocked
      xfs: assert locking precondіtion in xfs_attr_list_int_ilocked
      xfs: assert locking precondition in xfs_readlink_bmap_ilocked
      Revert "xfs: grab dquots without taking the ilock"

Darrick J. Wong (1):
      vfs: in iomap seek_{hole,data}, return -ENXIO for negative offsets

 fs/iomap.c                     |  8 ++++----
 fs/xfs/libxfs/xfs_attr.c       |  4 +++-
 fs/xfs/libxfs/xfs_quota_defs.h |  2 --
 fs/xfs/xfs_attr_list.c         |  2 ++
 fs/xfs/xfs_dquot.c             | 14 ++++----------
 fs/xfs/xfs_symlink.c           |  2 ++
 6 files changed, 15 insertions(+), 17 deletions(-)

                 reply	other threads:[~2017-07-14 23:37 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=20170714233750.GD4224@magnolia \
    --to=djwong@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox