summaryrefslogtreecommitdiff
path: root/drivers/nvme
AgeCommit message (Expand)AuthorFilesLines
6 daysMerge tag 'kmalloc_obj-v7.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-3/+2
7 daystreewide: refresh kmalloc_obj() conversionsKees Cook2-3/+2
8 daysMerge tag 'nvme-7.3-2026-09-03' of git://git.infradead.org/nvme into block-7.3Jens Axboe16-74/+153
8 daysnvme-fc: fix double free of fabrics options when nvme_add_ctrl() failsNiklas Cassel1-6/+20
8 daysnvmet: reject namespace enable without device pathSeokgyu Choi1-0/+5
8 daysnvmet-auth: Synchronize timeout work during SQ teardownKazuki Hanai3-1/+9
8 daysnvmet-tcp: reject unsolicited H2CData PDUsShivam Kumar1-0/+8
8 daysnvme-tcp: defer TLS inline send to io_workXixin Liu1-0/+5
8 daysnvmet-tcp: fix out-of-bounds write when receiving an over-long PDUShivam Kumar1-0/+2
8 daysnvme-tcp: return -EPROTO for a C2HData on a writeYehyeong Lee1-1/+1
8 daysnvmet: print namespace IDs as unsigned 32bit valueMohamed Khalfella3-4/+4
8 daysnvme: print namespace IDs as unsigned 32bit valueMohamed Khalfella3-12/+12
8 daysnvme: remove stale namespaces by NSID range during scanMohamed Khalfella1-9/+9
8 daysnvme: add missing SRCU grace period in error pathTristan Madani1-0/+3
8 daysnvme-fabrics: fix DHCHAP secret leak on parse failureXu Rao1-0/+2
2026-08-24Merge tag 'dmaengine-7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-28/+5
2026-08-21Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2-14/+20
2026-08-19nvmet-rdma: fix queue leak when connect backlog is exceededXixin Liu1-8/+7
2026-08-19nvme: add opcode filtering for fault injectionMohamed Khalfella2-2/+13
2026-08-19nvme: fix racy access to FDP placement id arrayKanchan Joshi2-19/+12
2026-08-19nvme: set ns->head in nvme_alloc_ns_headKanchan Joshi1-3/+6
2026-08-19nvme-rdma: fix -EIO cleanup order in queue_rqXixin Liu1-8/+10
2026-08-19nvme: skip the zoned limits update if the zone info query failedChao Shi1-2/+19
2026-08-19nvme-tcp: check the data direction of a C2HData PDUYehyeong Lee1-0/+7
2026-08-14Merge tag 'nvme-7.3-2026-08-13' of git://git.infradead.org/nvme into for-7.3/...Jens Axboe30-274/+741
2026-08-13nvmet: fix max_qid race between configfs and controller allocationMaurizio Lombardi5-28/+39
2026-08-13nvme: nvme-fc: Fix nvme_fc_create_hw_io_queues() queue deletion in error pathEwan D. Milne1-1/+1
2026-08-11nvme: ratelimit the completion-path messages driven by device dataChao Shi2-6/+6
2026-08-11nvme-tcp: fix host memory disclosure on R2T for a read commandYehyeong Lee1-0/+7
2026-08-11nvme-tcp: do not accept C2HData based on blk_rq_payload_bytes() aloneYehyeong Lee1-1/+3
2026-08-11nvme-tcp: reject a read that transferred too few bytesYehyeong Lee1-0/+34
2026-08-11nvmet: zns: reject full zone report when buffer is too smallXixin Liu1-3/+10
2026-08-11nvme-tcp: fix usage of page_frag_cacheDmitry Bogdanov1-0/+8
2026-08-11nvme: reject passthrough of driver-managed Set FeaturesChao Shi1-39/+72
2026-08-11nvmet: fix NULL pointer dereference in nvmet_execute_identify_ns_zns()Guixin Liu1-1/+1
2026-08-11nvmet: pci-epf: fix use-after-free in nvmet_pci_epf_exec_iod_work()Shin'ichiro Kawasaki1-3/+6
2026-08-11nvmet: pci-epf: put CQ ref on create_cq mapping failureYifei Gao1-0/+1
2026-08-11nvme-apple: Drop the PRP null check chicken bitSven Peter1-14/+0
2026-08-11nvme-apple: Require page aligned buffers on the admin queueSven Peter1-1/+2
2026-08-11nvme: Add a quirk for page aligned admin queue buffersSven Peter2-1/+11
2026-08-11nvme-apple: Never set the opcode in the NVMMU TCBSven Peter1-1/+1
2026-08-11nvme-apple: Don't set a DMA direction for commands without a data transferSven Peter1-1/+3
2026-08-11nvme-apple: Destroy the admin queue on removalSven Peter1-0/+9
2026-08-11nvmet: fix heap out-of-bounds read in nvmet_auth_negotiate()Guixin Liu1-2/+10
2026-08-10nvme: raise FDP placement handle cap to U8_MAX and warn on overflowGuixin Liu1-2/+9
2026-08-10nvme-pci: release descriptor pools on probe failureGuixin Liu1-0/+1
2026-08-10nvmet: propagate percpu_ref_init() failure in nvmet_ns_enable()Guixin Liu1-1/+2
2026-08-10nvmet: fix NULL pointer dereference in nvmet_execute_identify_nslist()Guixin Liu1-1/+1
2026-08-10nvme: zero the discard fallback pageYehyeong Lee1-1/+1
2026-08-10nvmet: fix Reservation Register Replace for unregistered host with IEKEYZhengrong Li1-2/+25