summaryrefslogtreecommitdiffstats
path: root/drivers/nvme
AgeCommit message (Expand)AuthorLines
2025-07-01nvme-multipath: fix suspicious RCU usage warningGeliang Tang-1/+2
2025-06-30nvme-pci: rework the build time assert for NVME_MAX_NR_DESCRIPTORSChristoph Hellwig-13/+15
2025-06-30nvme-pci: replace NVME_MAX_KB_SZ with NVME_MAX_BYTEChristoph Hellwig-5/+5
2025-06-30nvme-pci: convert the data mapping to blk_rq_dma_mapChristoph Hellwig-146/+241
2025-06-30nvme-pci: remove superfluous argumentsChristoph Hellwig-54/+51
2025-06-30nvme-pci: merge the simple PRP and SGL setup into a common helperChristoph Hellwig-44/+32
2025-06-30nvme-pci: refactor nvme_pci_use_sglsChristoph Hellwig-14/+27
2025-06-30nvme-pci: refresh visible attrs after being checkedEugen Hristev-2/+4
2025-06-30nvmet: fix memory leak of bio integrityDmitry Bogdanov-0/+2
2025-06-30nvme: correctly account for namespace head reference counterNilay Shroff-2/+19
2025-06-30nvme: Fix incorrect cdw15 value in passthru error loggingAlok Tiwari-1/+1
2025-06-27Merge tag 'block-6.16-20250626' of git://git.kernel.dk/linuxLinus Torvalds-48/+44
2025-06-26nvme: fix atomic write size validationChristoph Hellwig-24/+12
2025-06-26nvme: refactor the atomic write unit detectionChristoph Hellwig-34/+38
2025-06-26nvme: reset delayed remove_work after reconnectKeith Busch-1/+5
2025-06-23nvmet: set WZDS and DRB if device enables unmap write zeroes operationZhang Yi-0/+4
2025-06-23nvme: set max_hw_wzeroes_unmap_sectors if device supports DEAC bitZhang Yi-9/+11
2025-06-14Merge tag 'block-6.16-20250614' of git://git.kernel.dk/linuxLinus Torvalds-14/+7
2025-06-13nvme: always punt polled uring_cmd end_io work to task_workJens Axboe-14/+7
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar-1/+1
2025-06-06Merge tag 'block-6.16-20250606' of git://git.kernel.dk/linuxLinus Torvalds-53/+56
2025-06-04nvme: spelling fixesYi Zhang-23/+23
2025-06-04nvme-tcp: fix I/O stalls on congested socketsHannes Reinecke-1/+6
2025-06-04nvme-tcp: sanitize request list handlingHannes Reinecke-1/+14
2025-06-04nvme-tcp: remove tag set when second admin queue config failsShin'ichiro Kawasaki-1/+1
2025-06-04nvme: enable vectored registered bufs for passthrough cmdsPavel Begunkov-6/+8
2025-06-04nvme: fix implicit bool to flags conversionPavel Begunkov-1/+1
2025-06-04nvme: fix command limits status codeKeith Busch-20/+3
2025-05-31Merge tag 'mm-nonmm-stable-2025-05-31-15-28' of git://git.kernel.org/pub/scm/...Linus Torvalds-1/+1
2025-05-28Merge tag 'net-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds-88/+44
2025-05-27crash_dump, nvme: select CONFIGFS_FS as built-inArnd Bergmann-1/+1
2025-05-27net: core: Convert inet_addr_is_any() to sockaddr_storageKees Cook-2/+2
2025-05-26Merge tag 'for-6.16/block-20250523' of git://git.kernel.dk/linuxLinus Torvalds-522/+1169
2025-05-22Merge tag 'block-6.15-20250522' of git://git.kernel.dk/linuxLinus Torvalds-0/+28
2025-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-22/+59
2025-05-21nvme-tcp: use crc32c() and skb_copy_and_crc32c_datagram_iter()Eric Biggers-86/+42
2025-05-21nvme: avoid creating multipath sysfs group under namespace path devicesNilay Shroff-0/+28
2025-05-20nvme: rename nvme_mpath_shutdown_disk to nvme_mpath_remove_diskNilay Shroff-14/+14
2025-05-20nvme: introduce multipath_always_on module paramNilay Shroff-6/+66
2025-05-20nvme-multipath: introduce delayed removal of the multipath head nodeNilay Shroff-14/+147
2025-05-20nvme-pci: derive and better document max segments limitsChristoph Hellwig-6/+16
2025-05-20nvme-pci: use struct_size for allocation struct nvme_devChristoph Hellwig-2/+2
2025-05-20nvme-pci: add a symolic name for the small pool sizeLeon Romanovsky-6/+8
2025-05-20nvme-pci: use a better encoding for small prp pool allocationsChristoph Hellwig-43/+39
2025-05-20nvme-pci: rename the descriptor poolsChristoph Hellwig-42/+42
2025-05-20nvme-pci: remove struct nvme_descriptorChristoph Hellwig-33/+24
2025-05-20nvme-pci: store aborted state in flags variableLeon Romanovsky-4/+10
2025-05-20nvme-pci: don't try to use SGLs for metadata on the admin queueChristoph Hellwig-1/+4
2025-05-20nvme-pci: make PRP list DMA pools per-NUMA-nodeCaleb Sander Mateos-60/+84
2025-05-20nvme-pci: factor out a nvme_init_hctx_common() helperCaleb Sander Mateos-13/+15