All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jens Axboe <axboe@fb.com>
To: <torvalds@linuxfoundation.org>
Cc: <linux-kernel@vger.kernel.org>
Subject: [GIT PULL] Two fixes for 4.2 final
Date: Wed, 26 Aug 2015 09:23:08 -0600	[thread overview]
Message-ID: <20150826152308.GA12195@kernel.dk> (raw)

Hi Linus,

Two fixes in this pull request:

- The writeback regression fix from Tejun, which has been weeks in the
  making. This fixes a case where we would sometimes not issue writeback
  when we should have.

- An older fix for a memory corruption issue in mtip32xx. It was
  deferred since we wanted a better fix for this (driver should not have
  to handle that case), but given the timing, it's better to put the
  simple fix in for 4.2 release.


Please pull!


  git://git.kernel.dk/linux-block.git for-linus


----------------------------------------------------------------
Jeff Moyer (1):
      mtip32x: fix regression introduced by blk-mq per-hctx flush

Tejun Heo (1):
      writeback: sync_inodes_sb() must write out I_DIRTY_TIME inodes and always call wait_sb_inodes()

 drivers/block/mtip32xx/mtip32xx.c |  8 ++++++++
 fs/fs-writeback.c                 | 22 +++++++++++++---------
 2 files changed, 21 insertions(+), 9 deletions(-)

-- 
Jens Axboe


                 reply	other threads:[~2015-08-26 15:23 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20150826152308.GA12195@kernel.dk \
    --to=axboe@fb.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linuxfoundation.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.