[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20150826152308.GA12195@kernel.dk>
Date: Wed, 26 Aug 2015 09:23:08 -0600
From: Jens Axboe <axboe@...com>
To: <torvalds@...uxfoundation.org>
CC: <linux-kernel@...r.kernel.org>
Subject: [GIT PULL] Two fixes for 4.2 final
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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists