summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'drivers-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds2020-10-1358-1269/+2091
|\
| * Merge branch 'md-next' of https://git.kernel.org/pub/scm/linux/kernel/git/son...Jens Axboe2020-10-095-24/+9
| |\
| | * md/raid5: fix oops during stripe resizingSong Liu2020-10-081-2/+2
| | * md/bitmap: fix memory leak of temporary bitmapZhao Heming2020-10-082-1/+3
| | * md: fix the checking of wrong work queueGuoqing Jiang2020-10-081-1/+1
| | * md/bitmap: md_bitmap_get_counter returns wrong blocksZhao Heming2020-10-081-1/+1
| | * md/bitmap: md_bitmap_read_sb uses wrong bitmap blocksZhao Heming2020-10-081-2/+2
| | * md/raid0: remove unused function is_io_in_chunk_boundary()Jason Yan2020-10-081-17/+0
| |/
| * Merge tag 'nvme-5.10-2020-10-08' of git://git.infradead.org/nvme into for-5.1...Jens Axboe2020-10-085-268/+220
| |\
| | * nvme-core: remove extra condition for vwcChaitanya Kulkarni2020-10-071-3/+1
| | * nvme-core: remove extra variableChaitanya Kulkarni2020-10-071-3/+2
| | * nvme: remove nvme_identify_ns_listChristoph Hellwig2020-10-071-12/+8
| | * nvme: refactor nvme_validate_nsChristoph Hellwig2020-10-071-20/+17
| | * nvme: move nvme_validate_nsChristoph Hellwig2020-10-071-37/+37
| | * nvme: query namespace identifiers before adding the namespaceChristoph Hellwig2020-10-071-63/+53
| | * nvme: revalidate zone bitmaps in nvme_update_ns_infoChristoph Hellwig2020-10-071-4/+6
| | * nvme: remove nvme_update_formatsChristoph Hellwig2020-10-071-30/+2
| | * nvme: update the known admin effectsChristoph Hellwig2020-10-071-2/+2
| | * nvme: set the queue limits in nvme_update_ns_infoChristoph Hellwig2020-10-071-25/+21
| | * nvme: remove the 0 lba_shift check in nvme_update_ns_infoChristoph Hellwig2020-10-071-6/+0
| | * nvme: clean up the check for too large logic block sizesChristoph Hellwig2020-10-071-8/+5
| | * nvme: freeze the queue over ->lba_shift updatesChristoph Hellwig2020-10-071-6/+14
| | * nvme: factor out a nvme_configure_metadata helperChristoph Hellwig2020-10-071-31/+47
| | * nvme: call nvme_identify_ns as the first thing in nvme_alloc_ns_blockChristoph Hellwig2020-10-071-8/+7
| | * nvme: lift the check for an unallocated namespace into nvme_identify_nsChristoph Hellwig2020-10-071-9/+8
| | * nvme: rename __nvme_revalidate_diskChristoph Hellwig2020-10-071-5/+4
| | * nvme: rename _nvme_revalidate_diskChristoph Hellwig2020-10-071-7/+6
| | * nvme: rename nvme_validate_ns to nvme_validate_or_alloc_nsChristoph Hellwig2020-10-071-3/+3
| | * nvme: remove the disk argument to nvme_update_zone_infoChristoph Hellwig2020-10-073-10/+5
| | * nvme: fix initialization of the zone bitmapsChristoph Hellwig2020-10-073-23/+17
| | * block: optimize blk_queue_zoned_model for !CONFIG_BLK_DEV_ZONEDChristoph Hellwig2020-10-071-1/+3
| | * nvme-loop: don't put ctrl on nvme_init_ctrl errorChaitanya Kulkarni2020-10-071-2/+2
| |/
| * scsi: megaraid_sas: Added support for shared host tagset for cpuhotplugKashyap Desai2020-10-062-13/+55
| * scsi: scsi_debug: Support host tagsetJohn Garry2020-10-061-18/+10
| * scsi: hisi_sas: Switch v3 hw to MQJohn Garry2020-10-063-70/+56
| * scsi: core: Show nr_hw_queues in sysfsJohn Garry2020-10-061-0/+11
| * scsi: Add host and host template flag 'host_tagset'Hannes Reinecke2020-10-063-1/+11
| * block: scsi_ioctl: Avoid the use of one-element arraysGustavo A. R. Silva2020-10-022-4/+7
| * rsxx: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-10-021-1/+1
| * bcache: remove embedded struct cache_sb from struct cache_setColy Li2020-10-0211-59/+46
| * bcache: check and set sync status on cache's in-memory super blockColy Li2020-10-024-10/+7
| * bcache: remove can_attach_cache()Coly Li2020-10-021-10/+0
| * bcache: don't check seq numbers in register_cache_set()Coly Li2020-10-021-15/+0
| * bcache: only use bucket_bytes() on struct cacheColy Li2020-10-022-2/+2
| * bcache: remove useless bucket_pages()Coly Li2020-10-021-1/+0
| * bcache: remove useless alloc_bucket_pages()Coly Li2020-10-021-3/+0
| * bcache: only use block_bytes() on struct cacheColy Li2020-10-027-24/+24
| * bcache: add set_uuid in struct cache_setColy Li2020-10-024-15/+16
| * bcache: remove for_each_cache()Coly Li2020-10-026-294/+237
| * bcache: explicitly make cache_set only have single cacheColy Li2020-10-023-17/+12