summaryrefslogtreecommitdiffstats
path: root/drivers/nvme
AgeCommit message (Expand)AuthorLines
2024-12-31Merge tag 'nvme-6.13-2024-12-31' of git://git.infradead.org/nvme into block-6.13Jens Axboe-81/+108
2024-12-27nvme-tcp: remove nvme_tcp_destroy_io_queues()Chunguang.xu-11/+7
2024-12-27nvmet-loop: avoid using mutex in IO hotpathNilay Shroff-65/+79
2024-12-27nvmet: propagate npwg topologyLuis Chamberlain-1/+1
2024-12-27nvmet: Don't overflow subsysnqnLeo Stone-2/+9
2024-12-18nvme: use blk_validate_block_size() for max LBA checkLuis Chamberlain-1/+1
2024-12-11nvme-pci: 512 byte aligned dma pool segment quirkRobert Beckett-2/+12
2024-12-05Merge tag 'nvme-6.13-2024-12-05' of git://git.infradead.org/nvme into block-6.13Jens Axboe-30/+22
2024-12-04nvme-tcp: simplify nvme_tcp_teardown_io_queues()Chunguang.xu-10/+4
2024-12-04nvme-tcp: no need to quiesce admin_q in nvme_tcp_teardown_io_queues()Chunguang.xu-1/+0
2024-12-04nvme-rdma: unquiesce admin_q before destroy itChunguang.xu-7/+1
2024-12-04nvme-tcp: fix the memleak while create new ctrl failedChunguang.xu-1/+1
2024-12-04nvme-pci: don't use dma_alloc_noncontiguous with 0 merge boundaryChristoph Hellwig-1/+2
2024-12-04nvmet: replace kmalloc + memset with kzalloc for data allocationYu-Chun Lin-2/+1
2024-12-04nvme-fabrics: handle zero MAXCMD without closing the connectionMaurizio Lombardi-2/+3
2024-12-03nvme-pci: remove two deallocate zeroes quirksKeith Busch-3/+1
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra-8/+8
2024-12-02nvme: don't apply NVME_QUIRK_DEALLOCATE_ZEROES when DSM is not supportedChristoph Hellwig-1/+2
2024-12-02nvmet: use kzalloc instead of ZERO_PAGE in nvme_execute_identify_ns_nvm()Nilay Shroff-2/+7
2024-12-01Get rid of 'remove_new' relic from platform driver structLinus Torvalds-1/+1
2024-11-30Merge tag 'block-6.13-20242901' of git://git.kernel.dk/linuxLinus Torvalds-85/+260
2024-11-21nvme: tuning pr code by using defined structs and macrosGuixin Liu-47/+75
2024-11-19nvme-fabrics: fix kernel crash while shutting down controllerNilay Shroff-0/+5
2024-11-19Revert "nvme: make keep-alive synchronous operation"Nilay Shroff-7/+10
2024-11-18Merge tag 'for-6.13/block-20241118' of git://git.kernel.dk/linuxLinus Torvalds-98/+1886
2024-11-18nvme-pci: use sgls for all user requests if possibleKeith Busch-4/+13
2024-11-18nvme: define the remaining used sgls constantsKeith Busch-6/+8
2024-11-18nvme-pci: add support for sgl metadataKeith Busch-15/+136
2024-11-18nvme/multipath: Fix RCU list traversal to use SRCU primitiveBreno Leitao-7/+14
2024-11-13block: don't reorder requests in blk_add_rq_to_plugChristoph Hellwig-1/+1
2024-11-13block: add a rq_list typeChristoph Hellwig-9/+8
2024-11-13nvme-pci: reverse request order in nvme_queue_rqsChristoph Hellwig-22/+17
2024-11-13Merge tag 'nvme-6.13-2024-11-13' of git://git.infradead.org/nvme into for-6.1...Jens Axboe-49/+1836
2024-11-13nvmet: add tracing of reservation commandsGuixin Liu-0/+108
2024-11-13nvme: parse reservation commands's action and rtype to stringGuixin Liu-6/+52
2024-11-13nvmet: report ns's vwc not presentGuixin Liu-0/+7
2024-11-11nvme: check ns's volatile write cache not presentGuixin Liu-1/+3
2024-11-11nvme: add rotational supportWang Yugui-0/+7
2024-11-11nvme: use command set independent id ns if availableMatias Bjørling-3/+4
2024-11-11nvmet: support for csi identify nsKeith Busch-0/+32
2024-11-11nvmet: implement rotational media information logKeith Busch-0/+43
2024-11-11nvmet: implement endurance groupsKeith Busch-0/+96
2024-11-11nvmet: declare 2.1 version complianceKeith Busch-1/+1
2024-11-11nvmet: implement crto propertyKeith Busch-0/+3
2024-11-11nvmet: implement supported features logKeith Busch-0/+33
2024-11-11nvmet: implement supported log pagesKeith Busch-0/+28
2024-11-11nvmet: implement active command set ns listKeith Busch-2/+7
2024-11-11nvmet: implement id ns for nvm command setKeith Busch-2/+16
2024-11-11nvmet: support reservation featureGuixin Liu-12/+1328
2024-11-11nvme-multipath: don't bother clearing max_hw_zone_append_sectorsChristoph Hellwig-2/+0