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 for Android: free password hash cracker in your pocket
[<prev] [next>] [day] [month] [year] [list]
Date:   Wed, 11 Jan 2017 21:34:45 -0800
From:   "Darrick J. Wong" <djwong@...nel.org>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
Cc:     "Darrick J. Wong" <djwong@...nel.org>,
        Dave Chinner <david@...morbit.com>,
        Andrew Morton <akpm@...ux-foundation.org>,
        Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
        linux-xfs <linux-xfs@...r.kernel.org>,
        Christoph Hellwig <hch@...radead.org>, Jan Kara <jack@...e.cz>
Subject: [GIT PULL] xfs: updates for 4.10-rc4

[Resend from the correct email account...<sigh> sorry for the noise]

Hi Linus,

As promised last week, here's some stability fixes from Christoph and
Jan Kara.  I think they fall within the guidelines for non-merge window
patches.  Could you please pull the changes?

--Darrick

The following changes since commit a121103c922847ba5010819a3f250f1f7fc84ab8:

  Linux 4.10-rc3 (2017-01-08 14:18:17 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git tags/xfs-for-linus-4.10-rc4-1

for you to fetch changes up to 0a417b8dc1f10b03e8f558b8a831f07ec4c23795:

  xfs: Timely free truncated dirty pages (2017-01-11 10:20:04 -0800)

----------------------------------------------------------------
Contained in this update:
- Fix free space request handling when low on disk space
- Remove redundant log failure error messages
- Free truncate dirty pages instead of letting them build up forever

----------------------------------------------------------------
Christoph Hellwig (5):
      xfs: bump up reserved blocks in xfs_alloc_set_aside
      xfs: fix bogus minleft manipulations
      xfs: adjust allocation length in xfs_alloc_space_available
      xfs: don't rely on ->total in xfs_alloc_space_available
      xfs: don't print warnings when xfs_log_force fails

Jan Kara (1):
      xfs: Timely free truncated dirty pages

 fs/xfs/libxfs/xfs_alloc.c      | 115 ++++++++++-------------------------------
 fs/xfs/libxfs/xfs_alloc.h      |   2 +-
 fs/xfs/libxfs/xfs_bmap.c       |   3 --
 fs/xfs/libxfs/xfs_bmap_btree.c |   3 +-
 fs/xfs/xfs_aops.c              |  19 ++++---
 fs/xfs/xfs_log.c               |  12 +----
 6 files changed, 43 insertions(+), 111 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ