summaryrefslogtreecommitdiff
path: root/drivers/nvme
AgeCommit message (Expand)AuthorFilesLines
7 daysMerge tag 'block-6.19-20260116' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds5-7/+26
10 daysnvme: fix PCIe subsystem reset controller state transitionNilay Shroff1-1/+4
10 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-fc: release admin tagset if init failsChaitanya Kulkarni1-0/+2
2026-01-09nvme-apple: add "apple,t8103-nvme-ans2" as compatibleJanne Grunau1-0/+1
2026-01-09nvme-tcp: fix NULL pointer dereferences in nvmet_tcp_build_pdu_iovecShivam Kumar1-0/+12
2025-12-15nvme-pci: disable secondary temp for Wodposit WPBSNM8Ilikara Zheng1-0/+2
2025-12-09Merge tag 'block-6.19-20251208' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds16-64/+75
2025-12-07Merge tag 'mm-nonmm-stable-2025-12-06-11-14' of git://git.kernel.org/pub/scm/...Linus Torvalds1-2/+2
2025-12-05Merge tag 'nvme-6.19-2025-12-04' of git://git.infradead.org/nvme into block-6.19Jens Axboe14-62/+69
2025-12-05nvme-fabrics: add ENOKEY to no retry criteria for authentication failuresJustin Tee1-1/+1
2025-12-05nvme-auth: use kvfree() for memory allocated with kvcalloc()Israel Rukshin1-1/+1
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-05nvme-fc: check all request and response have been processedDaniel Wagner1-0/+2
2025-12-04nvme: reject invalid pr_read_keys() num_keys valuesStefan Hajnoczi1-1/+5
2025-12-04block: use bio_alloc_bioset for passthru IO by defaultFengnan Chang1-1/+1
2025-12-04Merge tag 'for-6.19/block-20251201' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds11-35/+132
2025-12-04Merge tag 'for-6.19/io_uring-20251201' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-3/+4
2025-12-02nvme-fc: don't hold rport lock when putting ctrlDaniel Wagner1-2/+4
2025-12-02nvme-pci: add debug message on fail to read CSTSGerd Bayer1-0/+1
2025-12-02nvme-pci: print error message on failure in nvme_probeGerd Bayer1-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 Kicinski6-11/+15
2025-11-21lib/base64: add support for multiple variantsKuan-Wei Chiu1-2/+2
2025-11-17nvme: nvme-fc: Ensure ->ioerr_work is cancelled in nvme_fc_delete_ctrl()Ewan D. Milne1-1/+1
2025-11-17nvme: nvme-fc: move tagset removal to nvme_fc_delete_ctrl()Ewan D. Milne1-6/+7
2025-11-17nvme-multipath: fix lockdep WARN due to partition scan workShin'ichiro Kawasaki1-1/+1
2025-11-17nvmet-auth: update sc_c in target host hash calculationAlistair Francis3-2/+4
2025-11-14block-dma: properly take MMIO pathLeon Romanovsky1-8/+65
2025-11-14nvme-pci: migrate to dma_map_phys instead of map_pageLeon Romanovsky1-12/+13
2025-11-07nvme: remove virtual boundary for sgl capable devicesKeith Busch9-8/+48
2025-11-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-5/+13
2025-11-05nvme: fix admin request_queue lifetimeKeith Busch1-1/+2
2025-11-05block: introduce disk_report_zone()Damien Le Moal4-11/+10
2025-11-05net: Convert proto_ops connect() callbacks to use sockaddr_unsizedKees Cook1-1/+1
2025-11-05net: Convert proto_ops bind() callbacks to use sockaddr_unsizedKees Cook2-2/+2
2025-11-03io_uring/uring_cmd: avoid double indirect call in task work dispatchCaleb Sander Mateos1-3/+4
2025-10-23nvme-pci: use blk_map_iter for p2p metadataKeith Busch1-3/+10
2025-10-23nvmet-auth: update sc_c in host responseHannes Reinecke1-2/+3
2025-10-16nvme/tcp: handle tls partially sent records in write_space()Wilfred Mallawa1-0/+3
2025-10-14nvme-auth: update sc_c in host responseMartin George1-1/+5