summaryrefslogtreecommitdiff
path: root/drivers/nvme/host/core.c
AgeCommit message (Expand)AuthorFilesLines
2024-08-22nvme: move stopping keep-alive into nvme_uninit_ctrl()Ming Lei1-1/+1
2024-07-31nvme: remove a field from nvme_ns_headKanchan Joshi1-8/+8
2024-07-29nvme: remove unused parameterKanchan Joshi1-3/+3
2024-07-26Merge tag 'nvme-6.11-2024-07-26' of git://git.infradead.org/nvme into block-6.11Jens Axboe1-1/+7
2024-07-16nvme-core: choose PIF from QPIF if QPIFS supports and PIF is QTYPEFrancis Pravin1-1/+7
2024-07-15Merge tag 'for-6.11/block-20240710' of git://git.kernel.dk/linuxLinus Torvalds1-95/+191
2024-07-08Merge tag 'nvme-6.11-2024-07-08' of git://git.infradead.org/nvme into for-6.1...Jens Axboe1-44/+83
2024-07-08nvme: implement ->get_unique_idChristoph Hellwig1-0/+27
2024-07-02nvme-multipath: implement "queue-depth" iopolicyThomas Song1-1/+1
2024-07-01nvme: don't set io_opt if NOWS is zeroChristoph Hellwig1-1/+2
2024-06-24nvme: rename CDR/MORE/DNR to NVME_STATUS_*Weiwen Hu1-11/+11
2024-06-24nvme: fix status magic numbersWeiwen Hu1-9/+9
2024-06-24nvme: split device add from initializationKeith Busch1-23/+35
2024-06-20nvme: Atomic write supportAlan Adamson1-0/+52
2024-06-19block: move the skip_tagset_quiesce flag to queue_limitsChristoph Hellwig1-3/+5
2024-06-19block: move the pci_p2pdma flag to queue_limitsChristoph Hellwig1-5/+3
2024-06-19block: move the stable_writes flag to queue_limitsChristoph Hellwig1-4/+5
2024-06-19block: move the nonrot flag to queue_limitsChristoph Hellwig1-1/+0
2024-06-19block: move cache control settings out of queue->flagsChristoph Hellwig1-2/+5
2024-06-14block: move integrity information into queue_limitsChristoph Hellwig1-34/+36
2024-06-14block: remove the blk_integrity_profile structureChristoph Hellwig1-9/+8
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-11nvme: 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