aboutsummaryrefslogtreecommitdiff
path: root/drivers/nvme/target
AgeCommit message (Expand)AuthorFilesLines
11 daysnvmet: do not copy beyond sybsysnqn string lengthShin'ichiro Kawasaki1-1/+1
11 daysnvmet-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-04Merge tag 'nvme-6.19-2025-12-04' of git://git.infradead.org/nvme into block-6.19Jens Axboe10-58/+59
2025-12-04nvmet-tcp: use kvcalloc for commands arrayIsrael Rukshin1-3/+3
2025-12-04nvmet-rdma: use kvcalloc for commands and responses arraysIsrael Rukshin1-6/+6
2025-12-04nvme: fix typo error in nvme targetChu Guangqing2-2/+2
2025-12-04nvmet-fc: use pr_* print macros instead of dev_*Daniel Wagner1-27/+21
2025-12-04nvmet-fcloop: remove unused lsdir member.Daniel Wagner1-1/+0
2025-12-04nvmet-fcloop: check all request and response have been processedDaniel Wagner1-2/+6
2025-12-03Merge tag 'for-6.19/block-20251201' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+1
2025-12-01nvmet: pci-epf: fix DMA channel debug printShin'ichiro Kawasaki1-4/+6
2025-12-01nvmet: pci-epf: move DMA initialization to EPC init callbackShin'ichiro Kawasaki1-2/+2
2025-12-01nvmet: remove redundant subsysnqn field from ctrlMax Gurtovoy4-11/+11
2025-12-01nvmet: add sanity checks when freeing subsystemMax Gurtovoy1-0/+2
2025-11-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-2/+4
2025-11-17nvmet-auth: update sc_c in target host hash calculationAlistair Francis3-2/+4
2025-11-06nvme: remove virtual boundary for sgl capable devicesKeith Busch1-0/+1
2025-11-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+3
2025-11-04net: Convert proto_ops bind() callbacks to use sockaddr_unsizedKees Cook1-1/+1
2025-10-22nvmet-auth: update sc_c in host responseHannes Reinecke1-2/+3
2025-09-23nvmet: 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-28Merge tag 'for-6.17/block-20250728' of git://git.kernel.dk/linuxLinus Torvalds4-13/+20
2025-07-28Merge 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-05-31Merge tag 'mm-nonmm-stable-2025-05-31-15-28' of git://git.kernel.org/pub/scm/...Linus Torvalds1-1/+1
2025-05-28Merge tag 'net-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2-2/+2
2025-05-27crash_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
2025-05-26Merge tag 'for-6.16/block-20250523' of git://git.kernel.dk/linuxLinus Torvalds12-324/+546