Merge tag 'for-linus-20191010' of git://git.kernel.dk/linux-block
Pull block fixes from Jens Axboe: - Fix wbt performance regression introduced with the blk-rq-qos refactoring (Harshad) - Fix io_uring fileset removal inadvertently killing the workqueue (me) - Fix io_uring typo in linked command nonblock submission (Pavel) - Remove spurious io_uring wakeups on request free (Pavel) - Fix null_blk zoned command error return (Keith) - Don't use freezable workqueues for backing_dev, also means we can revert a previous libata hack (Mika) - Fix nbd sysfs mutex dropped too soon at removal time (Xiubo) * tag 'for-linus-20191010' of git://git.kernel.dk/linux-block: nbd: fix possible sysfs duplicate warning null_blk: Fix zoned command return code io_uring: only flush workqueues on fileset removal io_uring: remove wait loop spurious wakeups blk-wbt: fix performance regression in wbt scale_up/scale_down Revert "libata, freezer: avoid block device removal while system is frozen" bdi: Do not use freezable workqueue io_uring: fix reversed nonblock flag for link submission
No related branches found
No related tags found
Showing
- block/blk-rq-qos.c 9 additions, 5 deletionsblock/blk-rq-qos.c
- block/blk-rq-qos.h 2 additions, 2 deletionsblock/blk-rq-qos.h
- block/blk-wbt.c 4 additions, 2 deletionsblock/blk-wbt.c
- drivers/ata/libata-scsi.c 0 additions, 21 deletionsdrivers/ata/libata-scsi.c
- drivers/block/nbd.c 1 addition, 1 deletiondrivers/block/nbd.c
- drivers/block/null_blk_zoned.c 1 addition, 2 deletionsdrivers/block/null_blk_zoned.c
- fs/io_uring.c 10 additions, 14 deletionsfs/io_uring.c
- kernel/freezer.c 0 additions, 6 deletionskernel/freezer.c
- mm/backing-dev.c 2 additions, 2 deletionsmm/backing-dev.c
Loading
Please register or sign in to comment