linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] xfs: bug fixes for 5.1-rc3
@ 2019-03-29 13:33 Darrick J. Wong
  2019-03-29 21:50 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Darrick J. Wong @ 2019-03-29 13:33 UTC (permalink / raw)
  To: torvalds; +Cc: Dave Chinner, linux-kernel, linux-xfs, sandeen, hch

Hi Linus,

Here are a few fixes for some corruption bugs and uninitialized variable
problems.  The few patches here have gone through a few days worth of
fstest runs with no new problems observed; and they merge cleanly with
master as of a few hours ago.  Please let me know if you encounter any
problems merging them.

--D

The following changes since commit 9e98c678c2d6ae3a17cb2de55d17f69dddaa231b:

  Linux 5.1-rc1 (2019-03-17 14:22:26 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 2032a8a27b5cc0f578d37fa16fa2494b80a0d00a:

  xfs: serialize unaligned dio writes against all other dio writes (2019-03-26 08:37:55 -0700)

----------------------------------------------------------------
Changes since last update:
- Fix a bunch of static checker complaints about uninitialized variables
  and insufficient range checks.
- Avoid a crash when incore extent map data are corrupt.
- Disallow FITRIM when we haven't recovered the log and know the
  metadata are stale.
- Fix a data corruption when doing unaligned overlapping dio writes.

----------------------------------------------------------------
Brian Foster (2):
      xfs: don't trip over uninitialized buffer on extent read of corrupted inode
      xfs: serialize unaligned dio writes against all other dio writes

Darrick J. Wong (4):
      xfs: dabtree scrub needs to range-check level
      xfs: fix btree scrub checking with regards to root-in-inode
      xfs: always init bma in xfs_bmapi_write
      xfs: prohibit fstrim in norecovery mode

 fs/xfs/libxfs/xfs_bmap.c | 15 +++++++++------
 fs/xfs/scrub/btree.c     | 11 ++++++++++-
 fs/xfs/scrub/dabtree.c   |  5 +++++
 fs/xfs/xfs_discard.c     |  8 ++++++++
 fs/xfs/xfs_file.c        | 27 +++++++++++++++++----------
 5 files changed, 49 insertions(+), 17 deletions(-)

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

* Re: [GIT PULL] xfs: bug fixes for 5.1-rc3
  2019-03-29 13:33 [GIT PULL] xfs: bug fixes for 5.1-rc3 Darrick J. Wong
@ 2019-03-29 21:50 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2019-03-29 21:50 UTC (permalink / raw)
  To: Darrick J. Wong
  Cc: torvalds, Dave Chinner, linux-kernel, linux-xfs, sandeen, hch

The pull request you sent on Fri, 29 Mar 2019 06:33:11 -0700:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/c6503f12d135a616b25be99a492765fc9e9fe07e

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.wiki.kernel.org/userdoc/prtracker

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

end of thread, other threads:[~2019-03-29 21:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-29 13:33 [GIT PULL] xfs: bug fixes for 5.1-rc3 Darrick J. Wong
2019-03-29 21:50 ` pr-tracker-bot

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).