aboutsummaryrefslogtreecommitdiff
path: root/drivers/nvme
AgeCommit message (Expand)AuthorFilesLines
2020-10-30Merge tag 'block-5.10-2020-10-30' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 5-178/+127
2020-10-28RDMA: Add rdma_connect_locked()Gravatar Jason Gunthorpe 1-2/+2
2020-10-27nvmet: fix a NULL pointer dereference when tracing the flush commandGravatar Chaitanya Kulkarni 2-16/+9
2020-10-27nvme-fc: remove nvme_fc_terminate_io()Gravatar James Smart 1-33/+16
2020-10-27nvme-fc: eliminate terminate_io use by nvme_fc_error_recoveryGravatar James Smart 1-103/+84
2020-10-27nvme-fc: remove err_work work itemGravatar James Smart 1-30/+10
2020-10-27nvme-fc: track error_recovery while connectingGravatar James Smart 1-5/+9
2020-10-27nvme-rdma: handle unexpected nvme completion data lengthGravatar zhenwei pi 1-0/+8
2020-10-27nvme: ignore zone validate errors on subsequent scansGravatar Keith Busch 1-1/+1
2020-10-23nvme-fc: shorten reconnect delay if possible for FCGravatar James Smart 1-1/+18
2020-10-23nvme-fc: wait for queues to freeze before calling update_hr_hw_queuesGravatar James Smart 1-2/+5
2020-10-23nvme-fc: fix error loop in create_hw_io_queuesGravatar James Smart 1-2/+2
2020-10-23nvme-fc: fix io timeout to abort I/OGravatar James Smart 1-39/+69
2020-10-22nvmet: don't use BLK_MQ_REQ_NOWAIT for passthruGravatar Chaitanya Kulkarni 1-1/+1
2020-10-22nvmet: cleanup nvmet_passthru_map_sg()Gravatar Logan Gunthorpe 1-3/+4
2020-10-22nvmet: limit passthru MTDS by BIO_MAX_PAGESGravatar Logan Gunthorpe 1-1/+8
2020-10-22nvmet: fix uninitialized work for zero katoGravatar zhenwei pi 1-1/+2
2020-10-22nvme-pci: disable Write Zeroes on Sandisk SkyhawkGravatar Kai-Heng Feng 1-0/+2
2020-10-22nvme: use queuedata for nvme_req_qidGravatar Keith Busch 1-1/+1
2020-10-22nvme-rdma: fix crash due to incorrect cqeGravatar Chao Leng 1-2/+3
2020-10-22nvme-rdma: fix crash when connect rejectedGravatar Chao Leng 1-1/+0
2020-10-13nvme: translate zone resource errorsGravatar Keith Busch 1-0/+4
2020-10-13Merge tag 'drivers-5.10-2020-10-12' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 11-384/+310
2020-10-13Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 3-38/+38
2020-10-08Merge tag 'block5.9-2020-10-08' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-1/+3
2020-10-07nvme-core: remove extra condition for vwcGravatar Chaitanya Kulkarni 1-3/+1
2020-10-07nvme-core: remove extra variableGravatar Chaitanya Kulkarni 1-3/+2
2020-10-07nvme: remove nvme_identify_ns_listGravatar Christoph Hellwig 1-12/+8
2020-10-07nvme: refactor nvme_validate_nsGravatar Christoph Hellwig 1-20/+17
2020-10-07nvme: move nvme_validate_nsGravatar Christoph Hellwig 1-37/+37
2020-10-07nvme: query namespace identifiers before adding the namespaceGravatar Christoph Hellwig 1-63/+53
2020-10-07nvme: revalidate zone bitmaps in nvme_update_ns_infoGravatar Christoph Hellwig 1-4/+6
2020-10-07nvme: remove nvme_update_formatsGravatar Christoph Hellwig 1-30/+2
2020-10-07nvme: update the known admin effectsGravatar Christoph Hellwig 1-2/+2
2020-10-07nvme: set the queue limits in nvme_update_ns_infoGravatar Christoph Hellwig 1-25/+21
2020-10-07nvme: remove the 0 lba_shift check in nvme_update_ns_infoGravatar Christoph Hellwig 1-6/+0
2020-10-07nvme: clean up the check for too large logic block sizesGravatar Christoph Hellwig 1-8/+5
2020-10-07nvme: freeze the queue over ->lba_shift updatesGravatar Christoph Hellwig 1-6/+14
2020-10-07nvme: factor out a nvme_configure_metadata helperGravatar Christoph Hellwig 1-31/+47
2020-10-07nvme: call nvme_identify_ns as the first thing in nvme_alloc_ns_blockGravatar Christoph Hellwig 1-8/+7
2020-10-07nvme: lift the check for an unallocated namespace into nvme_identify_nsGravatar Christoph Hellwig 1-9/+8
2020-10-07nvme: rename __nvme_revalidate_diskGravatar Christoph Hellwig 1-5/+4
2020-10-07nvme: rename _nvme_revalidate_diskGravatar Christoph Hellwig 1-7/+6
2020-10-07nvme: rename nvme_validate_ns to nvme_validate_or_alloc_nsGravatar Christoph Hellwig 1-3/+3
2020-10-07nvme: remove the disk argument to nvme_update_zone_infoGravatar Christoph Hellwig 3-10/+5
2020-10-07nvme: fix initialization of the zone bitmapsGravatar Christoph Hellwig 3-23/+17
2020-10-07nvme-loop: don't put ctrl on nvme_init_ctrl errorGravatar Chaitanya Kulkarni 1-2/+2
2020-10-07nvme-core: put ctrl ref when module ref get failGravatar Chaitanya Kulkarni 1-1/+3
2020-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Linus Torvalds 1-4/+3
2020-10-02nvme-tcp: check page by sendpage_ok() before calling kernel_sendpage()Gravatar Coly Li 1-4/+3