Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1299445
| From | Jens Axboe <axboe@fb.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [GIT PULL] Make the block layer great again |
| Date | 2015-12-30 19:20 +0100 |
| Message-ID | <qLtvP-1DA-1@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Hi Linus,
Basically three amazing fixes in this pull request, split into 4
patches. Believe me, they should go into 4.4. Two of them fix a
regression, the third and last fixes an easy-to-trigger bug.
- Fix a bad irq enable through null_blk, for queue_mode=1 and using
timer completions. Add a block helper to restart a queue
asynchronously, and use that from null_blk. From me.
- Fix a performance issue in NVMe. Some devices (Intel Pxxxx) expose a
stripe boundary, and performance suffers if we cross it. We took that
into account for merging, but not for the newer splitting code. Fix
from Keith.
- Fix a kernel oops in lightnvm with multiple channels. From Matias.
Please pull!
git://git.kernel.dk/linux-block.git for-linus
----------------------------------------------------------------
Jens Axboe (2):
block: add blk_start_queue_async()
null_blk: use async queue restart helper
Keith Busch (1):
block: Split bios on chunk boundaries
Matias Bjørling (1):
lightnvm: wrong offset in bad blk lun calculation
block/blk-core.c | 16 ++++++++++++++++
block/blk-merge.c | 2 +-
drivers/block/null_blk.c | 11 +++++------
drivers/lightnvm/gennvm.c | 2 +-
include/linux/blkdev.h | 1 +
5 files changed, 24 insertions(+), 8 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] Make the block layer great again Jens Axboe <axboe@fb.com> - 2015-12-30 19:20 +0100
csiph-web