Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1673757 > unrolled thread

[GIT PULL] xfs: updates for 4.12-rc7

Started by"Darrick J. Wong" <djwong@kernel.org>
First post2017-06-23 20:30 +0200
Last post2017-06-23 20:30 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [GIT PULL] xfs: updates for 4.12-rc7 "Darrick J. Wong" <djwong@kernel.org> - 2017-06-23 20:30 +0200

#1673757 — [GIT PULL] xfs: updates for 4.12-rc7

From"Darrick J. Wong" <djwong@kernel.org>
Date2017-06-23 20:30 +0200
Subject[GIT PULL] xfs: updates for 4.12-rc7
Message-ID<tVBvc-5CD-7@gated-at.bofh.it>
Hi Linus,

I've one more bugfix for you for 4.12-rc7 to fix a disk corruption
problem.

--Darrick

The following changes since commit 95989c46d2a156365867b1d795fdefce71bce378:

  xfs: fix spurious spin_is_locked() assert failures on non-smp kernels (2017-06-08 08:23:07 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git tags/xfs-4.12-fixes-5

for you to fetch changes up to eb5e248d502bec191bd99f04cae8b49992b3abde:

  xfs: don't allow bmap on rt files (2017-06-21 20:27:35 -0700)

----------------------------------------------------------------
Changes since last update:
- don't allow swapon on files on the realtime device, because the swap
  code will swap pages out to blocks on the data device, thereby
  corrupting the filesystem

----------------------------------------------------------------
Darrick J. Wong (1):
      xfs: don't allow bmap on rt files

 fs/xfs/xfs_aops.c | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web