summaryrefslogtreecommitdiff
path: root/drivers/nvme/target
AgeCommit message (Expand)Author
12 daysMerge 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
2026-04-13Merge tag 'for-7.1/block-20260411' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2026-04-09nvmet-tcp: fix race between ICReq handling and queue teardownChaitanya Kulkarni
2026-04-08nvmet-tcp: remove redundant calls to nvmet_tcp_fatal_error()Maurizio Lombardi
2026-04-08nvmet-tcp: propagate nvmet_tcp_build_pdu_iovec() errors to its callersMaurizio Lombardi
2026-04-08nvmet: introduce new mdts configuration entryAurelien Aptel
2026-04-07nvmet-tcp: check INIT_FAILED before nvmet_req_uninit in digest error pathShivam Kumar
2026-03-27nvme-loop: do not cancel I/O and admin tagset during ctrl reset/shutdownNilay Shroff
2026-03-27nvme: add WQ_PERCPU to alloc_workqueue usersMarco Crivellari
2026-03-27nvmet-fc: add WQ_PERCPU to alloc_workqueue usersMarco Crivellari
2026-03-27nvmet: replace use of system_wq with system_percpu_wqMarco Crivellari
2026-03-27nvmet: report NPDGL and NPDALCaleb Sander Mateos
2026-03-27nvmet: use NVME_NS_FEAT_OPTPERF_SHIFTCaleb Sander Mateos
2026-03-27nvmet-tcp: Don't free SQ on authentication successAlistair Francis
2026-03-27nvmet-tcp: Don't error if TLS is enabed on a resetAlistair Francis
2026-03-27nvme-auth: target: use crypto library in nvmet_auth_ctrl_hash()Eric Biggers
2026-03-27nvme-auth: target: use crypto library in nvmet_auth_host_hash()Eric Biggers
2026-03-27nvme-auth: target: remove obsolete crypto_has_shash() checksEric Biggers
2026-03-27nvme-auth: use proper argument typesEric Biggers
2026-03-13Merge tag 'block-7.0-20260312' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2026-03-10nvmet: move async event work off nvmet-wqChaitanya Kulkarni
2026-03-06Merge tag 'block-7.0-20260305' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2026-03-04Merge tag 'nvme-7.0-2026-03-04' of git://git.infradead.org/nvme into block-7.0Jens Axboe
2026-02-26nvmet-fcloop: Check remoteport port_state before calling done callbackJustin Tee
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds