summaryrefslogtreecommitdiff
path: root/drivers/nvme
AgeCommit message (Expand)Author
6 daysMerge tag 'for-6.17/block-20250728' of git://git.kernel.dk/linuxLinus Torvalds
7 daysMerge tag 'vfs-6.17-rc1.integrity' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
7 daysMerge tag 'vfs-6.17-rc1.fallocate' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-07-18Merge tag 'block-6.16-20250718' of git://git.kernel.dk/linuxLinus Torvalds
2025-07-17nvme-pci: try function level reset on init failureKeith Busch
2025-07-17nvmet: pci-epf: Do not complete commands twice if nvmet_req_init() failsRick Wertenbroek
2025-07-17nvme-tcp: log TLS handshake failures at error levelMaurizio Lombardi
2025-07-17nvme: fix typo in status code constant for self-test in progressAlok Tiwari
2025-07-17nvmet: remove redundant assignment of error code in nvmet_ns_enable()Alok Tiwari
2025-07-17nvme: fix incorrect variable in io cqes error messageAlok Tiwari
2025-07-17nvme: fix multiple spelling and grammar issues in host driversAlok Tiwari
2025-07-15nvmet-tcp: fix callback lock for TLS handshakeMaurizio Lombardi
2025-07-15nvme: fix misaccounting of nvme-mpath inflight I/OYu Kuai
2025-07-15nvme: revert the cross-controller atomic write size validationChristoph Hellwig
2025-07-14nvme: fix endianness of command word prints in nvme_log_err_passthru()John Garry
2025-07-14nvme: fix inconsistent RCU list manipulation in nvme_ns_add_to_ctrl_list()Zheng Qixing
2025-07-11nvme-pci: don't allocate dma_vec for IOVA mappingsChristoph Hellwig
2025-07-08nvme-pci: fix dma unmapping when using PRPs and not using the IOVA mappingChristoph Hellwig
2025-07-04Merge tag 'block-6.16-20250704' of git://git.kernel.dk/linuxLinus Torvalds
2025-07-01nvme-pci: use block layer helpers to calculate num of queuesDaniel Wagner
2025-07-01nvme: set pi_offset only when checksum type is not BLK_INTEGRITY_CSUM_NONEAnuj Gupta
2025-07-01block: introduce pi_tuple_size field in blk_integrityAnuj Gupta
2025-07-01block: rename tuple_size field in blk_integrity to metadata_sizeAnuj Gupta
2025-07-01nvme-multipath: fix suspicious RCU usage warningGeliang Tang
2025-06-30nvme-pci: rework the build time assert for NVME_MAX_NR_DESCRIPTORSChristoph Hellwig
2025-06-30nvme-pci: replace NVME_MAX_KB_SZ with NVME_MAX_BYTEChristoph Hellwig
2025-06-30nvme-pci: convert the data mapping to blk_rq_dma_mapChristoph Hellwig
2025-06-30nvme-pci: remove superfluous argumentsChristoph Hellwig
2025-06-30nvme-pci: merge the simple PRP and SGL setup into a common helperChristoph Hellwig
2025-06-30nvme-pci: refactor nvme_pci_use_sglsChristoph Hellwig
2025-06-30nvme-pci: refresh visible attrs after being checkedEugen Hristev
2025-06-30nvmet: fix memory leak of bio integrityDmitry Bogdanov
2025-06-30nvme: correctly account for namespace head reference counterNilay Shroff
2025-06-30nvme: Fix incorrect cdw15 value in passthru error loggingAlok Tiwari
2025-06-27Merge tag 'block-6.16-20250626' of git://git.kernel.dk/linuxLinus Torvalds
2025-06-26nvme: fix atomic write size validationChristoph Hellwig
2025-06-26nvme: refactor the atomic write unit detectionChristoph Hellwig
2025-06-26nvme: reset delayed remove_work after reconnectKeith Busch
2025-06-23nvmet: set WZDS and DRB if device enables unmap write zeroes operationZhang Yi
2025-06-23nvme: set max_hw_wzeroes_unmap_sectors if device supports DEAC bitZhang Yi
2025-06-14Merge tag 'block-6.16-20250614' of git://git.kernel.dk/linuxLinus Torvalds
2025-06-13nvme: always punt polled uring_cmd end_io work to task_workJens Axboe
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar
2025-06-06Merge tag 'block-6.16-20250606' of git://git.kernel.dk/linuxLinus Torvalds
2025-06-04nvme: spelling fixesYi Zhang
2025-06-04nvme-tcp: fix I/O stalls on congested socketsHannes Reinecke
2025-06-04nvme-tcp: sanitize request list handlingHannes Reinecke
2025-06-04nvme-tcp: remove tag set when second admin queue config failsShin'ichiro Kawasaki
2025-06-04nvme: enable vectored registered bufs for passthrough cmdsPavel Begunkov
2025-06-04nvme: fix implicit bool to flags conversionPavel Begunkov