summaryrefslogtreecommitdiff
path: root/drivers/nvme
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-08-15nvmet: exit debugfs after discovery subsystem exitsMohamed Khalfella1-1/+1
2025-08-15nvmet: initialize discovery subsys after debugfs is initializedMohamed Khalfella1-6/+6
2025-08-15nvmet: pci-epf: Do not complete commands twice if nvmet_req_init() failsRick Wertenbroek1-7/+16
2025-07-18Merge tag 'block-6.16-20250718' of git://git.kernel.dk/linuxLinus Torvalds2-18/+13
2025-07-15nvmet-tcp: fix callback lock for TLS handshakeMaurizio Lombardi1-2/+2
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 Torvalds4-6/+28
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-30nvmet: fix memory leak of bio integrityDmitry Bogdanov1-0/+2
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 Torvalds19-53/+56
2025-06-04nvme: spelling fixesYi Zhang16-23/+23
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 Busch5-20/+3
2025-06-01Merge tag 'mm-nonmm-stable-2025-05-31-15-28' of git://git.kernel.org/pub/scm/...Linus Torvalds1-1/+1
2025-05-29Merge tag 'net-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds4-88/+44
2025-05-28crash_dump, nvme: select CONFIGFS_FS as built-inArnd Bergmann1-1/+1
2025-05-27net: core: Convert inet_addr_is_any() to sockaddr_storageKees Cook2-2/+2
2025-05-26Merge tag 'for-6.16/block-20250523' of git://git.kernel.dk/linuxLinus Torvalds21-522/+1169
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 Kicinski5-22/+59
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