aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/nvme/target
AgeCommit message (Expand)AuthorFilesLines
8 daysMerge tag 'dmaengine-7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/dmaengineLinus Torvalds1-28/+5
11 daysMerge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-11/+15
2026-08-13nvmet: fix max_qid race between configfs and controller allocationMaurizio Lombardi5-28/+39
2026-08-11nvmet: zns: reject full zone report when buffer is too smallXixin Liu1-3/+10
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-11nvmet: fix heap out-of-bounds read in nvmet_auth_negotiate()Guixin Liu1-2/+10
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-10nvmet: fix Reservation Register Replace for unregistered host with IEKEYZhengrong Li1-2/+25
2026-08-10nvmet-fc: fix invalid free in LS IOD error pathJiang HongHui1-1/+1
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-07-29nvmet: reject out-of-range mdts values in configfs storeGuixin Liu1-4/+6
2026-07-29nvmet: fix return status of RMI log page on allocation failureGuixin Liu1-1/+3
2026-07-28nvmet-tcp: Do not WARN on remotely-controlled oversized SGL allocationsGreg Kroah-Hartman1-2/+4
2026-07-12RDMA: Change capability fields in ib_device_attr from int to u32Erni Sri Satya Vennela1-11/+15
2026-07-09nvmet: expose reservation state through debugfsGuixin Liu1-0/+82
2026-07-09nvmet: add namespace-level debugfs directoryGuixin Liu4-0/+31
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 Liu1-1/+2
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: fix typos in reservation related constantsGuixin Liu1-5/+5
2026-06-30nvmet: pci-epf: Use dmaengine_prep_config_single_safe() APIFrank Li1-26/+4
2026-06-30nvmet: pci-epf: Remove unnecessary dmaengine_terminate_sync() on each DMA transferFrank Li1-2/+1
2026-06-23Merge tag 'nvme-7.2-2026-06-23' of git://git.infradead.org/nvme into block-7.2Jens Axboe6-19/+39
2026-06-16Merge tag 'for-7.2/block-20260615' of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linuxLinus Torvalds5-24/+64
2026-06-10nvmet-tcp: handle TCP_CLOSING state in nvmet_tcp_state_changeMaurizio Lombardi1-0/+1
2026-06-10nvmet-auth: reject short AUTH_RECEIVE buffersMichael Bommarito1-1/+25
2026-06-09nvmet-rdma: handle inline data with a nonzero offsetBryam Vargas1-8/+10
2026-06-09nvme: target: allocate ana_state with portRosen Penev2-9/+2
2026-06-09nvmet: fix refcount leak in nvmet_sq_create()Wentao Liang1-1/+1
2026-06-05Merge tag 'nvme-7.2-2026-06-04' of git://git.infradead.org/nvme into for-7.2/blockJens Axboe5-23/+63
2026-06-03nvmet-auth: validate reply message payload bounds against transfer lengthTianchu Chen1-3/+12
2026-06-02nvmet: fix pre-auth out-of-bounds heap read in Discovery Get Log PageBryam Vargas1-1/+22
2026-05-27nvme: target: rdma: fix ndev refcount leak on queue connectWentao Liang1-2/+4
2026-05-27nvmet-tcp: check return value of nvmet_tcp_set_queue_sockGeliang Tang1-2/+3
2026-05-27nvmet-tcp: fix page fragment cache leak in error pathGeliang Tang1-0/+6
2026-05-26block: switch numa_node to int in blk_mq_hw_ctx and init_requestMateusz Nowicki1-1/+1
2026-05-20nvmet-loop: do not alloc admin tag set during resetMaurizio Lombardi1-15/+16
2026-05-11nvmet-tcp: Fix potential UAF when ddgst mismatchSagi Grimberg1-1/+3
2026-05-11nvmet-auth: Do not print DH-HMAC-CHAP secretsHannes Reinecke2-5/+17
2026-04-27Merge tag 'nvme-7.1-2026-04-24' of git://git.infradead.org/nvme into block-7.1Jens Axboe8-80/+131
2026-04-22nvme-auth: Hash DH shared secret to create session keyChris Leech1-7/+8
2026-04-22nvme-auth: Include SC_C in RVAL controller hashAlistair Francis1-1/+2
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-16nvmet: avoid recursive nvmet-wq flush in nvmet_ctrl_freeChaitanya Kulkarni1-1/+1