Hi Linus, Three fixes that should go into this series. This pull request contains: - Increase number of policies supported by blk-cgroup. With blk-iolatency, we now have 4 in kernel, but we had a hard limit of 3. - Fix regression in null_blk, where the zoned supported broke queue_mode=0 (bio based). - NVMe pull request, with a single fix for an issue in the rdma code. Please pull! git://git.kernel.dk/linux-block.git tags/for-linus-20180913 ---------------------------------------------------------------- Jens Axboe (3): Merge branch 'nvme-4.19' of git://git.infradead.org/nvme into for-linus blk-cgroup: increase number of supported policies null_blk: fix zoned support for non-rq based operation Sagi Grimberg (1): nvmet-rdma: fix possible bogus dereference under heavy load block/blk-cgroup.c | 4 +++- drivers/block/null_blk.h | 17 +++++++++------- drivers/block/null_blk_main.c | 45 +++++++++++++++++++++++++++++++++++------- drivers/block/null_blk_zoned.c | 34 +++++++++++++------------------ drivers/nvme/target/rdma.c | 27 +++++++++++++++++++++++-- include/linux/blkdev.h | 2 +- 6 files changed, 91 insertions(+), 38 deletions(-) -- Jens Axboe