summaryrefslogtreecommitdiff
path: root/drivers/nvme
AgeCommit message (Expand)Author
2024-10-10nvme-tcp: fix link failure for TCP authArnd Bergmann
2024-10-10nvme-tcp: check for invalidated or revoked keyHannes Reinecke
2024-10-10nvme-tcp: sanitize TLS key handlingHannes Reinecke
2024-10-10nvme-keyring: restrict match length for version '1' identifiersHannes Reinecke
2024-10-04nvme-multipath: system fails to create generic nvme deviceHannes Reinecke
2024-09-30nvme-pci: qdepth 1 quirkKeith Busch
2024-09-12nvmet: Identify-Active Namespace ID List command should reject invalid nsidMaurizio Lombardi
2024-09-12nvme: rename CDR/MORE/DNR to NVME_STATUS_*Weiwen Hu
2024-09-12nvme: fix status magic numbersWeiwen Hu
2024-09-12nvme: rename nvme_sc_to_pr_err to nvme_status_to_pr_errWeiwen Hu
2024-09-12nvme-pci: allocate tagset on reset if necessaryKeith Busch
2024-09-12nvmet-tcp: fix kernel crash if commands allocation failsMaurizio Lombardi
2024-09-12nvme-pci: Add sleep quirk for Samsung 990 EvoGeorg Gottleuber
2024-08-29nvme: move stopping keep-alive into nvme_uninit_ctrl()Ming Lei
2024-08-19nvme/pci: Add APST quirk for Lenovo N60z laptopWangYuli
2024-08-14block: change rq_integrity_vec to respect the iteratorMikulas Patocka
2024-08-14nvme: apple: fix device reference countingKeith Busch
2024-08-03nvme-pci: add missing condition check for existence of mapped dataLeon Romanovsky
2024-08-03nvme-pci: Fix the instructions for disabling power managementBart Van Assche
2024-08-03nvmet-auth: fix nvmet_auth hash error handlingGaosheng Cui
2024-06-26nvmet-fc: Remove __counted_by from nvmet_fc_tgt_queue.fod[]Nathan Chancellor
2024-06-21nvmet: make 'tsas' attribute idempotent for RDMAHannes Reinecke
2024-06-20nvme-apple: add missing MODULE_DESCRIPTION()Jeff Johnson
2024-06-17nvmet: do not return 'reserved' for empty TSAS valuesHannes Reinecke
2024-06-17nvme: fix NVME_NS_DEAC may incorrectly identifying the disk as EXT_LBA.Boyang Yu
2024-06-13Merge tag 'nvme-6.10-2024-06-13' of git://git.infradead.org/nvme into block-6.10Jens Axboe
2024-06-13nvme: fix namespace removal listKeith Busch
2024-06-12nvmet: always initialize cqe.resultDaniel Wagner
2024-06-12nvmet-passthru: propagate status from id override functionsDaniel Wagner
2024-06-12nvme: avoid double free special payloadChunguang Xu
2024-06-12block: unmap and free user mapped integrity via submitterAnuj Gupta
2024-05-31nvme: fix nvme_pr_* status code parsingWeiwen Hu
2024-05-31nvme-fabrics: use reserved tag for reg read/write commandChunguang Xu
2024-05-28nvmet: fix a possible leak when destroy a ctrl during qp establishmentSagi Grimberg
2024-05-28nvme: use srcu for iterating namespace listKeith Busch
2024-05-24nvme: adjust multiples of NVME_CTRL_PAGE_SIZE in offsetKundan Kumar
2024-05-24nvme: remove sgs and swsKanchan Joshi
2024-05-23nvmet: fix ns enable/disable possible hangSagi Grimberg
2024-05-23nvme-multipath: fix io accounting on failoverKeith Busch
2024-05-23nvme: fix multipath batched completion accountingKeith Busch
2024-05-21nvme-multipath: find NUMA path only for online numa-nodeNilay Shroff
2024-05-14Merge tag 'nvme-6.10-2024-05-14' of git://git.infradead.org/nvme into block-6.10Jens Axboe
2024-05-13Merge tag 'for-6.10/block-20240511' of git://git.kernel.dk/linuxLinus Torvalds
2024-05-13Merge tag 'for-6.10/io_uring-20240511' of git://git.kernel.dk/linuxLinus Torvalds
2024-05-08nvmet-rdma: fix possible bad dereference when freeing rspsSagi Grimberg
2024-05-08nvmet: prevent sprintf() overflow in nvmet_subsys_nsid_exists()Dan Carpenter
2024-05-07nvme-rdma, nvme-tcp: include max reconnects for reconnect loggingTokunori Ikegami
2024-05-07nvmet: make nvmet_wq unboundSagi Grimberg
2024-05-07nvmet-rdma: Avoid o(n^2) loop in delete_ctrlSagi Grimberg
2024-05-07nvmet-auth: return the error code to the nvmet_auth_ctrl_hash() callersMaurizio Lombardi