summaryrefslogtreecommitdiffstats
path: root/drivers/nvme
Commit message (Expand)AuthorAgeFilesLines
* nvme-tcp: fix link failure for TCP authArnd Bergmann2024-10-101-1/+1
* nvme-tcp: check for invalidated or revoked keyHannes Reinecke2024-10-104-2/+25
* nvme-tcp: sanitize TLS key handlingHannes Reinecke2024-10-104-17/+43
* nvme-keyring: restrict match length for version '1' identifiersHannes Reinecke2024-10-101-10/+26
* nvme-multipath: system fails to create generic nvme deviceHannes Reinecke2024-10-041-1/+1
* nvme-pci: qdepth 1 quirkKeith Busch2024-09-302-9/+14
* nvmet: Identify-Active Namespace ID List command should reject invalid nsidMaurizio Lombardi2024-09-121-0/+10
* nvme: rename CDR/MORE/DNR to NVME_STATUS_*Weiwen Hu2024-09-1215-122/+122
* nvme: fix status magic numbersWeiwen Hu2024-09-125-14/+14
* nvme: rename nvme_sc_to_pr_err to nvme_status_to_pr_errWeiwen Hu2024-09-121-5/+5
* nvme-pci: allocate tagset on reset if necessaryKeith Busch2024-09-121-0/+6
* nvmet-tcp: fix kernel crash if commands allocation failsMaurizio Lombardi2024-09-121-1/+3
* nvme-pci: Add sleep quirk for Samsung 990 EvoGeorg Gottleuber2024-09-121-0/+11
* nvme: move stopping keep-alive into nvme_uninit_ctrl()Ming Lei2024-08-291-1/+1
* nvme/pci: Add APST quirk for Lenovo N60z laptopWangYuli2024-08-191-0/+7
* block: change rq_integrity_vec to respect the iteratorMikulas Patocka2024-08-141-3/+3
* nvme: apple: fix device reference countingKeith Busch2024-08-141-5/+22
* nvme-pci: add missing condition check for existence of mapped dataLeon Romanovsky2024-08-031-1/+2
* nvme-pci: Fix the instructions for disabling power managementBart Van Assche2024-08-031-1/+1
* nvmet-auth: fix nvmet_auth hash error handlingGaosheng Cui2024-08-031-6/+8
* nvmet-fc: Remove __counted_by from nvmet_fc_tgt_queue.fod[]Nathan Chancellor2024-06-261-1/+1
* nvmet: make 'tsas' attribute idempotent for RDMAHannes Reinecke2024-06-211-9/+30
* nvme-apple: add missing MODULE_DESCRIPTION()Jeff Johnson2024-06-201-0/+1
* nvmet: do not return 'reserved' for empty TSAS valuesHannes Reinecke2024-06-171-1/+1
* nvme: fix NVME_NS_DEAC may incorrectly identifying the disk as EXT_LBA.Boyang Yu2024-06-171-1/+1
* Merge tag 'nvme-6.10-2024-06-13' of git://git.infradead.org/nvme into block-6.10Jens Axboe2024-06-135-16/+10
|\
| * nvme: fix namespace removal listKeith Busch2024-06-131-4/+5
| * nvmet: always initialize cqe.resultDaniel Wagner2024-06-123-9/+1
| * nvmet-passthru: propagate status from id override functionsDaniel Wagner2024-06-121-3/+3
| * nvme: avoid double free special payloadChunguang Xu2024-06-121-0/+1
* | block: unmap and free user mapped integrity via submitterAnuj Gupta2024-06-121-4/+11
|/
* nvme: fix nvme_pr_* status code parsingWeiwen Hu2024-05-311-1/+1
* nvme-fabrics: use reserved tag for reg read/write commandChunguang Xu2024-05-311-3/+3
* nvmet: fix a possible leak when destroy a ctrl during qp establishmentSagi Grimberg2024-05-281-0/+9
* nvme: use srcu for iterating namespace listKeith Busch2024-05-284-56/+83
* nvme: adjust multiples of NVME_CTRL_PAGE_SIZE in offsetKundan Kumar2024-05-241-1/+2
* nvme: remove sgs and swsKanchan Joshi2024-05-241-2/+0
* nvmet: fix ns enable/disable possible hangSagi Grimberg2024-05-231-0/+8
* nvme-multipath: fix io accounting on failoverKeith Busch2024-05-233-2/+4
* nvme: fix multipath batched completion accountingKeith Busch2024-05-231-5/+10
* nvme-multipath: find NUMA path only for online numa-nodeNilay Shroff2024-05-211-1/+1
* Merge tag 'nvme-6.10-2024-05-14' of git://git.infradead.org/nvme into block-6.10Jens Axboe2024-05-1414-111/+141
|\
| * nvme-rdma, nvme-tcp: include max reconnects for reconnect loggingTokunori Ikegami2024-05-072-6/+6
| * nvmet-rdma: Avoid o(n^2) loop in delete_ctrlSagi Grimberg2024-05-071-10/+6
| * nvme: do not retry authentication failuresDaniel Wagner2024-05-012-3/+9
| * nvme-fabrics: short-circuit reconnect retriesHannes Reinecke2024-05-015-20/+41
| * nvme: return kernel error codes for admin queue connectHannes Reinecke2024-05-013-22/+17
| * nvmet: return DHCHAP status codes from nvmet_setup_auth()Hannes Reinecke2024-05-014-45/+43
| * nvmet: lock config semaphore when accessing DH-HMAC-CHAP keyHannes Reinecke2024-05-012-5/+19
* | Merge tag 'for-6.10/block-20240511' of git://git.kernel.dk/linuxLinus Torvalds2024-05-132-8/+4
|\|