summaryrefslogtreecommitdiff
path: root/drivers/nvme/target
AgeCommit message (Expand)AuthorFilesLines
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-28Merge 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-17nvmet: avoid recursive nvmet-wq flush in nvmet_ctrl_freeChaitanya Kulkarni1-1/+1
2026-04-14Merge tag 'for-7.1/block-20260411' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds10-174/+97
2026-04-09nvmet-tcp: fix race between ICReq handling and queue teardownChaitanya Kulkarni1-0/+26
2026-04-08nvmet-tcp: remove redundant calls to nvmet_tcp_fatal_error()Maurizio Lombardi1-30/+7
2026-04-08nvmet-tcp: propagate nvmet_tcp_build_pdu_iovec() errors to its callersMaurizio Lombardi1-22/+29
2026-04-08nvmet: introduce new mdts configuration entryAurelien Aptel5-11/+51
2026-04-07nvmet-tcp: check INIT_FAILED before nvmet_req_uninit in digest error pathShivam Kumar1-1/+2
2026-03-27nvme-loop: do not cancel I/O and admin tagset during ctrl reset/shutdownNilay Shroff1-2/+0
2026-03-27nvme: add WQ_PERCPU to alloc_workqueue usersMarco Crivellari2-3/+4
2026-03-27nvmet-fc: add WQ_PERCPU to alloc_workqueue usersMarco Crivellari1-3/+3
2026-03-27nvmet: replace use of system_wq with system_percpu_wqMarco Crivellari2-2/+2
2026-03-27nvmet: report NPDGL and NPDALCaleb Sander Mateos3-4/+19
2026-03-27nvmet: use NVME_NS_FEAT_OPTPERF_SHIFTCaleb Sander Mateos1-2/+2
2026-03-27nvmet-tcp: Don't free SQ on authentication successAlistair Francis1-5/+4
2026-03-27nvmet-tcp: Don't error if TLS is enabed on a resetAlistair Francis4-6/+7
2026-03-27nvme-auth: target: use crypto library in nvmet_auth_ctrl_hash()Eric Biggers1-69/+25
2026-03-27nvme-auth: target: use crypto library in nvmet_auth_host_hash()Eric Biggers1-62/+28
2026-03-27nvme-auth: target: remove obsolete crypto_has_shash() checksEric Biggers3-15/+1
2026-03-27nvme-auth: use proper argument typesEric Biggers2-3/+4
2026-03-13Merge tag 'block-7.0-20260312' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds4-3/+15
2026-03-10nvmet: move async event work off nvmet-wqChaitanya Kulkarni4-3/+15
2026-03-06Merge tag 'block-7.0-20260305' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-4/+11
2026-03-04Merge tag 'nvme-7.0-2026-03-04' of git://git.infradead.org/nvme into block-7.0Jens Axboe1-4/+11
2026-02-27nvmet-fcloop: Check remoteport port_state before calling done callbackJustin Tee1-4/+11
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook1-1/+1
2026-02-22Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds5-14/+7
2026-02-22Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds2-2/+2
2026-02-22Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds14-56/+56
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook15-83/+77
2026-02-17Merge tag 'block-7.0-20260216' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-21/+7
2026-02-12Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/...Linus Torvalds2-0/+2
2026-02-12nvmet: ignore discard return valueChaitanya Kulkarni1-21/+7
2026-02-10Merge tag 'for-7.0/block-20260206' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-3/+4
2026-02-05nvmet-tcp: add bounds checks in nvmet_tcp_build_pdu_iovecYunJe Shin1-0/+17
2026-01-30block: introduce bdev_rot()Damien Le Moal1-2/+2
2026-01-21nvmet: fix race in nvmet_bio_done() leading to NULL pointer dereferenceMing Lei1-1/+2
2026-01-21kernel.h: drop hex.h and update all hex.h usersRandy Dunlap2-0/+2
2026-01-20block: pass io_comp_batch to rq_end_io_fn callbackMing Lei1-1/+2
2026-01-14nvmet: do not copy beyond sybsysnqn string lengthShin'ichiro Kawasaki1-1/+1
2026-01-13nvmet-tcp: fixup hang in nvmet_tcp_listen_data_ready()Hannes Reinecke1-5/+4
2026-01-09nvme-tcp: fix NULL pointer dereferences in nvmet_tcp_build_pdu_iovecShivam Kumar1-0/+12
2025-12-05Merge tag 'nvme-6.19-2025-12-04' of git://git.infradead.org/nvme into block-6.19Jens Axboe10-58/+59
2025-12-05nvmet-tcp: use kvcalloc for commands arrayIsrael Rukshin1-3/+3