summaryrefslogtreecommitdiffstats
path: root/drivers/nvme
AgeCommit message (Expand)AuthorLines
2025-12-06Merge tag 'mm-nonmm-stable-2025-12-06-11-14' of git://git.kernel.org/pub/scm/...Linus Torvalds-2/+2
2025-12-04Merge tag 'nvme-6.19-2025-12-04' of git://git.infradead.org/nvme into block-6.19Jens Axboe-62/+69
2025-12-04nvme-fabrics: add ENOKEY to no retry criteria for authentication failuresJustin Tee-1/+1
2025-12-04nvme-auth: use kvfree() for memory allocated with kvcalloc()Israel Rukshin-1/+1
2025-12-04nvmet-tcp: use kvcalloc for commands arrayIsrael Rukshin-3/+3
2025-12-04nvmet-rdma: use kvcalloc for commands and responses arraysIsrael Rukshin-6/+6
2025-12-04nvme: fix typo error in nvme targetChu Guangqing-2/+2
2025-12-04nvmet-fc: use pr_* print macros instead of dev_*Daniel Wagner-27/+21
2025-12-04nvmet-fcloop: remove unused lsdir member.Daniel Wagner-1/+0
2025-12-04nvmet-fcloop: check all request and response have been processedDaniel Wagner-2/+6
2025-12-04nvme-fc: check all request and response have been processedDaniel Wagner-0/+2
2025-12-04nvme: reject invalid pr_read_keys() num_keys valuesStefan Hajnoczi-1/+5
2025-12-04block: use bio_alloc_bioset for passthru IO by defaultFengnan Chang-1/+1
2025-12-03Merge tag 'for-6.19/block-20251201' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-35/+132
2025-12-03Merge tag 'for-6.19/io_uring-20251201' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-3/+4
2025-12-01nvme-fc: don't hold rport lock when putting ctrlDaniel Wagner-2/+4
2025-12-01nvme-pci: add debug message on fail to read CSTSGerd Bayer-0/+1
2025-12-01nvme-pci: print error message on failure in nvme_probeGerd Bayer-0/+1
2025-12-01nvmet: pci-epf: fix DMA channel debug printShin'ichiro Kawasaki-4/+6
2025-12-01nvmet: pci-epf: move DMA initialization to EPC init callbackShin'ichiro Kawasaki-2/+2
2025-12-01nvmet: remove redundant subsysnqn field from ctrlMax Gurtovoy-11/+11
2025-12-01nvmet: add sanity checks when freeing subsystemMax Gurtovoy-0/+2
2025-11-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-11/+15
2025-11-20lib/base64: add support for multiple variantsKuan-Wei Chiu-2/+2
2025-11-17nvme: nvme-fc: Ensure ->ioerr_work is cancelled in nvme_fc_delete_ctrl()Ewan D. Milne-1/+1
2025-11-17nvme: nvme-fc: move tagset removal to nvme_fc_delete_ctrl()Ewan D. Milne-6/+7
2025-11-17nvme-multipath: fix lockdep WARN due to partition scan workShin'ichiro Kawasaki-1/+1
2025-11-17nvmet-auth: update sc_c in target host hash calculationAlistair Francis-2/+4
2025-11-14block-dma: properly take MMIO pathLeon Romanovsky-8/+65
2025-11-14nvme-pci: migrate to dma_map_phys instead of map_pageLeon Romanovsky-12/+13
2025-11-06nvme: remove virtual boundary for sgl capable devicesKeith Busch-8/+48
2025-11-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-5/+13
2025-11-05nvme: fix admin request_queue lifetimeKeith Busch-1/+2
2025-11-05block: introduce disk_report_zone()Damien Le Moal-11/+10
2025-11-04net: Convert proto_ops connect() callbacks to use sockaddr_unsizedKees Cook-1/+1
2025-11-04net: Convert proto_ops bind() callbacks to use sockaddr_unsizedKees Cook-2/+2
2025-11-03io_uring/uring_cmd: avoid double indirect call in task work dispatchCaleb Sander Mateos-3/+4
2025-10-22nvme-pci: use blk_map_iter for p2p metadataKeith Busch-3/+10
2025-10-22nvmet-auth: update sc_c in host responseHannes Reinecke-2/+3
2025-10-16nvme/tcp: handle tls partially sent records in write_space()Wilfred Mallawa-0/+3
2025-10-14nvme-auth: update sc_c in host responseMartin George-1/+5
2025-10-09nvme-multipath: Skip nr_active increments in RETRY dispositionAmit Chaudhary-2/+4
2025-10-02Merge tag 'for-6.18/block-20250929' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-154/+222
2025-10-02Merge tag 'for-6.18/io_uring-20250929' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-1/+1
2025-10-01Merge tag 'soc-drivers-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-60/+137
2025-09-23Merge tag 'nvme-6.18-2025-09-23' of git://git.infradead.org/nvme into for-6.1...Jens Axboe-57/+126
2025-09-23nvme: Use non zero KATO for persistent discovery connectionsAlistair Francis-1/+7
2025-09-23nvmet: add safety check for subsys lockMax Gurtovoy-9/+6
2025-09-23nvme-core: use nvme_is_io_ctrl() for I/O controller checkMartin George-1/+1
2025-09-23nvme-core: do ioccsz/iorcsz validation only for I/O controllersKamaljit Singh-2/+2