summaryrefslogtreecommitdiff
path: root/drivers/nvme
AgeCommit message (Expand)Author
2024-06-24nvme: fix status magic numbersWeiwen Hu
2024-06-24nvme: rename nvme_sc_to_pr_err to nvme_status_to_pr_errWeiwen Hu
2024-06-24nvme: split device add from initializationKeith Busch
2024-06-24nvme: fc: split controller bringup handlingKeith Busch
2024-06-24nvme: rdma: split controller bringup handlingKeith Busch
2024-06-24nvme: tcp: split controller bringup handlingKeith Busch
2024-06-24nvme: apple: fix device reference countingKeith Busch
2024-06-20nvme: Atomic write supportAlan Adamson
2024-06-19block: move the skip_tagset_quiesce flag to queue_limitsChristoph Hellwig
2024-06-19block: move the pci_p2pdma flag to queue_limitsChristoph Hellwig
2024-06-19block: move the zone_resetall flag to queue_limitsChristoph Hellwig
2024-06-19block: move the zoned flag into the features fieldChristoph Hellwig
2024-06-19block: move the poll flag to queue_limitsChristoph Hellwig
2024-06-19block: move the nowait flag to queue_limitsChristoph Hellwig
2024-06-19block: move the stable_writes flag to queue_limitsChristoph Hellwig
2024-06-19block: move the io_stat flag setting to queue_limitsChristoph Hellwig
2024-06-19block: move the nonrot flag to queue_limitsChristoph Hellwig
2024-06-19block: move cache control settings out of queue->flagsChristoph Hellwig
2024-06-14block: move integrity information into queue_limitsChristoph Hellwig
2024-06-14block: bypass the STABLE_WRITES flag for protection informationChristoph Hellwig
2024-06-14block: remove the blk_integrity_profile structureChristoph Hellwig
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
2024-05-07nvme-pci: Add quirk for broken MSIsSean Anderson
2024-05-01nvme: do not retry authentication failuresDaniel Wagner
2024-05-01nvme-fabrics: short-circuit reconnect retriesHannes Reinecke
2024-05-01nvme: return kernel error codes for admin queue connectHannes Reinecke
2024-05-01nvmet: return DHCHAP status codes from nvmet_setup_auth()Hannes Reinecke
2024-05-01nvmet: lock config semaphore when accessing DH-HMAC-CHAP keyHannes Reinecke
2024-05-01nvme-tcp: strict pdu pacing to avoid send stalls on TLSHannes Reinecke
2024-05-01nvmet: fix nvme status code when namespace is disabledSagi Grimberg
2024-05-01nvmet-tcp: fix possible memory leak when tearing down a controllerSagi Grimberg
2024-05-01nvme: cancel pending I/O if nvme controller is in terminal stateNilay Shroff