summaryrefslogtreecommitdiff
path: root/drivers/nvme/host
AgeCommit message (Expand)AuthorFilesLines
2025-07-31nvme: fix various comment typosBjorn Helgaas2-3/+3
2025-07-31nvme-auth: remove unneeded semicolonJiapeng Chong1-2/+2
2025-07-31nvme-pci: fix leak on sgl setup errorKeith Busch1-1/+1
2025-07-31nvme: add capability to connect to an administrative controllerKamaljit Singh1-0/+16
2025-07-29Merge tag 'for-6.17/block-20250728' of git://git.kernel.dk/linuxLinus Torvalds8-272/+403
2025-07-29Merge tag 'vfs-6.17-rc1.integrity' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-2/+5
2025-07-28Merge tag 'vfs-6.17-rc1.fallocate' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-9/+11
2025-07-18Merge tag 'block-6.16-20250718' of git://git.kernel.dk/linuxLinus Torvalds1-16/+11
2025-07-17nvme-pci: try function level reset on init failureKeith Busch1-2/+22
2025-07-17nvme-tcp: log TLS handshake failures at error levelMaurizio Lombardi1-3/+8
2025-07-17nvme: fix typo in status code constant for self-test in progressAlok Tiwari1-2/+2
2025-07-17nvme: fix multiple spelling and grammar issues in host driversAlok Tiwari6-11/+11
2025-07-15nvme: fix misaccounting of nvme-mpath inflight I/OYu Kuai1-0/+4
2025-07-15nvme: revert the cross-controller atomic write size validationChristoph Hellwig1-9/+0
2025-07-14nvme: fix endianness of command word prints in nvme_log_err_passthru()John Garry1-6/+6
2025-07-14nvme: fix inconsistent RCU list manipulation in nvme_ns_add_to_ctrl_list()Zheng Qixing1-1/+1
2025-07-11nvme-pci: don't allocate dma_vec for IOVA mappingsChristoph Hellwig1-2/+2
2025-07-08nvme-pci: fix dma unmapping when using PRPs and not using the IOVA mappingChristoph Hellwig1-52/+62
2025-07-04Merge tag 'block-6.16-20250704' of git://git.kernel.dk/linuxLinus Torvalds3-6/+26
2025-07-01nvme-pci: use block layer helpers to calculate num of queuesDaniel Wagner1-2/+3
2025-07-01nvme: set pi_offset only when checksum type is not BLK_INTEGRITY_CSUM_NONEAnuj Gupta1-2/+3
2025-07-01block: introduce pi_tuple_size field in blk_integrityAnuj Gupta1-0/+2
2025-07-01block: rename tuple_size field in blk_integrity to metadata_sizeAnuj Gupta1-1/+1
2025-07-01nvme-multipath: fix suspicious RCU usage warningGeliang Tang1-1/+2
2025-07-01nvme-pci: rework the build time assert for NVME_MAX_NR_DESCRIPTORSChristoph Hellwig1-13/+15
2025-07-01nvme-pci: replace NVME_MAX_KB_SZ with NVME_MAX_BYTEChristoph Hellwig1-5/+5
2025-07-01nvme-pci: convert the data mapping to blk_rq_dma_mapChristoph Hellwig1-146/+241
2025-07-01nvme-pci: remove superfluous argumentsChristoph Hellwig1-54/+51
2025-07-01nvme-pci: merge the simple PRP and SGL setup into a common helperChristoph Hellwig1-44/+32
2025-07-01nvme-pci: refactor nvme_pci_use_sglsChristoph Hellwig1-14/+27
2025-06-30nvme-pci: refresh visible attrs after being checkedEugen Hristev1-2/+4
2025-06-30nvme: correctly account for namespace head reference counterNilay Shroff2-2/+19
2025-06-30nvme: Fix incorrect cdw15 value in passthru error loggingAlok Tiwari1-1/+1
2025-06-27Merge tag 'block-6.16-20250626' of git://git.kernel.dk/linuxLinus Torvalds3-48/+44
2025-06-26nvme: fix atomic write size validationChristoph Hellwig2-24/+12
2025-06-26nvme: refactor the atomic write unit detectionChristoph Hellwig1-34/+38
2025-06-26nvme: reset delayed remove_work after reconnectKeith Busch2-1/+5
2025-06-23nvme: set max_hw_wzeroes_unmap_sectors if device supports DEAC bitZhang Yi1-9/+11
2025-06-14Merge tag 'block-6.16-20250614' of git://git.kernel.dk/linuxLinus Torvalds1-14/+7
2025-06-14nvme: always punt polled uring_cmd end_io work to task_workJens Axboe1-14/+7
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar1-1/+1
2025-06-06Merge tag 'block-6.16-20250606' of git://git.kernel.dk/linuxLinus Torvalds13-29/+46
2025-06-04nvme: spelling fixesYi Zhang10-15/+15
2025-06-04nvme-tcp: fix I/O stalls on congested socketsHannes Reinecke1-1/+6
2025-06-04nvme-tcp: sanitize request list handlingHannes Reinecke1-1/+14
2025-06-04nvme-tcp: remove tag set when second admin queue config failsShin'ichiro Kawasaki1-1/+1
2025-06-04nvme: enable vectored registered bufs for passthrough cmdsPavel Begunkov1-6/+8
2025-06-04nvme: fix implicit bool to flags conversionPavel Begunkov1-1/+1
2025-06-04nvme: fix command limits status codeKeith Busch3-4/+1
2025-05-29Merge tag 'net-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2-86/+42