summaryrefslogtreecommitdiff
path: root/drivers/nvme/host/core.c
AgeCommit message (Expand)AuthorFilesLines
2024-11-09Merge tag 'block-6.12-20241108' of git://git.kernel.dk/linuxLinus Torvalds1-7/+14
2024-11-04nvme/host: Fix RCU list traversal to use SRCU primitiveBreno Leitao1-7/+14
2024-11-01Merge tag 'block-6.12-20241101' of git://git.kernel.dk/linuxLinus Torvalds1-14/+42
2024-10-30nvme: module parameter to disable pi with offsetsKeith Busch1-2/+17
2024-10-22nvme: enhance cns version checkingKeith Busch1-12/+25
2024-10-18Merge tag 'block-6.12-20241018' of git://git.kernel.dk/linuxLinus Torvalds1-24/+17
2024-10-17nvme: use helper nvme_ctrl_state in nvme_keep_alive_finish functionNilay Shroff1-8/+2
2024-10-17nvme: make keep-alive synchronous operationNilay Shroff1-10/+7
2024-10-09nvme: disable CC.CRIME (NVME_CC_CRIME)Greg Joyce1-6/+8
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro1-1/+1
2024-09-24nvme: remove CC register read-back during enablingKeith Busch1-5/+0
2024-09-17Merge tag 'v6.11' into for-6.12/blockJens Axboe1-11/+12
2024-09-06nvme: Convert comma to semicolonShen Lichuan1-1/+1
2024-08-26nvme: rename apptag and appmask to lbat and lbatmAnuj Gupta1-2/+2
2024-08-23nvme: use better description for async reset reasonKeith Busch1-1/+2
2024-08-22nvme: move stopping keep-alive into nvme_uninit_ctrl()Ming Lei1-1/+1
2024-08-22nvme-tcp: sanitize TLS key handlingHannes Reinecke1-1/+0
2024-08-22nvme_core: scan namespaces asynchronouslyStuart Hayes1-1/+39
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