aboutsummaryrefslogtreecommitdiff
path: root/drivers/nvme
AgeCommit message (Expand)AuthorFilesLines
2026-05-21nvme-pci: fix dma_vecs leak on p2p memoryKeith Busch1-1/+2
2026-05-20nvme: core: reject invalid LBA data size from Identify NamespaceChao Shi1-1/+11
2026-05-20nvme-core: warn on allocating admin tag set with existing queueMaurizio Lombardi1-6/+1
2026-05-20nvmet-loop: do not alloc admin tag set during resetMaurizio Lombardi1-15/+16
2026-05-20nvme-core: align fabrics_q teardown with admin_q in nvme_free_ctrlMaurizio Lombardi1-3/+3
2026-05-20nvme: add sysfs attribute to change IO timeout per controllerMaurizio Lombardi3-1/+51
2026-05-20nvme: add sysfs attribute to change admin timeout per nvme controllerMaurizio Lombardi4-1/+44
2026-05-20nvme: remove redundant timeout argument from nvme_wait_freeze_timeoutMaurizio Lombardi6-6/+7
2026-05-20nvme: Let the blocklayer set timeouts for requestsMaximilian Heyne1-2/+0
2026-05-14nvme-apple: Reset q->sq_tail during queue initNick Chan1-0/+1
2026-05-11nvme: fix race condition between connected uevent and STARTED_ONCE flagMaurizio Lombardi1-1/+1
2026-05-11Revert "nvme: add quirk NVME_QUIRK_IGNORE_DEV_SUBNQN for 144d:a808"AlanCui40801-2/+0
2026-05-11nvmet-tcp: Fix potential UAF when ddgst mismatchSagi Grimberg1-1/+3
2026-05-11nvme-pci: fix use-after-free in nvme_free_host_mem()Chia-Lin Kao (AceLan)1-2/+4
2026-05-11nvmet-auth: Do not print DH-HMAC-CHAP secretsHannes Reinecke2-5/+17
2026-05-11nvme: fix bio leak on mapping failureKeith Busch1-3/+2
2026-05-11nvme: make prp passthrough usage less scaryKeith Busch2-11/+6
2026-04-27Merge tag 'nvme-7.1-2026-04-24' of git://git.infradead.org/nvme into block-7.1Jens Axboe18-128/+282
2026-04-22nvme-auth: Hash DH shared secret to create session keyChris Leech3-33/+89
2026-04-22nvme-pci: fix missed admin queue sq doorbell writeKeith Busch1-0/+1
2026-04-22nvme-auth: Include SC_C in RVAL controller hashAlistair Francis2-2/+4
2026-04-22nvme-tcp: teardown circular locking fixesChaitanya Kulkarni1-7/+21
2026-04-22nvmet-tcp: Don't clear tls_key when freeing sqAlistair Francis1-3/+0
2026-04-22Revert "nvmet-tcp: Don't free SQ on authentication success"Alistair Francis1-4/+5
2026-04-22nvme: skip trace completion for host path errorsKeith Busch1-3/+8
2026-04-16nvme-pci: add quirk for Memblaze Pblaze5 (0x1c5f:0x0555)Tao Jiang1-0/+2
2026-04-16nvme-multipath: put module reference when delayed removal work is canceledJohn Garry1-1/+2
2026-04-16nvme: expose TLS modeDaniel Wagner1-0/+19
2026-04-16nvme-apple: drop invalid put of admin queue reference countFedor Pchelkin1-5/+1
2026-04-16nvme-core: fix parameter name in commentFlavio Suligoi1-1/+1
2026-04-16nvmet: avoid recursive nvmet-wq flush in nvmet_ctrl_freeChaitanya Kulkarni1-1/+1
2026-04-13Merge tag 'for-7.1/io_uring-20260411' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-4/+0
2026-04-13Merge tag 'for-7.1/block-20260411' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds21-698/+706
2026-04-09nvme-multipath: drop head pointer check in nvme_mpath_clear_current_path()John Garry1-4/+0
2026-04-09nvme: add quirk NVME_QUIRK_IGNORE_DEV_SUBNQN for 144d:a808 (Samsung PM981/983...Alan Cui1-0/+2
2026-04-09nvmet-tcp: fix race between ICReq handling and queue teardownChaitanya Kulkarni1-0/+26
2026-04-08nvmet-tcp: remove redundant calls to nvmet_tcp_fatal_error()Maurizio Lombardi1-30/+7
2026-04-08nvmet-tcp: propagate nvmet_tcp_build_pdu_iovec() errors to its callersMaurizio Lombardi1-22/+29
2026-04-08nvme: enable PCI P2PDMA support for RDMA transportShivaji Kant1-0/+8
2026-04-08nvmet: introduce new mdts configuration entryAurelien Aptel5-11/+51
2026-04-08nvme: add missing MODULE_ALIAS for fabrics transportsGeliang Tang3-0/+3
2026-04-07nvmet-tcp: check INIT_FAILED before nvmet_req_uninit in digest error pathShivam Kumar1-1/+2
2026-03-27nvme-loop: do not cancel I/O and admin tagset during ctrl reset/shutdownNilay Shroff1-2/+0
2026-03-27nvme: add WQ_PERCPU to alloc_workqueue usersMarco Crivellari2-3/+4
2026-03-27nvmet-fc: add WQ_PERCPU to alloc_workqueue usersMarco Crivellari1-3/+3
2026-03-27nvmet: replace use of system_wq with system_percpu_wqMarco Crivellari2-2/+2
2026-03-27nvme-auth: Don't propose NVME_AUTH_DHGROUP_NULL with SC_CAlistair Francis1-12/+15
2026-03-27nvme-pci: add NVME_QUIRK_DISABLE_WRITE_ZEROES for Kingston OM3SGP4Robert Beckett1-0/+2
2026-03-27nvme: respect NVME_QUIRK_DISABLE_WRITE_ZEROES when wzsl is setRobert Beckett1-1/+1
2026-03-27nvmet: report NPDGL and NPDALCaleb Sander Mateos3-4/+19