Merge tag 'for-linus-20181102' of git://git.kernel.dk/linux-block
Pull block layer fixes from Jens Axboe: "The biggest part of this pull request is the revert of the blkcg cleanup series. It had one fix earlier for a stacked device issue, but another one was reported. Rather than play whack-a-mole with this, revert the entire series and try again for the next kernel release. Apart from that, only small fixes/changes. Summary: - Indentation fixup for mtip32xx (Colin Ian King) - The blkcg cleanup series revert (Dennis Zhou) - Two NVMe fixes. One fixing a regression in the nvme request initialization in this merge window, causing nvme-fc to not work. The other is a suspend/resume p2p resource issue (James, Keith) - Fix sg discard merge, allowing us to merge in cases where we didn't before (Jianchao Wang) - Call rq_qos_exit() after the queue is frozen, preventing a hang (Ming) - Fix brd queue setup, fixing an oops if we fail setting up all devices (Ming)" * tag 'for-linus-20181102' of git://git.kernel.dk/linux-block: nvme-pci: fix conflicting p2p resource adds nvme-fc: fix request private initialization blkcg: revert blkcg cleanups series block: brd: associate with queue until adding disk block: call rq_qos_exit() after queue is frozen mtip32xx: clean an indentation issue, remove extraneous tabs block: fix the DISCARD request merge
Showing
- Documentation/admin-guide/cgroup-v2.rst 3 additions, 5 deletionsDocumentation/admin-guide/cgroup-v2.rst
- block/bfq-cgroup.c 2 additions, 2 deletionsblock/bfq-cgroup.c
- block/bfq-iosched.c 1 addition, 1 deletionblock/bfq-iosched.c
- block/bio.c 47 additions, 127 deletionsblock/bio.c
- block/blk-cgroup.c 38 additions, 85 deletionsblock/blk-cgroup.c
- block/blk-core.c 3 additions, 1 deletionblock/blk-core.c
- block/blk-iolatency.c 24 additions, 2 deletionsblock/blk-iolatency.c
- block/blk-merge.c 36 additions, 10 deletionsblock/blk-merge.c
- block/blk-sysfs.c 0 additions, 2 deletionsblock/blk-sysfs.c
- block/blk-throttle.c 12 additions, 1 deletionblock/blk-throttle.c
- block/bounce.c 1 addition, 3 deletionsblock/bounce.c
- block/cfq-iosched.c 2 additions, 2 deletionsblock/cfq-iosched.c
- drivers/block/brd.c 11 additions, 5 deletionsdrivers/block/brd.c
- drivers/block/loop.c 2 additions, 3 deletionsdrivers/block/loop.c
- drivers/block/mtip32xx/mtip32xx.c 2 additions, 2 deletionsdrivers/block/mtip32xx/mtip32xx.c
- drivers/md/raid0.c 1 addition, 1 deletiondrivers/md/raid0.c
- drivers/nvme/host/fc.c 1 addition, 1 deletiondrivers/nvme/host/fc.c
- drivers/nvme/host/pci.c 4 additions, 1 deletiondrivers/nvme/host/pci.c
- fs/buffer.c 5 additions, 5 deletionsfs/buffer.c
- fs/ext4/page-io.c 1 addition, 1 deletionfs/ext4/page-io.c
Please register or sign in to comment