summaryrefslogtreecommitdiff
path: root/drivers/nvme/host
AgeCommit message (Expand)AuthorFilesLines
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
2025-05-16Merge tag 'block-6.15-20250515' of git://git.kernel.dk/linuxLinus Torvalds4-6/+36
2025-05-14nvme-pci: add NVME_QUIRK_NO_DEEPEST_PS quirk for SOLIDIGM P44 ProIlya Guterman1-0/+2
2025-05-14nvme: all namespaces in a subsystem must adhere to a common atomic write sizeAlan Adamson2-4/+29
2025-05-14nvme: multipath: enable BLK_FEAT_ATOMIC_WRITES for multipathingAlan Adamson1-1/+2
2025-05-13nvme-pci: acquire cq_poll_lock in nvme_poll_irqdisableKeith Busch1-0/+2
2025-05-13nvme-pci: make nvme_pci_npages_prp() __always_inlineKees Cook1-1/+1
2025-05-09Merge tag 'block-6.15-20250509' of git://git.kernel.dk/linuxLinus Torvalds1-1/+2
2025-05-07block: remove the q argument from blk_rq_map_kernChristoph Hellwig1-1/+1
2025-05-07nvme: unblock ctrl state transition for firmware updateDaniel Wagner1-1/+2
2025-05-06nvme: fix incorrect sizeofKanchan Joshi1-1/+1
2025-05-06nvme: fix write_stream_granularity initializationCaleb Sander Mateos1-1/+1
2025-05-06nvme: use fdp streams if write stream is providedKeith Busch2-1/+31