summaryrefslogtreecommitdiffstats
path: root/drivers/nvme
AgeCommit message (Expand)Author
2021-11-02nvme-tcp: fix possible req->offset corruptionVarun Prakash
2021-11-02nvme-tcp: fix data digest pointer calculationVarun Prakash
2021-11-02nvmet-tcp: fix data digest pointer calculationVarun Prakash
2021-11-02nvme-tcp: fix H2CData PDU send accounting (again)Sagi Grimberg
2021-10-20nvme-pci: Fix abort command idKeith Busch
2021-10-09nvme-fc: avoid race between time out and tear downJames Smart
2021-10-09nvme-fc: update hardware queues before using themDaniel Wagner
2021-10-07nvme: add command id quirk for apple controllersKeith Busch
2021-09-30nvmet: fix a width vs precision bug in nvmet_subsys_attr_serial_show()Dan Carpenter
2021-09-30nvme-rdma: destroy cm id before destroy qp to avoid use after freeRuozhu Li
2021-09-30nvme-multipath: fix ANA state updates when a namespace is not presentAnton Eidelman
2021-09-30nvme: keep ctrl->namespaces orderedChristoph Hellwig
2021-09-30nvme-tcp: fix incorrect h2cdata pdu offset accountingSagi Grimberg
2021-09-26nvmet: fixup buffer overrun in nvmet_subsys_attr_serial()Hannes Reinecke
2021-09-22nvme: avoid race in shutdown namespace removalDaniel Wagner
2021-09-22nvme-tcp: fix io_work priority inversionKeith Busch
2021-09-18nvme: code command_id with a genctr for use-after-free validationSagi Grimberg
2021-09-18nvme-tcp: don't check blk_mq_tag_to_rq when receiving pdu dataSagi Grimberg
2021-09-15nvmet: pass back cntlid on successful completionAmit Engel
2021-09-15nvme-rdma: don't update queue count when failing to set io queuesRuozhu Li
2021-09-15nvme-tcp: don't update queue count when failing to set io queuesRuozhu Li
2021-07-24Merge tag 'block-5.14-2021-07-24' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-07-21nvme: set the PRACT bit when using Write Zeroes with T10 PIChristoph Hellwig
2021-07-21nvme: fix nvme_setup_command metadata trace eventKeith Busch
2021-07-21nvme: fix refcounting imbalance when all paths are downHannes Reinecke
2021-07-21nvme-pci: don't WARN_ON in nvme_reset_work if ctrl.state is not RESETTINGZhihao Cheng
2021-07-16Merge tag 'block-5.14-2021-07-16' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-07-13nvme-pci: do not call nvme_dev_remove_admin from nvme_removeCasey Chen
2021-07-13nvme-pci: fix multiple races in nvme_setup_io_queuesCasey Chen
2021-07-13nvme-tcp: use __dev_get_by_name instead dev_get_by_name for OPT_HOST_IFACEPrabhakar Kushwaha
2021-07-09Merge tag 'block-5.14-2021-07-08' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-07-05nvme-tcp: can't set sk_user_data without write_lockMaurizio Lombardi
2021-07-02Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2021-06-30nvme: use return value from blk_execute_rq()Keith Busch
2021-06-30nvme: use blk_execute_rq() for passthrough commandsKeith Busch
2021-06-30Merge tag 'for-5.14/drivers-2021-06-29' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-06-30Merge tag 'for-5.14/block-2021-06-29' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-06-21nvmet: use NVMET_MAX_NAMESPACES to set nn valueChaitanya Kulkarni
2021-06-17nvme: remove zeroout memset call for structChaitanya Kulkarni
2021-06-17nvme-pci: remove zeroout memset call for structChaitanya Kulkarni
2021-06-17nvmet: remove zeroout memset call for structChaitanya Kulkarni
2021-06-17nvmet: add ZBD over ZNS backend supportChaitanya Kulkarni
2021-06-17nvmet: add Command Set Identifier supportChaitanya Kulkarni
2021-06-17nvmet: add nvmet_req_bio put helper for backendsChaitanya Kulkarni
2021-06-17nvmet: add req cns error complete helperChaitanya Kulkarni
2021-06-17nvmet: remove local variableChaitanya Kulkarni
2021-06-17nvmet: use nvme status value directlyChaitanya Kulkarni
2021-06-17nvmet: use u32 type for the local variable nsidChaitanya Kulkarni
2021-06-17nvmet: use u32 for nvmet_subsys max_nsidChaitanya Kulkarni
2021-06-17nvmet: use req->cmd directly in file-ns fast pathChaitanya Kulkarni