summaryrefslogtreecommitdiff
path: root/drivers/nvme/host/core.c
AgeCommit message (Expand)AuthorFilesLines
2024-06-13nvme: fix namespace removal listKeith Busch1-4/+5
2024-06-12nvme: avoid double free special payloadChunguang Xu1-0/+1
2024-05-28nvme: use srcu for iterating namespace listKeith Busch1-40/+59
2024-05-23nvme-multipath: fix io accounting on failoverKeith Busch1-1/+1
2024-05-23nvme: fix multipath batched completion accountingKeith Busch1-5/+10
2024-05-14Merge tag 'nvme-6.10-2024-05-14' of git://git.infradead.org/nvme into block-6.10Jens Axboe1-3/+3
2024-05-13Merge tag 'for-6.10/block-20240511' of git://git.kernel.dk/linuxLinus Torvalds1-1/+1
2024-05-01nvme: return kernel error codes for admin queue connectHannes Reinecke1-3/+3
2024-05-01nvme: cancel pending I/O if nvme controller is in terminal stateNilay Shroff1-21/+0
2024-04-17block: Simplify blk_revalidate_disk_zones() interfaceDamien Le Moal1-1/+1
2024-04-12nvme: fix warn output about shared namespaces without CONFIG_NVME_MULTIPATHYi Zhang1-1/+1
2024-04-04nvme: don't create a multipath node for zero capacity devicesChristoph Hellwig1-1/+1
2024-04-02nvme: split nvme_update_zone_infoChristoph Hellwig1-8/+11
2024-04-02nvme-multipath: don't inherit LBA-related fields for the multipath nodeChristoph Hellwig1-0/+20
2024-03-21Merge tag 'nvme-6.9-2024-03-21' of git://git.infradead.org/nvme into block-6.9Jens Axboe1-6/+5
2024-03-21nvme: remove redundant BUILD_BUG_ON checkGuixin Liu1-3/+0
2024-03-14nvme: fix reconnection fail due to reserved tag allocationChunguang Xu1-2/+4
2024-03-11Merge tag 'for-6.9/block-20240310' of git://git.kernel.dk/linuxLinus Torvalds1-216/+242
2024-03-08nvme: change shutdown timeout setting messageKeith Busch1-1/+1
2024-03-06nvme: clear caller pointer on identify failureKeith Busch1-1/+4
2024-03-05nvme: core: constify struct class usageRicardo B. Marliere1-25/+28
2024-03-04nvme-multipath: use atomic queue limits API for stacking limitsChristoph Hellwig1-3/+6
2024-03-04nvme: use the atomic queue limits update APIChristoph Hellwig1-63/+70
2024-03-04nvme: cleanup nvme_configure_metadataChristoph Hellwig1-28/+19
2024-03-04nvme: don't query identify data in configure_metadataChristoph Hellwig1-30/+19
2024-03-04nvme: split out a nvme_identify_ns_nvm helperChristoph Hellwig1-12/+26
2024-03-04nvme: move common logic into nvme_update_ns_infoChristoph Hellwig1-42/+42
2024-03-04nvme: move setting the write cache flags out of nvme_set_queue_limitsChristoph Hellwig1-3/+2
2024-03-04nvme: move a few things out of nvme_update_disk_infoChristoph Hellwig1-20/+26
2024-03-04nvme: don't use nvme_update_disk_info for the multipath diskChristoph Hellwig1-1/+2
2024-03-04nvme: move blk_integrity_unregister into nvme_init_integrityChristoph Hellwig1-2/+2
2024-03-04nvme: cleanup the nvme_init_integrity calling conventionsChristoph Hellwig1-14/+15
2024-03-04nvme: move max_integrity_segments handling out of nvme_init_integrityChristoph Hellwig1-7/+4
2024-03-04nvme: remove nvme_revalidate_zonesChristoph Hellwig1-1/+1
2024-03-04nvme: move NVME_QUIRK_DEALLOCATE_ZEROES out of nvme_config_discardChristoph Hellwig1-5/+6
2024-03-04nvme: set max_hw_sectors unconditionallyChristoph Hellwig1-8/+8
2024-03-03nvme-fabrics: check max outstanding commandsGuixin Liu1-0/+5
2024-02-13nvme: implement support for relaxed effectsKeith Busch1-0/+4
2024-02-13block: pass a queue_limits argument to blk_mq_alloc_diskChristoph Hellwig1-1/+1
2024-02-13block: pass a queue_limits argument to blk_mq_init_queueChristoph Hellwig1-3/+3
2024-02-12nvme: allow integrity when PI is not in first bytesKanchan Joshi1-1/+7
2024-02-07nvme-core: fix comment to reflect right functionsChaitanya Kulkarni1-2/+2
2024-02-07nvme: move passthrough logging attribute to headKeith Busch1-2/+1
2024-02-01nvme-host: fix the updating of the firmware versionMaurizio Lombardi1-2/+5
2024-02-01nvme: allow passthru cmd error loggingAlan Adamson1-6/+53
2024-02-01nvme: enable retries for authentication commandsHannes Reinecke1-0/+2
2024-02-01nvme: change __nvme_submit_sync_cmd() calling conventionsHannes Reinecke1-7/+12
2024-01-29nvme: use ctrl state accessorKeith Busch1-2/+2
2024-01-24nvme: add module description to stop warningsChaitanya Kulkarni1-0/+1
2024-01-19Merge tag 'for-6.8/block-2024-01-18' of git://git.kernel.dk/linuxLinus Torvalds1-21/+20