Hi Linus, Another set of fixes brought to you in vacation mode, that should go into the next -rc. This pull request contains: - Remove references to old schedulers for the scheduler switching and blkio controller documentation (Andreas) - Kill duplicate check for report zone for null_blk (Chaitanya) - Two bcache fixes (Coly) - Ensure that mq-deadline is selected if zoned block device is enabled, as we need that to support them (Damien) - Fix io_uring memory leak (Eric) - ps3vram fallout from LBDAF removal (Geert) - Redundant blk-mq debugfs debugfs_create return check cleanup (Greg) - Extend NOPLM quirk for ST1000LM024 drives (Hans) - Remove error path warning that can now trigger after the queue removal/addition fixes (Ming) Please pull! git://git.kernel.dk/linux-block.git tags/for-linus-20190614 ---------------------------------------------------------------- Andreas Herrmann (2): block/switching-sched.txt: Update to blk-mq schedulers blkio-controller.txt: Remove references to CFQ Chaitanya Kulkarni (1): null_blk: remove duplicate check for report zone Coly Li (2): bcache: fix stack corruption by PRECEDING_KEY() bcache: only set BCACHE_DEV_WB_RUNNING when cached device attached Damien Le Moal (1): block: force select mq-deadline for zoned block devices Eric Biggers (1): io_uring: fix memory leak of UNIX domain socket inode Geert Uytterhoeven (1): block/ps3vram: Use %llu to format sector_t after LBDAF removal Greg Kroah-Hartman (1): blk-mq: no need to check return value of debugfs_create functions Hans de Goede (1): libata: Extend quirks for the ST1000LM024 drives with NOLPM quirk Ming Lei (1): blk-mq: remove WARN_ON(!q->elevator) from blk_mq_sched_free_requests Documentation/block/switching-sched.txt | 18 ++-- Documentation/cgroup-v1/blkio-controller.txt | 96 ++---------------- block/Kconfig | 1 + block/blk-mq-debugfs.c | 145 +++++++-------------------- block/blk-mq-debugfs.h | 36 +++---- block/blk-mq-sched.c | 1 - drivers/ata/libata-core.c | 9 +- drivers/block/null_blk_zoned.c | 4 - drivers/block/ps3vram.c | 2 +- drivers/md/bcache/bset.c | 16 ++- drivers/md/bcache/bset.h | 34 ++++--- drivers/md/bcache/sysfs.c | 7 +- fs/io_uring.c | 4 +- 13 files changed, 114 insertions(+), 259 deletions(-) -- Jens Axboe