summaryrefslogtreecommitdiff
path: root/drivers/nvme/host
AgeCommit message (Expand)AuthorFilesLines
2025-08-20nvme-tcp: log TLS handshake failures at error levelMaurizio Lombardi1-3/+8
2025-08-20nvme-pci: try function level reset on init failureKeith Busch1-2/+22
2025-07-18Merge tag 'block-6.16-20250718' of git://git.kernel.dk/linuxLinus Torvalds1-16/+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-04Merge tag 'block-6.16-20250704' of git://git.kernel.dk/linuxLinus Torvalds3-6/+26
2025-07-01nvme-multipath: fix suspicious RCU usage warningGeliang Tang1-1/+2
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-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
2025-05-26Merge tag 'for-6.16/block-20250523' of git://git.kernel.dk/linuxLinus Torvalds8-185/+621
2025-05-22Merge tag 'block-6.15-20250522' of git://git.kernel.dk/linuxLinus Torvalds1-0/+28
2025-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-6/+36
2025-05-22nvme-tcp: use crc32c() and skb_copy_and_crc32c_datagram_iter()Eric Biggers2-86/+42
2025-05-21nvme: avoid creating multipath sysfs group under namespace path devicesNilay Shroff1-0/+28
2025-05-20nvme: rename nvme_mpath_shutdown_disk to nvme_mpath_remove_diskNilay Shroff3-14/+14
2025-05-20nvme: introduce multipath_always_on module paramNilay Shroff1-6/+66
2025-05-20nvme-multipath: introduce delayed removal of the multipath head nodeNilay Shroff4-14/+147
2025-05-20nvme-pci: derive and better document max segments limitsChristoph Hellwig1-6/+16
2025-05-20nvme-pci: use struct_size for allocation struct nvme_devChristoph Hellwig1-2/+2
2025-05-20nvme-pci: add a symolic name for the small pool sizeLeon Romanovsky1-6/+8
2025-05-20nvme-pci: use a better encoding for small prp pool allocationsChristoph Hellwig1-43/+39
2025-05-20nvme-pci: rename the descriptor poolsChristoph Hellwig1-42/+42
2025-05-20nvme-pci: remove struct nvme_descriptorChristoph Hellwig1-33/+24
2025-05-20nvme-pci: store aborted state in flags variableLeon Romanovsky1-4/+10
2025-05-20nvme-pci: don't try to use SGLs for metadata on the admin queueChristoph Hellwig1-1/+4
2025-05-20nvme-pci: make PRP list DMA pools per-NUMA-nodeCaleb Sander Mateos1-60/+84
2025-05-20nvme-pci: factor out a nvme_init_hctx_common() helperCaleb Sander Mateos1-13/+15
2025-05-20nvme-fc: do not reference lsrsp after failureDaniel Wagner1-3/+10
2025-05-20nvme-auth: do not re-authenticate queues with no prior authenticationHannes Reinecke1-8/+22
2025-05-20nvme-tcp: open-code nvme_tcp_queue_request() for R2THannes Reinecke1-5/+7
2025-05-20nvme-tcp: remove redundant check to ctrl->optsHannes Reinecke1-1/+1