lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:   Fri, 2 Sep 2016 08:27:02 +1000
From:   Dave Chinner <david@...morbit.com>
To:     torvalds@...ux-foundation.org
Cc:     akpm@...ux-foundation.org, linux-kernel@...r.kernel.org,
        xfs@....sgi.com, linux-xfs@...r.kernel.org
Subject: [GIT PULL] xfs, iomap: fixes for 4.8-rc5

Hi Linus,

Can you please pull this XFS and iomap update from the tag below?
Most of these changes are small regression fixes that address
problems introduced in the 4.8-rc1 window. The two fixes that aren't
(IO completion fix and superblock inprogress check) are fixes for
problems introduced some time ago and need to be pushed back to
stable kernels.

Thanks!

Dave.

--

The following changes since commit 32438cf9d54bd53b531f6d98814e84dd278360c1:

  Merge branch 'iomap-fixes-4.8-rc3' into for-next (2016-08-17 11:13:37 +1000)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs.git tags/xfs-iomap-for-linus-4.8-rc5

for you to fetch changes up to ea78d80866ce375defb2fdd1c8a3aafec95e0f85:

  xfs: track log done items directly in the deferred pending work item (2016-08-30 13:51:39 +1000)

----------------------------------------------------------------
xfs: updates for 4.8-rc5

Changes in this update:
o iomap FIEMAP_EXTENT_MERGED usage fix
o additional mount-time feature restrictions
o rmap btree query fixes
o freeze/unmount io completion workqueue fix
o memory corruption fix for deferred operations handling

----------------------------------------------------------------
Brian Foster (1):
      xfs: prevent dropping ioend completions during buftarg wait

Christoph Hellwig (1):
      iomap: don't set FIEMAP_EXTENT_MERGED for extent based filesystems

Darrick J. Wong (6):
      xfs: don't perform lookups on zero-height btrees
      xfs: disallow mounting of realtime + rmap filesystems
      xfs: don't log the entire end of the AGF
      xfs: fix some key handling problems in _btree_simple_query_range
      xfs: simple btree query range should look right if LE lookup fails
      xfs: track log done items directly in the deferred pending work item

Dave Chinner (1):
      xfs: fix superblock inprogress check

 fs/iomap.c                 |  5 ++++-
 fs/xfs/libxfs/xfs_alloc.c  |  2 ++
 fs/xfs/libxfs/xfs_btree.c  | 14 +++++++++++++-
 fs/xfs/libxfs/xfs_defer.c  | 17 ++++-------------
 fs/xfs/libxfs/xfs_defer.h  |  2 +-
 fs/xfs/libxfs/xfs_format.h |  6 ++++--
 fs/xfs/libxfs/xfs_sb.c     |  3 ++-
 fs/xfs/xfs_buf.c           |  2 +-
 fs/xfs/xfs_super.c         |  9 ++++++++-
 fs/xfs/xfs_trace.h         |  2 +-
 include/linux/iomap.h      |  8 +++++++-
 11 files changed, 47 insertions(+), 23 deletions(-)
-- 
Dave Chinner
david@...morbit.com

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ