summaryrefslogtreecommitdiff
path: root/drivers/nvme
AgeCommit message (Expand)AuthorFilesLines
2 daysMerge tag 'for-6.13/block-20241118' of git://git.kernel.dk/linuxLinus Torvalds17-98/+1886
8 daysblock: don't reorder requests in blk_add_rq_to_plugChristoph Hellwig1-1/+1
8 daysblock: add a rq_list typeChristoph Hellwig2-9/+8
8 daysnvme-pci: reverse request order in nvme_queue_rqsChristoph Hellwig1-22/+17
8 daysMerge tag 'nvme-6.13-2024-11-13' of git://git.infradead.org/nvme into for-6.1...Jens Axboe13-49/+1836
8 daysnvmet: add tracing of reservation commandsGuixin Liu1-0/+108
8 daysnvme: parse reservation commands's action and rtype to stringGuixin Liu1-6/+52
8 daysnvmet: report ns's vwc not presentGuixin Liu1-0/+7
10 daysnvme: check ns's volatile write cache not presentGuixin Liu1-1/+3
10 daysnvme: add rotational supportWang Yugui2-0/+7
10 daysnvme: use command set independent id ns if availableMatias Bjørling1-3/+4
10 daysnvmet: support for csi identify nsKeith Busch1-0/+32
10 daysnvmet: implement rotational media information logKeith Busch2-0/+43
10 daysnvmet: implement endurance groupsKeith Busch2-0/+96
10 daysnvmet: declare 2.1 version complianceKeith Busch1-1/+1
10 daysnvmet: implement crto propertyKeith Busch1-0/+3
10 daysnvmet: implement supported features logKeith Busch1-0/+33
10 daysnvmet: implement supported log pagesKeith Busch1-0/+28
10 daysnvmet: implement active command set ns listKeith Busch1-2/+7
10 daysnvmet: implement id ns for nvm command setKeith Busch1-2/+16
10 daysnvmet: support reservation featureGuixin Liu7-12/+1328
10 daysnvme-multipath: don't bother clearing max_hw_zone_append_sectorsChristoph Hellwig1-2/+0
10 daysblock: pre-calculate max_zone_append_sectorsChristoph Hellwig2-2/+2
12 daysMerge tag 'block-6.12-20241108' of git://git.kernel.dk/linuxLinus Torvalds1-7/+14
14 daysRevert "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-05nvme/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-02Merge 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-19Merge 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
2024-10-10nvme: disable CC.CRIME (NVME_CC_CRIME)Greg Joyce1-6/+8
2024-10-08nvme: delete unnecessary fallthru commentTokunori Ikegami1-1/+0
2024-10-08nvmet-rdma: use sbitmap to replace rsp free listGuixin Liu1-29/+27
2024-10-03nvme: tcp: avoid race between queue_lock lock and destroyHannes Reinecke1-3/+4