Merge tag 'block-5.5-20191221' of git://git.kernel.dk/linux-block
Pull block fixes from Jens Axboe: "Let's try this one again, this time without the compat_ioctl changes. We've got those fixed up, but that can go out next week. This contains: - block queue flush lockdep annotation (Bart) - Type fix for bsg_queue_rq() (Bart) - Three dasd fixes (Stefan, Jan) - nbd deadlock fix (Mike) - Error handling bio user map fix (Yang) - iocost fix (Tejun) - sbitmap waitqueue addition fix that affects the kyber IO scheduler (David)" * tag 'block-5.5-20191221' of git://git.kernel.dk/linux-block: sbitmap: only queue kyber's wait callback if not already active block: fix memleak when __blk_rq_map_user_iov() is failed s390/dasd: fix typo in copyright statement s390/dasd: fix memleak in path handling error case s390/dasd/cio: Interpret ccw_device_get_mdc return value correctly block: Fix a lockdep complaint triggered by request queue flushing block: Fix the type of 'sts' in bsg_queue_rq() block: end bio with BLK_STS_AGAIN in case of non-mq devs and REQ_NOWAIT nbd: fix shutdown and recv work deadlock v2 iocost: over-budget forced IOs should schedule async delay
No related branches found
No related tags found
Showing
- block/blk-core.c 7 additions, 4 deletionsblock/blk-core.c
- block/blk-flush.c 5 additions, 0 deletionsblock/blk-flush.c
- block/blk-iocost.c 8 additions, 5 deletionsblock/blk-iocost.c
- block/blk-map.c 1 addition, 1 deletionblock/blk-map.c
- block/blk.h 1 addition, 0 deletionsblock/blk.h
- block/bsg-lib.c 1 addition, 1 deletionblock/bsg-lib.c
- drivers/block/nbd.c 3 additions, 3 deletionsdrivers/block/nbd.c
- drivers/s390/block/dasd_eckd.c 7 additions, 21 deletionsdrivers/s390/block/dasd_eckd.c
- drivers/s390/block/dasd_fba.h 1 addition, 1 deletiondrivers/s390/block/dasd_fba.h
- drivers/s390/block/dasd_proc.c 1 addition, 1 deletiondrivers/s390/block/dasd_proc.c
- drivers/s390/cio/device_ops.c 1 addition, 1 deletiondrivers/s390/cio/device_ops.c
- lib/sbitmap.c 1 addition, 1 deletionlib/sbitmap.c
Loading
Please register or sign in to comment