summaryrefslogtreecommitdiff
path: root/drivers/nvme/host
AgeCommit message (Expand)AuthorFilesLines
2025-02-17nvme-pci: Add TUXEDO IBP Gen9 to Samsung sleep quirkGeorg Gottleuber1-0/+1
2025-02-17nvme-pci: Add TUXEDO InfinityFlex to Samsung sleep quirkGeorg Gottleuber1-1/+2
2025-02-17nvme-fc: use ctrl state getterDaniel Wagner1-3/+6
2025-02-17nvme: make nvme_tls_attrs_group staticKeith Busch1-1/+1
2025-02-17nvme: handle connectivity loss in nvme_set_queue_countDaniel Wagner1-1/+7
2025-02-08nvme: fix bogus kzalloc() return check in nvme_init_effects_log()Jens Axboe1-1/+1
2025-02-08nvme: Add error path for xa_store in nvme_init_effectsKeisuke Nishimura1-4/+22
2025-02-08nvme: Add error check for xa_store in nvme_get_effects_logKeisuke Nishimura1-2/+6
2025-02-08nvme-tcp: Fix I/O queue cpu spreading for multiple controllersSagi Grimberg1-13/+57
2024-12-31Merge tag 'nvme-6.13-2024-12-31' of git://git.infradead.org/nvme into block-6.13Jens Axboe3-13/+19
2024-12-28nvme-tcp: remove nvme_tcp_destroy_io_queues()Chunguang.xu1-11/+7
2024-12-18nvme: use blk_validate_block_size() for max LBA checkLuis Chamberlain1-1/+1
2024-12-12nvme-pci: 512 byte aligned dma pool segment quirkRobert Beckett2-2/+12
2024-12-05Merge tag 'nvme-6.13-2024-12-05' of git://git.infradead.org/nvme into block-6.13Jens Axboe4-26/+14
2024-12-04nvme-tcp: simplify nvme_tcp_teardown_io_queues()Chunguang.xu1-10/+4
2024-12-04nvme-tcp: no need to quiesce admin_q in nvme_tcp_teardown_io_queues()Chunguang.xu1-1/+0
2024-12-04nvme-rdma: unquiesce admin_q before destroy itChunguang.xu1-7/+1
2024-12-04nvme-tcp: fix the memleak while create new ctrl failedChunguang.xu1-1/+1
2024-12-04nvme-pci: don't use dma_alloc_noncontiguous with 0 merge boundaryChristoph Hellwig1-1/+2
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 Zijlstra1-7/+7
2024-12-02nvme: don't apply NVME_QUIRK_DEALLOCATE_ZEROES when DSM is not supportedChristoph Hellwig1-1/+2
2024-12-02Get rid of 'remove_new' relic from platform driver structLinus Torvalds1-1/+1
2024-12-01Merge tag 'block-6.13-20242901' of git://git.kernel.dk/linuxLinus Torvalds7-82/+256
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-19Merge tag 'for-6.13/block-20241118' of git://git.kernel.dk/linuxLinus Torvalds8-72/+172
2024-11-18nvme-pci: use sgls for all user requests if possibleKeith Busch2-4/+13
2024-11-18nvme: define the remaining used sgls constantsKeith Busch2-3/+4
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 Axboe5-31/+135
2024-11-13nvme: parse reservation commands's action and rtype to stringGuixin Liu1-6/+52
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: implement rotational media information logKeith Busch1-0/+1
2024-11-11nvmet: implement endurance groupsKeith Busch1-0/+1
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-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