Merge tag 'for-5.5/drivers-20191121' of git://git.kernel.dk/linux-block
Pull block driver updates from Jens Axboe: "Here are the main block driver updates for 5.5. Nothing major in here, mostly just fixes. This contains: - a set of bcache changes via Coly - MD changes from Song - loop unmap write-zeroes fix (Darrick) - spelling fixes (Geert) - zoned additions cleanups to null_blk/dm (Ajay) - allow null_blk online submit queue changes (Bart) - NVMe changes via Keith, nothing major here either" * tag 'for-5.5/drivers-20191121' of git://git.kernel.dk/linux-block: (56 commits) Revert "bcache: fix fifo index swapping condition in journal_pin_cmp()" drivers/md/raid5-ppl.c: use the new spelling of RWH_WRITE_LIFE_NOT_SET drivers/md/raid5.c: use the new spelling of RWH_WRITE_LIFE_NOT_SET bcache: don't export symbols bcache: remove the extra cflags for request.o bcache: at least try to shrink 1 node in bch_mca_scan() bcache: add idle_max_writeback_rate sysfs interface bcache: add code comments in bch_btree_leaf_dirty() bcache: fix deadlock in bcache_allocator bcache: add code comment bch_keylist_pop() and bch_keylist_pop_front() bcache: deleted code comments for dead code in bch_data_insert_keys() bcache: add more accurate error messages in read_super() bcache: fix static checker warning in bcache_device_free() bcache: fix a lost wake-up problem caused by mca_cannibalize_lock bcache: fix fifo index swapping condition in journal_pin_cmp() md/raid10: prevent access of uninitialized resync_pages offset md: avoid invalid memory access for array sb->dev_roles md/raid1: avoid soft lockup under high load null_blk: add zone open, close, and finish support dm: add zone open, close and finish support ...
Showing
- drivers/block/loop.c 18 additions, 8 deletionsdrivers/block/loop.c
- drivers/block/mtip32xx/mtip32xx.c 1 addition, 1 deletiondrivers/block/mtip32xx/mtip32xx.c
- drivers/block/null_blk.h 8 additions, 0 deletionsdrivers/block/null_blk.h
- drivers/block/null_blk_main.c 77 additions, 27 deletionsdrivers/block/null_blk_main.c
- drivers/block/null_blk_zoned.c 49 additions, 5 deletionsdrivers/block/null_blk_zoned.c
- drivers/md/bcache/Makefile 0 additions, 2 deletionsdrivers/md/bcache/Makefile
- drivers/md/bcache/alloc.c 4 additions, 1 deletiondrivers/md/bcache/alloc.c
- drivers/md/bcache/bcache.h 3 additions, 1 deletiondrivers/md/bcache/bcache.h
- drivers/md/bcache/bset.c 2 additions, 15 deletionsdrivers/md/bcache/bset.c
- drivers/md/bcache/btree.c 15 additions, 4 deletionsdrivers/md/bcache/btree.c
- drivers/md/bcache/closure.c 0 additions, 7 deletionsdrivers/md/bcache/closure.c
- drivers/md/bcache/request.c 0 additions, 12 deletionsdrivers/md/bcache/request.c
- drivers/md/bcache/super.c 41 additions, 15 deletionsdrivers/md/bcache/super.c
- drivers/md/bcache/sysfs.c 7 additions, 0 deletionsdrivers/md/bcache/sysfs.c
- drivers/md/bcache/writeback.c 4 additions, 0 deletionsdrivers/md/bcache/writeback.c
- drivers/md/dm-flakey.c 3 additions, 4 deletionsdrivers/md/dm-flakey.c
- drivers/md/dm-linear.c 1 addition, 1 deletiondrivers/md/dm-linear.c
- drivers/md/dm.c 3 additions, 2 deletionsdrivers/md/dm.c
- drivers/md/md-bitmap.c 1 addition, 1 deletiondrivers/md/md-bitmap.c
- drivers/md/md-linear.c 2 additions, 3 deletionsdrivers/md/md-linear.c
Please register or sign in to comment