summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* nvme-fc: fix io timeout to abort I/OJames Smart2020-10-231-39/+69
* nvmet: don't use BLK_MQ_REQ_NOWAIT for passthruChaitanya Kulkarni2020-10-221-1/+1
* nvmet: cleanup nvmet_passthru_map_sg()Logan Gunthorpe2020-10-221-3/+4
* nvmet: limit passthru MTDS by BIO_MAX_PAGESLogan Gunthorpe2020-10-221-1/+8
* nvmet: fix uninitialized work for zero katozhenwei pi2020-10-221-1/+2
* nvme-pci: disable Write Zeroes on Sandisk SkyhawkKai-Heng Feng2020-10-221-0/+2
* nvme: use queuedata for nvme_req_qidKeith Busch2020-10-221-1/+1
* nvme-rdma: fix crash due to incorrect cqeChao Leng2020-10-221-2/+3
* nvme-rdma: fix crash when connect rejectedChao Leng2020-10-221-1/+0
* block: remove unused members for io_contextYufen Yu2020-10-201-6/+0
* blk-mq: remove the calling of local_memory_node()Xianting Tian2020-10-202-2/+2
* zram: Fix __zram_bvec_{read,write}() locking orderPeter Zijlstra2020-10-191-3/+5
* skd_main: remove unused including <linux/version.h>Tian Tao2020-10-171-1/+0
* sgl_alloc_order: fix memory leakDouglas Gilbert2020-10-161-1/+1
* lightnvm: fix out-of-bounds write to array devices->info[]Colin Ian King2020-10-161-2/+3
* nbd: make the config put is called before the notifying the waiterXiubo Li2020-10-141-1/+1
* scsi: handle zone resources errorsDamien Le Moal2020-10-131-0/+9
* nvme: translate zone resource errorsKeith Busch2020-10-131-0/+4
* block: add zone specific block statusesKeith Busch2020-10-133-0/+30
* block/rnbd-clt: send_msg_close if any error occurs after send_msg_openGioh Kim2020-10-131-1/+3
* block/rnbd-clt: do not cap max_hw_sectors & max_segments with remote deviceJack Wang2020-10-131-5/+0
* block/rnbd-clt: remove nr argument from send_usr_msgGuoqing Jiang2020-10-131-5/+5
* Merge tag 'x86_asm_for_v5.10' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-10-134-25/+18
|\
| * x86/asm: Replace __force_order with a memory clobberArvind Sankar2020-10-013-24/+17
| * x86/uaccess: Use XORL %0,%0 in __get_user_asm()Uros Bizjak2020-09-031-1/+1
* | 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-091-2/+2
| | * | md/bitmap: fix memory leak of temporary bitmapZhao Heming2020-10-092-1/+3
| | * | md: fix the checking of wrong work queueGuoqing Jiang2020-10-091-1/+1
| | * | md/bitmap: md_bitmap_get_counter returns wrong blocksZhao Heming2020-10-091-1/+1
| | * | md/bitmap: md_bitmap_read_sb uses wrong bitmap blocksZhao Heming2020-10-091-2/+2
| | * | md/raid0: remove unused function is_io_in_chunk_boundary()Jason Yan2020-10-091-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