Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1213960
| From | Jens Axboe <axboe@fb.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [GIT PULL] Two fixes for 4.2 final |
| Date | 2015-08-26 17:30 +0200 |
| Message-ID | <q1KOe-1e0-27@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
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@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
[GIT PULL] Two fixes for 4.2 final Jens Axboe <axboe@fb.com> - 2015-08-26 17:30 +0200
csiph-web