summaryrefslogtreecommitdiff
path: root/drivers/nvme
AgeCommit message (Expand)AuthorFilesLines
2024-12-04nvmet: replace kmalloc + memset with kzalloc for data allocationYu-Chun Lin1-2/+1
2024-12-04nvme-fabrics: handle zero MAXCMD without closing the connectionMaurizio Lombardi1-2/+3
2024-12-03nvme-pci: remove two deallocate zeroes quirksKeith Busch1-3/+1
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra2-8/+8
2024-12-02nvme: don't apply NVME_QUIRK_DEALLOCATE_ZEROES when DSM is not supportedChristoph Hellwig1-1/+2
2024-12-02nvmet: use kzalloc instead of ZERO_PAGE in nvme_execute_identify_ns_nvm()Nilay Shroff1-2/+7
2024-12-01Get rid of 'remove_new' relic from platform driver structLinus Torvalds1-1/+1
2024-11-30Merge tag 'block-6.13-20242901' of git://git.kernel.dk/linuxLinus Torvalds8-85/+260
2024-11-21nvme: tuning pr code by using defined structs and macrosGuixin Liu1-47/+75
2024-11-19nvme-fabrics: fix kernel crash while shutting down controllerNilay Shroff1-0/+5
2024-11-19Revert "nvme: make keep-alive synchronous operation"Nilay Shroff1-7/+10
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