Merge branch 'for-linus' of git://git.kernel.dk/linux-block
Pull block fixes from Jens Axboe: "Final round of fixes for this merge window - some of this has come up after the initial pull request, and some of it was put in a post-merge branch before the merge window. This contains: - Fix for a bad check for an error on dma mapping in the mtip32xx driver, from Alexey Khoroshilov. - A set of fixes for lightnvm, from Javier, Matias, and Wenwei. - An NVMe completion record corruption fix from Marta, ensuring that we read things in the right order. - Two writeback fixes from Tejun, marked for stable@ as well. - A blk-mq sw queue iterator fix from Thomas, fixing an oops for sparse CPU maps. They hit this in the hot plug/unplug rework" * 'for-linus' of git://git.kernel.dk/linux-block: nvme: avoid cqe corruption when update at the same time as read writeback, cgroup: fix use of the wrong bdi_writeback which mismatches the inode writeback, cgroup: fix premature wb_put() in locked_inode_to_wb_and_lock_list() blk-mq: Use proper cpumask iterator mtip32xx: fix checks for dma mapping errors lightnvm: do not load L2P table if not supported lightnvm: do not reserve lun on l2p loading nvme: lightnvm: return ppa completion status lightnvm: add a bitmap of luns lightnvm: specify target's logical address area null_blk: add lightnvm null_blk device to the nullb_list
No related branches found
No related tags found
Showing
- block/blk-mq-sysfs.c 4 additions, 2 deletionsblock/blk-mq-sysfs.c
- block/blk-mq.c 2 additions, 1 deletionblock/blk-mq.c
- drivers/block/mtip32xx/mtip32xx.c 2 additions, 2 deletionsdrivers/block/mtip32xx/mtip32xx.c
- drivers/block/null_blk.c 2 additions, 1 deletiondrivers/block/null_blk.c
- drivers/lightnvm/core.c 7 additions, 0 deletionsdrivers/lightnvm/core.c
- drivers/lightnvm/gennvm.c 83 additions, 1 deletiondrivers/lightnvm/gennvm.c
- drivers/lightnvm/gennvm.h 6 additions, 0 deletionsdrivers/lightnvm/gennvm.h
- drivers/lightnvm/rrpc.c 78 additions, 31 deletionsdrivers/lightnvm/rrpc.c
- drivers/lightnvm/rrpc.h 1 addition, 0 deletionsdrivers/lightnvm/rrpc.h
- drivers/nvme/host/lightnvm.c 15 additions, 2 deletionsdrivers/nvme/host/lightnvm.c
- drivers/nvme/host/pci.c 13 additions, 11 deletionsdrivers/nvme/host/pci.c
- fs/fs-writeback.c 24 additions, 13 deletionsfs/fs-writeback.c
- include/linux/blk-mq.h 0 additions, 14 deletionsinclude/linux/blk-mq.h
- include/linux/lightnvm.h 14 additions, 0 deletionsinclude/linux/lightnvm.h
Loading
Please register or sign in to comment