-
- Downloads
Merge tag 'drivers-5.10-2020-10-12' of git://git.kernel.dk/linux-block
Pull block driver updates from Jens Axboe: "Here are the driver updates for 5.10. A few SCSI updates in here too, in coordination with Martin as they depend on core block changes for the shared tag bitmap. This contains: - NVMe pull requests via Christoph: - fix keep alive timer modification (Amit Engel) - order the PCI ID list more sensibly (Andy Shevchenko) - cleanup the open by controller helper (Chaitanya Kulkarni) - use an xarray for the CSE log lookup (Chaitanya Kulkarni) - support ZNS in nvmet passthrough mode (Chaitanya Kulkarni) - fix nvme_ns_report_zones (Christoph Hellwig) - add a sanity check to nvmet-fc (James Smart) - fix interrupt allocation when too many polled queues are specified (Jeffle Xu) - small nvmet-tcp optimization (Mark Wunderlich) - fix a controller refcount leak on init failure (Chaitanya Kulkarni) - misc cleanups (Chaitanya Kulkarni) - major refactoring of the scanning code (Christoph Hellwig) - MD updates via Song: - Bug fixes in bitmap code, from Zhao Heming - Fix a work queue check, from Guoqing Jiang - Fix raid5 oops with reshape, from Song Liu - Clean up unused code, from Jason Yan - Discard improvements, from Xiao Ni - raid5/6 page offset support, from Yufen Yu - Shared tag bitmap for SCSI/hisi_sas/null_blk (John, Kashyap, Hannes) - null_blk open/active zone limit support (Niklas) - Set of bcache updates (Coly, Dongsheng, Qinglang)" * tag 'drivers-5.10-2020-10-12' of git://git.kernel.dk/linux-block: (78 commits) md/raid5: fix oops during stripe resizing md/bitmap: fix memory leak of temporary bitmap md: fix the checking of wrong work queue md/bitmap: md_bitmap_get_counter returns wrong blocks md/bitmap: md_bitmap_read_sb uses wrong bitmap blocks md/raid0: remove unused function is_io_in_chunk_boundary() nvme-core: remove extra condition for vwc nvme-core: remove extra variable nvme: remove nvme_identify_ns_list nvme: refactor nvme_validate_ns nvme: move nvme_validate_ns nvme: query namespace identifiers before adding the namespace nvme: revalidate zone bitmaps in nvme_update_ns_info nvme: remove nvme_update_formats nvme: update the known admin effects nvme: set the queue limits in nvme_update_ns_info nvme: remove the 0 lba_shift check in nvme_update_ns_info nvme: clean up the check for too large logic block sizes nvme: freeze the queue over ->lba_shift updates nvme: factor out a nvme_configure_metadata helper ...
No related branches found
No related tags found
Showing
- block/scsi_ioctl.c 3 additions, 3 deletionsblock/scsi_ioctl.c
- crypto/async_tx/async_pq.c 48 additions, 24 deletionscrypto/async_tx/async_pq.c
- crypto/async_tx/async_raid6_recov.c 120 additions, 43 deletionscrypto/async_tx/async_raid6_recov.c
- crypto/async_tx/async_xor.c 103 additions, 17 deletionscrypto/async_tx/async_xor.c
- crypto/async_tx/raid6test.c 16 additions, 8 deletionscrypto/async_tx/raid6test.c
- drivers/block/null_blk.h 5 additions, 0 deletionsdrivers/block/null_blk.h
- drivers/block/null_blk_main.c 21 additions, 1 deletiondrivers/block/null_blk_main.c
- drivers/block/null_blk_zoned.c 262 additions, 57 deletionsdrivers/block/null_blk_zoned.c
- drivers/block/rsxx/core.c 1 addition, 1 deletiondrivers/block/rsxx/core.c
- drivers/md/bcache/alloc.c 27 additions, 33 deletionsdrivers/md/bcache/alloc.c
- drivers/md/bcache/bcache.h 10 additions, 19 deletionsdrivers/md/bcache/bcache.h
- drivers/md/bcache/btree.c 69 additions, 77 deletionsdrivers/md/bcache/btree.c
- drivers/md/bcache/btree.h 1 addition, 1 deletiondrivers/md/bcache/btree.h
- drivers/md/bcache/closure.c 3 additions, 13 deletionsdrivers/md/bcache/closure.c
- drivers/md/bcache/debug.c 5 additions, 5 deletionsdrivers/md/bcache/debug.c
- drivers/md/bcache/extents.c 3 additions, 3 deletionsdrivers/md/bcache/extents.c
- drivers/md/bcache/features.c 2 additions, 2 deletionsdrivers/md/bcache/features.c
- drivers/md/bcache/io.c 1 addition, 1 deletiondrivers/md/bcache/io.c
- drivers/md/bcache/journal.c 113 additions, 133 deletionsdrivers/md/bcache/journal.c
- drivers/md/bcache/movinggc.c 28 additions, 30 deletionsdrivers/md/bcache/movinggc.c
Loading
Please register or sign in to comment