summaryrefslogtreecommitdiff
path: root/drivers/nvme/target
AgeCommit message (Expand)AuthorFilesLines
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
2025-12-05nvmet-rdma: use kvcalloc for commands and responses arraysIsrael Rukshin1-6/+6
2025-12-05nvme: fix typo error in nvme targetChu Guangqing2-2/+2
2025-12-05nvmet-fc: use pr_* print macros instead of dev_*Daniel Wagner1-27/+21
2025-12-05nvmet-fcloop: remove unused lsdir member.Daniel Wagner1-1/+0
2025-12-05nvmet-fcloop: check all request and response have been processedDaniel Wagner1-2/+6
2025-12-04Merge tag 'for-6.19/block-20251201' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+1
2025-12-02nvmet: pci-epf: fix DMA channel debug printShin'ichiro Kawasaki1-4/+6
2025-12-02nvmet: pci-epf: move DMA initialization to EPC init callbackShin'ichiro Kawasaki1-2/+2
2025-12-02nvmet: 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-07nvme: 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-05net: Convert proto_ops bind() callbacks to use sockaddr_unsizedKees Cook1-1/+1
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