Merge tag 'for-linus-20190614' of git://git.kernel.dk/linux-block
Pull block fixes from Jens Axboe: - 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) * tag 'for-linus-20190614' of git://git.kernel.dk/linux-block: block/ps3vram: Use %llu to format sector_t after LBDAF removal libata: Extend quirks for the ST1000LM024 drives with NOLPM quirk bcache: only set BCACHE_DEV_WB_RUNNING when cached device attached bcache: fix stack corruption by PRECEDING_KEY() blk-mq: remove WARN_ON(!q->elevator) from blk_mq_sched_free_requests blkio-controller.txt: Remove references to CFQ block/switching-sched.txt: Update to blk-mq schedulers null_blk: remove duplicate check for report zone blk-mq: no need to check return value of debugfs_create functions io_uring: fix memory leak of UNIX domain socket inode block: force select mq-deadline for zoned block devices
No related branches found
No related tags found
Showing
- Documentation/block/switching-sched.txt 8 additions, 10 deletionsDocumentation/block/switching-sched.txt
- Documentation/cgroup-v1/blkio-controller.txt 7 additions, 89 deletionsDocumentation/cgroup-v1/blkio-controller.txt
- block/Kconfig 1 addition, 0 deletionsblock/Kconfig
- block/blk-mq-debugfs.c 34 additions, 111 deletionsblock/blk-mq-debugfs.c
- block/blk-mq-debugfs.h 15 additions, 21 deletionsblock/blk-mq-debugfs.h
- block/blk-mq-sched.c 0 additions, 1 deletionblock/blk-mq-sched.c
- drivers/ata/libata-core.c 6 additions, 3 deletionsdrivers/ata/libata-core.c
- drivers/block/null_blk_zoned.c 0 additions, 4 deletionsdrivers/block/null_blk_zoned.c
- drivers/block/ps3vram.c 1 addition, 1 deletiondrivers/block/ps3vram.c
- drivers/md/bcache/bset.c 13 additions, 3 deletionsdrivers/md/bcache/bset.c
- drivers/md/bcache/bset.h 20 additions, 14 deletionsdrivers/md/bcache/bset.h
- drivers/md/bcache/sysfs.c 6 additions, 1 deletiondrivers/md/bcache/sysfs.c
- fs/io_uring.c 3 additions, 1 deletionfs/io_uring.c
Loading
Please register or sign in to comment