summaryrefslogtreecommitdiff
path: root/drivers/nvme/target
AgeCommit message (Expand)Author
5 daysMerge tag 'dmaengine-7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
8 daysMerge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2026-08-13nvmet: fix max_qid race between configfs and controller allocationMaurizio Lombardi
2026-08-11nvmet: zns: reject full zone report when buffer is too smallXixin Liu
2026-08-11nvmet: fix NULL pointer dereference in nvmet_execute_identify_ns_zns()Guixin Liu
2026-08-11nvmet: pci-epf: fix use-after-free in nvmet_pci_epf_exec_iod_work()Shin'ichiro Kawasaki
2026-08-11nvmet: pci-epf: put CQ ref on create_cq mapping failureYifei Gao
2026-08-11nvmet: fix heap out-of-bounds read in nvmet_auth_negotiate()Guixin Liu
2026-08-10nvmet: propagate percpu_ref_init() failure in nvmet_ns_enable()Guixin Liu
2026-08-10nvmet: fix NULL pointer dereference in nvmet_execute_identify_nslist()Guixin Liu
2026-08-10nvmet: fix Reservation Register Replace for unregistered host with IEKEYZhengrong Li
2026-08-10nvmet-fc: fix invalid free in LS IOD error pathJiang HongHui
2026-08-10nvmet: passthru: fix OOB reads when parsing ns id descriptor listHari Mishal
2026-08-10nvmet-tcp: bound SGL data length before allocating command buffersIbrahim Hashimov
2026-07-29nvmet: reject out-of-range mdts values in configfs storeGuixin Liu
2026-07-29nvmet: fix return status of RMI log page on allocation failureGuixin Liu
2026-07-28nvmet-tcp: Do not WARN on remotely-controlled oversized SGL allocationsGreg Kroah-Hartman
2026-07-12RDMA: Change capability fields in ib_device_attr from int to u32Erni Sri Satya Vennela
2026-07-09nvmet: expose reservation state through debugfsGuixin Liu
2026-07-09nvmet: add namespace-level debugfs directoryGuixin Liu
2026-07-06nvmet-auth: zero the AUTH_RECEIVE response bufferBryam Vargas
2026-07-06nvme-auth: use crypto_memneq for DH-HMAC-CHAP response comparisonXixin Liu
2026-07-06nvmet-rdma: fix response resource leak on queue teardownShin'ichiro Kawasaki
2026-07-06nvmet-rdma: factor out response resource cleanupShin'ichiro Kawasaki
2026-07-06nvme: fix typos in reservation related constantsGuixin Liu
2026-06-30nvmet: pci-epf: Use dmaengine_prep_config_single_safe() APIFrank Li
2026-06-30nvmet: pci-epf: Remove unnecessary dmaengine_terminate_sync() on each DMA tra...Frank Li
2026-06-23Merge tag 'nvme-7.2-2026-06-23' of git://git.infradead.org/nvme into block-7.2Jens Axboe
2026-06-16Merge tag 'for-7.2/block-20260615' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2026-06-10nvmet-tcp: handle TCP_CLOSING state in nvmet_tcp_state_changeMaurizio Lombardi
2026-06-10nvmet-auth: reject short AUTH_RECEIVE buffersMichael Bommarito
2026-06-09nvmet-rdma: handle inline data with a nonzero offsetBryam Vargas
2026-06-09nvme: target: allocate ana_state with portRosen Penev
2026-06-09nvmet: fix refcount leak in nvmet_sq_create()Wentao Liang
2026-06-05Merge tag 'nvme-7.2-2026-06-04' of git://git.infradead.org/nvme into for-7.2/...Jens Axboe
2026-06-03nvmet-auth: validate reply message payload bounds against transfer lengthTianchu Chen
2026-06-02nvmet: fix pre-auth out-of-bounds heap read in Discovery Get Log PageBryam Vargas
2026-05-27nvme: target: rdma: fix ndev refcount leak on queue connectWentao Liang
2026-05-27nvmet-tcp: check return value of nvmet_tcp_set_queue_sockGeliang Tang
2026-05-27nvmet-tcp: fix page fragment cache leak in error pathGeliang Tang
2026-05-26block: switch numa_node to int in blk_mq_hw_ctx and init_requestMateusz Nowicki
2026-05-20nvmet-loop: do not alloc admin tag set during resetMaurizio Lombardi
2026-05-11nvmet-tcp: Fix potential UAF when ddgst mismatchSagi Grimberg
2026-05-11nvmet-auth: Do not print DH-HMAC-CHAP secretsHannes Reinecke
2026-04-27Merge tag 'nvme-7.1-2026-04-24' of git://git.infradead.org/nvme into block-7.1Jens Axboe
2026-04-22nvme-auth: Hash DH shared secret to create session keyChris Leech
2026-04-22nvme-auth: Include SC_C in RVAL controller hashAlistair Francis
2026-04-22nvmet-tcp: Don't clear tls_key when freeing sqAlistair Francis
2026-04-22Revert "nvmet-tcp: Don't free SQ on authentication success"Alistair Francis
2026-04-16nvmet: avoid recursive nvmet-wq flush in nvmet_ctrl_freeChaitanya Kulkarni