summaryrefslogtreecommitdiff
path: root/drivers/nvme
AgeCommit message (Expand)AuthorFilesLines
2026-08-10nvmet-fc: fix invalid free in LS IOD error pathJiang HongHui1-1/+1
2026-08-10nvme-tcp: look up host_iface in the current netnsGeliang Tang1-1/+2
2026-08-10nvmet: passthru: fix OOB reads when parsing ns id descriptor listHari Mishal1-0/+9
2026-08-10nvmet-tcp: bound SGL data length before allocating command buffersIbrahim Hashimov1-0/+13
2026-08-06block: rename bi_bvec_donePavel Begunkov1-1/+1
2026-07-29nvmet: reject out-of-range mdts values in configfs storeGuixin Liu1-4/+6
2026-07-29nvme-pci: return error when parsing a quirk string failsGuixin Liu1-0/+1
2026-07-29nvme-fc: unmap cmd_iu DMA on rsp_iu mapping failure in init_requestGuixin Liu1-0/+6
2026-07-29nvmet: fix return status of RMI log page on allocation failureGuixin Liu1-1/+3
2026-07-28nvme/ioctl: check SUBMIT_IO with nvme_cmd_allowed()Yang Xiuwei1-2/+6
2026-07-28nvme-apple: Remove redundant dev_err_probe()Pan Chuang1-3/+1
2026-07-28nvme-pci: disable controller on admin queue IRQ setup failureMyeonghun Pak1-0/+1
2026-07-28nvme: enable context analysis support for nvme host driverNilay Shroff1-0/+1
2026-07-28nvme: fix context analysis warning in tcp.cNilay Shroff1-1/+1
2026-07-28nvme: add context annotations in tcp.cNilay Shroff1-4/+9
2026-07-28nvme: fix context analysis warning in rdma.cNilay Shroff1-1/+1
2026-07-28nvme: add context annotations in rdma.cNilay Shroff1-9/+14
2026-07-28nvme: add context annotations for nvme_queue::sq_lockNilay Shroff1-4/+17
2026-07-28nvme: add context annotations in fabric.cNilay Shroff1-2/+2
2026-07-28nvme: add context annotations for nvme_subsystems_lockNilay Shroff2-4/+9
2026-07-28nvme: add context annotations for nvme_ctrl::ana_lockNilay Shroff1-0/+1
2026-07-28nvme: add context annotations for nvme_subsystem::lockNilay Shroff2-5/+14
2026-07-28nvme: remove redundant initialization of delayed_removal_secsNilay Shroff1-1/+0
2026-07-28nvme: add context annotations for nvme_dev::shutdown_lockNilay Shroff1-0/+1
2026-07-28nvme: add context annotations for nvme_ns_head::current_pathNilay Shroff1-1/+1
2026-07-28nvme: add context annotations for nvme_ns_head::requeue_listNilay Shroff1-1/+2
2026-07-28nvme: remove redundant initialization of nvme_ns_head::requeue_listNilay Shroff1-1/+0
2026-07-28nvme: add context annotations for nvme_ns_head::srcuNilay Shroff3-2/+9
2026-07-28nvme: add context annotations for nvme_passthru_{start|stop}Nilay Shroff1-2/+8
2026-07-28nvme: update nvme_passthru_end() signatureNilay Shroff2-3/+5
2026-07-28nvmet-tcp: Do not WARN on remotely-controlled oversized SGL allocationsGreg Kroah-Hartman1-2/+4
2026-07-16nvme: fix cdev lifetimeJohn Garry2-20/+9
2026-07-16nvme: add nvme_get_ns_head()John Garry3-1/+7
2026-07-14nvme: clamp FDP nruhsd to allocated RUH status descriptor countHari Mishal1-1/+1
2026-07-14nvme: bound ns descriptor header and body to identify bufferHari Mishal1-0/+4
2026-07-12RDMA: Change capability fields in ib_device_attr from int to u32Erni Sri Satya Vennela2-14/+20
2026-07-09nvmet: expose reservation state through debugfsGuixin Liu1-0/+82
2026-07-09nvmet: add namespace-level debugfs directoryGuixin Liu4-0/+31
2026-07-08nvme: don't reference NS after unlocking in nvme_ns_head_ctrl_ioctl()John Garry1-1/+1
2026-07-08nvme: swap synchronization ordering in nvme_remove_head()John Garry1-3/+4
2026-07-06nvmet-auth: zero the AUTH_RECEIVE response bufferBryam Vargas1-1/+1
2026-07-06nvme-auth: use crypto_memneq for DH-HMAC-CHAP response comparisonXixin Liu2-2/+4
2026-07-06nvme: handle positive error codes in nuse_show()John Garry1-1/+3
2026-07-06nvmet-rdma: fix response resource leak on queue teardownShin'ichiro Kawasaki1-0/+18
2026-07-06nvmet-rdma: factor out response resource cleanupShin'ichiro Kawasaki1-3/+10
2026-07-06nvme-rdma: parallelize I/O queue allocation and startupSurabhi Gogte1-46/+76
2026-07-06nvme-rdma: refactor nvme_rdma_alloc_queue() to take a queue pointerSurabhi Gogte1-10/+9
2026-07-06nvme-auth: Avoid C=1 warning in nvme_auth_derive_tls_psk()Eric Biggers1-7/+6
2026-07-06nvme: zns: include zone index in invalid zone type errorXixin Liu1-1/+2
2026-07-06nvme: zns: cap zone report nr_zones by DMA buffer sizeXixin Liu1-2/+6