linux-kernel.vger.kernel.org archive mirror
 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-fsdevel@vger.kernel.org, linux-xfs@vger.kernel.org,
	david@fromorbit.com, linux-kernel@vger.kernel.org,
	sandeen@sandeen.net, hch@lst.de
Subject: [GIT PULL] xfs: fixes for 5.10-rc1
Date: Fri, 23 Oct 2020 14:55:46 -0700	[thread overview]
Message-ID: <20201023215546.GU9832@magnolia> (raw)

Hi Linus,

Please pull this nice short branch, which integrates two bug fixes that
trickled in during the merge window.

The branch merges cleanly with upstream as of a few minutes ago, so
please let me know if anything strange happens.

--D

The following changes since commit 894645546bb12ce008dcba0f68834d270fcd1dde:

  xfs: fix Kconfig asking about XFS_SUPPORT_V4 when XFS_FS=n (2020-10-16 15:34:28 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git tags/xfs-5.10-merge-7

for you to fetch changes up to 2e76f188fd90d9ac29adbb82c30345f84d04bfa4:

  xfs: cancel intents immediately if process_intents fails (2020-10-21 16:28:46 -0700)

----------------------------------------------------------------
Fixes for 5.10-rc1:
- Make fallocate check the alignment of its arguments against the
fundamental allocation unit of the volume the file lives on, so that we
don't trigger the fs' alignment checks.
- Cancel unprocessed log intents immediately when log recovery fails, to
avoid a log deadlock.

----------------------------------------------------------------
Darrick J. Wong (2):
      xfs: fix fallocate functions when rtextsize is larger than 1
      xfs: cancel intents immediately if process_intents fails

 fs/xfs/xfs_bmap_util.c   | 18 +++++-------------
 fs/xfs/xfs_file.c        | 40 +++++++++++++++++++++++++++++++++++-----
 fs/xfs/xfs_linux.h       |  6 ++++++
 fs/xfs/xfs_log_recover.c |  8 ++++++++
 4 files changed, 54 insertions(+), 18 deletions(-)

             reply	other threads:[~2020-10-23 21:55 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-23 21:55 Darrick J. Wong [this message]
2020-10-24  0:26 ` [GIT PULL] xfs: fixes for 5.10-rc1 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=20201023215546.GU9832@magnolia \
    --to=djwong@kernel.org \
    --cc=david@fromorbit.com \
    --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 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).