linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] xfs: fixes for 5.5-rc3
@ 2019-12-22 16:32 Darrick J. Wong
  2019-12-22 19:10 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Darrick J. Wong @ 2019-12-22 16:32 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: Darrick J. Wong, linux-fsdevel, linux-xfs, david, linux-kernel,
	sandeen, hch

Hi Linus,

Please pull these bug fixes for 5.5-rc3, which fix a few bugs that could
lead to corrupt files, fsck complaints, and filesystem crashes.

The branch has survived a couple of days of xfstests runs and merges
cleanly with this morning's master.  Please let me know if anything
strange happens.

--D

The following changes since commit e42617b825f8073569da76dc4510bfa019b1c35a:

  Linux 5.5-rc1 (2019-12-08 14:57:55 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git tags/xfs-5.5-fixes-2

for you to fetch changes up to 5084bf6b2006fcd46f1e44e3c51b687507b362e2:

  xfs: Make the symbol 'xfs_rtalloc_log_count' static (2019-12-20 08:07:31 -0800)

----------------------------------------------------------------
Fixes for 5.5:
- Minor documentation fixes
- Fix a file corruption due to read racing with an insert range
operation.
- Fix log reservation overflows when allocating large rt extents
- Fix a buffer log item flags check
- Don't allow administrators to mount with sunit= options that will
cause later xfs_repair complaints about the root directory being
suspicious because the fs geometry appeared inconsistent
- Fix a non-static helper that should have been static

----------------------------------------------------------------
Brian Foster (2):
      xfs: stabilize insert range start boundary to avoid COW writeback race
      xfs: use bitops interface for buf log item AIL flag check

Chen Wandun (1):
      xfs: Make the symbol 'xfs_rtalloc_log_count' static

Darrick J. Wong (5):
      xfs: fix log reservation overflows when allocating large rt extents
      libxfs: resync with the userspace libxfs
      xfs: refactor agfl length computation function
      xfs: split the sunit parameter update into two parts
      xfs: don't commit sunit/swidth updates to disk if that would cause repair failures

Randy Dunlap (1):
      xfs: fix Sphinx documentation warning

 Documentation/admin-guide/xfs.rst |   2 +-
 fs/xfs/libxfs/xfs_alloc.c         |  18 ++--
 fs/xfs/libxfs/xfs_bmap.c          |   5 +-
 fs/xfs/libxfs/xfs_dir2.c          |  21 +++++
 fs/xfs/libxfs/xfs_dir2_priv.h     |  29 ++-----
 fs/xfs/libxfs/xfs_dir2_sf.c       |   6 +-
 fs/xfs/libxfs/xfs_ialloc.c        |  64 +++++++++++++++
 fs/xfs/libxfs/xfs_ialloc.h        |   1 +
 fs/xfs/libxfs/xfs_trans_resv.c    |  96 +++++++++++++++++-----
 fs/xfs/xfs_bmap_util.c            |  12 +++
 fs/xfs/xfs_buf_item.c             |   2 +-
 fs/xfs/xfs_mount.c                | 168 ++++++++++++++++++++++++++------------
 fs/xfs/xfs_trace.h                |  21 +++++
 13 files changed, 341 insertions(+), 104 deletions(-)

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

* Re: [GIT PULL] xfs: fixes for 5.5-rc3
  2019-12-22 16:32 [GIT PULL] xfs: fixes for 5.5-rc3 Darrick J. Wong
@ 2019-12-22 19:10 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2019-12-22 19:10 UTC (permalink / raw)
  To: Darrick J. Wong
  Cc: Linus Torvalds, Darrick J. Wong, linux-fsdevel, linux-xfs, david,
	linux-kernel, sandeen, hch

The pull request you sent on Sun, 22 Dec 2019 08:32:18 -0800:

> git://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git tags/xfs-5.5-fixes-2

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

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-12-22 19:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-12-22 16:32 [GIT PULL] xfs: fixes for 5.5-rc3 Darrick J. Wong
2019-12-22 19:10 ` 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).