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:   Wed, 13 Dec 2017 14:49:50 -0800
From:   "Darrick J. Wong" <djwong@...nel.org>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
Cc:     "Darrick J. Wong" <djwong@...nel.org>,
        Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
        linux-xfs <linux-xfs@...r.kernel.org>,
        Eric Sandeen <sandeen@...deen.net>
Subject: [GIT PULL] xfs: fixes for 4.15-rc4

Hi Linus,

Here are a few more bug fixes & cleanups for 4.15-rc4.

--D

The following changes since commit 373b0589dc8d58bc09c9a28d03611ae4fb216057:

  xfs: Properly retry failed dquot items in case of error during buffer writeback (2017-11-30 08:47:40 -0800)

are available in the git repository at:

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

for you to fetch changes up to b7e0b6ff54dd92febbb1914ab93cd6a21622e169:

  xfs: make iomap_begin functions trim iomaps consistently (2017-12-08 17:51:05 -0800)

----------------------------------------------------------------
Changes since last update:
- Clean up duplicate includes
- Remove ancient 'no-alloc' crap code that occasionally caused hard fs
  shutdowns due to lack of proper space reservations
- Fix regression in FIEMAP behavior when reporting xattr extents

----------------------------------------------------------------
Christoph Hellwig (1):
      xfs: remove "no-allocation" reservations for file creations

Darrick J. Wong (1):
      xfs: make iomap_begin functions trim iomaps consistently

Pravin Shedge (1):
      fs: xfs: remove duplicate includes

 fs/xfs/libxfs/xfs_ialloc.c | 10 +++-------
 fs/xfs/libxfs/xfs_ialloc.h |  1 -
 fs/xfs/scrub/scrub.c       |  1 -
 fs/xfs/scrub/trace.c       |  1 -
 fs/xfs/xfs_inode.c         | 33 +++++++--------------------------
 fs/xfs/xfs_inode.h         |  2 +-
 fs/xfs/xfs_iomap.c         |  2 +-
 fs/xfs/xfs_qm.c            |  4 ++--
 fs/xfs/xfs_reflink.c       |  2 --
 fs/xfs/xfs_symlink.c       | 15 +--------------
 fs/xfs/xfs_trace.c         |  1 -
 11 files changed, 15 insertions(+), 57 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ