linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Darrick J. Wong" <darrick.wong@oracle.com>
To: "Darrick J. Wong" <djwong@kernel.org>
Cc: Linus Torvalds <torvalds@linux-foundation.org>,
	Dave Chinner <david@fromorbit.com>,
	Andrew Morton <akpm@linux-foundation.org>,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
	linux-xfs <linux-xfs@vger.kernel.org>,
	Christoph Hellwig <hch@infradead.org>, Jan Kara <jack@suse.cz>
Subject: [GIT PULL] xfs: updates for 4.10-rc4
Date: Wed, 11 Jan 2017 21:30:05 -0800	[thread overview]
Message-ID: <20170112053005.GW14038@birch.djwong.org> (raw)

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(-)

             reply	other threads:[~2017-01-12  5:30 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-01-12  5:30 Darrick J. Wong [this message]
2017-01-12  5:34 [GIT PULL] xfs: updates for 4.10-rc4 Darrick J. Wong

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20170112053005.GW14038@birch.djwong.org \
    --to=darrick.wong@oracle.com \
    --cc=akpm@linux-foundation.org \
    --cc=david@fromorbit.com \
    --cc=djwong@kernel.org \
    --cc=hch@infradead.org \
    --cc=jack@suse.cz \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-xfs@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).