summaryrefslogtreecommitdiff
path: root/drivers/nvme/target
AgeCommit message (Expand)AuthorFilesLines
2026-07-24nvmet: fix refcount leak in nvmet_sq_create()Wentao Liang1-1/+1
2026-07-24nvmet-rdma: handle inline data with a nonzero offsetBryam Vargas1-8/+10
2026-07-24nvmet-auth: reject short AUTH_RECEIVE buffersMichael Bommarito1-1/+25
2026-07-24nvmet-tcp: check return value of nvmet_tcp_set_queue_sockGeliang Tang1-2/+3
2026-07-24nvmet-tcp: fix page fragment cache leak in error pathGeliang Tang1-0/+6
2026-07-24nvmet-tcp: Fix potential UAF when ddgst mismatchSagi Grimberg1-1/+3
2026-07-24nvmet-tcp: check INIT_FAILED before nvmet_req_uninit in digest error pathShivam Kumar1-1/+2
2026-07-18nvmet-auth: validate reply message payload bounds against transfer lengthTianchu Chen1-3/+12
2026-07-18nvmet: fix pre-auth out-of-bounds heap read in Discovery Get Log PageBryam Vargas1-1/+22
2026-07-18nvme: target: rdma: fix ndev refcount leak on queue connectWentao Liang1-2/+4
2026-05-23nvmet-tcp: propagate nvmet_tcp_build_pdu_iovec() errors to its callersMaurizio Lombardi1-22/+29
2026-05-14nvmet: avoid recursive nvmet-wq flush in nvmet_ctrl_freeChaitanya Kulkarni1-1/+1
2026-05-14nvmet-tcp: fix race between ICReq handling and queue teardownChaitanya Kulkarni1-0/+26
2026-04-02nvmet: move async event work off nvmet-wqChaitanya Kulkarni4-3/+15
2026-03-12nvmet-fcloop: Check remoteport port_state before calling done callbackJustin Tee1-4/+11
2026-02-11nvmet-tcp: fixup hang in nvmet_tcp_listen_data_ready()Hannes Reinecke1-5/+4
2026-02-11nvmet-tcp: add bounds checks in nvmet_tcp_build_pdu_iovecYunJe Shin1-0/+17
2026-02-06nvmet: fix race in nvmet_bio_done() leading to NULL pointer dereferenceMing Lei1-1/+2
2026-01-23nvme-tcp: fix NULL pointer dereferences in nvmet_tcp_build_pdu_iovecShivam Kumar1-0/+12
2026-01-08nvmet: pci-epf: move DMA initialization to EPC init callbackShin'ichiro Kawasaki1-2/+2
2025-11-17nvmet-auth: update sc_c in target host hash calculationAlistair Francis3-2/+4
2025-10-23nvmet-auth: update sc_c in host responseHannes Reinecke1-2/+3
2025-09-24nvmet: add safety check for subsys lockMax Gurtovoy1-9/+6
2025-09-15nvmet-fcloop: call done callback even when remote port is goneDaniel Wagner1-3/+5
2025-09-15nvmet-fc: avoid scheduling association deletion twiceDaniel Wagner1-7/+9
2025-09-15nvmet-fc: move lsop put work to nvmet_fc_ls_req_opDaniel Wagner1-10/+9
2025-08-07nvmet: exit debugfs after discovery subsystem exitsMohamed Khalfella1-1/+1
2025-07-31nvme: fix various comment typosBjorn Helgaas2-6/+6
2025-07-31nvmet: initialize discovery subsys after debugfs is initializedMohamed Khalfella1-6/+6
2025-07-31nvmet: add support for FDP in fabrics passthru pathNitesh Shetty1-0/+2
2025-07-29Merge tag 'for-6.17/block-20250728' of git://git.kernel.dk/linuxLinus Torvalds4-13/+20
2025-07-29Merge tag 'vfs-6.17-rc1.integrity' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2025-07-28Merge tag 'vfs-6.17-rc1.fallocate' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+4
2025-07-18Merge tag 'block-6.16-20250718' of git://git.kernel.dk/linuxLinus Torvalds1-2/+2
2025-07-17nvmet: pci-epf: Do not complete commands twice if nvmet_req_init() failsRick Wertenbroek1-7/+16
2025-07-17nvmet: remove redundant assignment of error code in nvmet_ns_enable()Alok Tiwari1-2/+0
2025-07-17nvme: fix incorrect variable in io cqes error messageAlok Tiwari1-1/+1
2025-07-17nvme: fix multiple spelling and grammar issues in host driversAlok Tiwari2-3/+3
2025-07-15nvmet-tcp: fix callback lock for TLS handshakeMaurizio Lombardi1-2/+2
2025-07-04Merge tag 'block-6.16-20250704' of git://git.kernel.dk/linuxLinus Torvalds1-0/+2
2025-07-01block: rename tuple_size field in blk_integrity to metadata_sizeAnuj Gupta1-1/+1
2025-06-30nvmet: fix memory leak of bio integrityDmitry Bogdanov1-0/+2
2025-06-23nvmet: set WZDS and DRB if device enables unmap write zeroes operationZhang Yi1-0/+4
2025-06-06Merge tag 'block-6.16-20250606' of git://git.kernel.dk/linuxLinus Torvalds5-21/+7
2025-06-04nvme: spelling fixesYi Zhang5-5/+5
2025-06-04nvme: fix command limits status codeKeith Busch2-16/+2
2025-06-01Merge tag 'mm-nonmm-stable-2025-05-31-15-28' of git://git.kernel.org/pub/scm/...Linus Torvalds1-1/+1
2025-05-29Merge tag 'net-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2-2/+2
2025-05-28crash_dump, nvme: select CONFIGFS_FS as built-inArnd Bergmann1-1/+1
2025-05-27net: core: Convert inet_addr_is_any() to sockaddr_storageKees Cook2-2/+2