aboutsummaryrefslogtreecommitdiff
path: root/drivers/nvme
AgeCommit message (Expand)AuthorFilesLines
2024-11-18Merge tag 'for-6.13/block-20241118' of git://git.kernel.dk/linuxLinus Torvalds17-98/+1886
2024-11-18nvme-pci: use sgls for all user requests if possibleKeith Busch2-4/+13
2024-11-18nvme: define the remaining used sgls constantsKeith Busch3-6/+8
2024-11-18nvme-pci: add support for sgl metadataKeith Busch2-15/+136
2024-11-18nvme/multipath: Fix RCU list traversal to use SRCU primitiveBreno Leitao1-7/+14
2024-11-13block: don't reorder requests in blk_add_rq_to_plugChristoph Hellwig1-1/+1
2024-11-13block: add a rq_list typeChristoph Hellwig2-9/+8
2024-11-13nvme-pci: reverse request order in nvme_queue_rqsChristoph Hellwig1-22/+17
2024-11-13Merge tag 'nvme-6.13-2024-11-13' of git://git.infradead.org/nvme into for-6.1...Jens Axboe13-49/+1836
2024-11-13nvmet: add tracing of reservation commandsGuixin Liu1-0/+108
2024-11-13nvme: parse reservation commands's action and rtype to stringGuixin Liu1-6/+52
2024-11-13nvmet: report ns's vwc not presentGuixin Liu1-0/+7
2024-11-11nvme: check ns's volatile write cache not presentGuixin Liu1-1/+3
2024-11-11nvme: add rotational supportWang Yugui2-0/+7
2024-11-11nvme: use command set independent id ns if availableMatias Bjørling1-3/+4
2024-11-11nvmet: support for csi identify nsKeith Busch1-0/+32
2024-11-11nvmet: implement rotational media information logKeith Busch2-0/+43
2024-11-11nvmet: implement endurance groupsKeith Busch2-0/+96
2024-11-11nvmet: declare 2.1 version complianceKeith Busch1-1/+1
2024-11-11nvmet: implement crto propertyKeith Busch1-0/+3
2024-11-11nvmet: implement supported features logKeith Busch1-0/+33
2024-11-11nvmet: implement supported log pagesKeith Busch1-0/+28
2024-11-11nvmet: implement active command set ns listKeith Busch1-2/+7
2024-11-11nvmet: implement id ns for nvm command setKeith Busch1-2/+16
2024-11-11nvmet: support reservation featureGuixin Liu7-12/+1328
2024-11-11nvme-multipath: don't bother clearing max_hw_zone_append_sectorsChristoph Hellwig1-2/+0
2024-11-11block: pre-calculate max_zone_append_sectorsChristoph Hellwig2-2/+2
2024-11-09Merge tag 'block-6.12-20241108' of git://git.kernel.dk/linuxLinus Torvalds1-7/+14
2024-11-07Revert "block: pre-calculate max_zone_append_sectors"Jens Axboe2-2/+2
2024-11-05nvme-core: remove repeated wq flagsChaitanya Kulkarni1-6/+4
2024-11-05nvmet: make nvmet_wq visible in sysfsGuixin Liu1-1/+1
2024-11-05nvme-pci: use dma_alloc_noncontigous if possibleChristoph Hellwig1-5/+53
2024-11-05nvme-pci: fix freeing of the HMB descriptor tableChristoph Hellwig1-7/+9
2024-11-04nvme/host: Fix RCU list traversal to use SRCU primitiveBreno Leitao1-7/+14
2024-11-04block: pre-calculate max_zone_append_sectorsChristoph Hellwig2-2/+2
2024-11-01Merge tag 'block-6.12-20241101' of git://git.kernel.dk/linuxLinus Torvalds3-16/+48
2024-10-31block: remove bio_add_zone_append_pageChristoph Hellwig1-8/+13
2024-10-30nvme: re-fix error-handling for io_uring nvme-passthroughKeith Busch1-2/+5
2024-10-30nvmet-auth: assign dh_key to NULL after kfree_sensitiveVitaliy Shevtsov1-0/+1
2024-10-30nvme: module parameter to disable pi with offsetsKeith Busch1-2/+17
2024-10-30blk-integrity: remove seed for user mapped buffersKeith Busch1-9/+8
2024-10-26nvme: core: switch to non_owner variant of start_freeze/unfreeze queueMing Lei1-2/+7
2024-10-22nvme: enhance cns version checkingKeith Busch1-12/+25
2024-10-22nvme: use helpers to access io_uring cmd spacePavel Begunkov1-3/+1
2024-10-18Merge tag 'block-6.12-20241018' of git://git.kernel.dk/linuxLinus Torvalds8-70/+113
2024-10-17nvme: use helper nvme_ctrl_state in nvme_keep_alive_finish functionNilay Shroff1-8/+2
2024-10-17nvme: make keep-alive synchronous operationNilay Shroff1-10/+7
2024-10-17nvme-loop: flush off pending I/O while shutting down loop controllerNilay Shroff1-0/+13
2024-10-17nvme-pci: fix race condition between reset and nvme_dev_disable()Maurizio Lombardi1-3/+16
2024-10-15nvme-multipath: defer partition scanningKeith Busch2-6/+34