summaryrefslogtreecommitdiff
path: root/drivers/nvme/host/nvme.h
AgeCommit message (Expand)AuthorFilesLines
2024-10-15nvme-multipath: defer partition scanningKeith Busch1-0/+1
2024-09-16Merge tag 'for-6.12/block-20240913' of git://git.kernel.dk/linuxLinus Torvalds1-1/+6
2024-09-13nvme-pci: qdepth 1 quirkKeith Busch1-0/+5
2024-08-22nvme: Remove unused fieldNilay Shroff1-1/+0
2024-08-22nvme-tcp: sanitize TLS key handlingHannes Reinecke1-1/+1
2024-07-31nvme: reorganize nvme_ns_head fieldsKanchan Joshi1-6/+6
2024-07-31nvme: change data type of lba_shiftKanchan Joshi1-1/+1
2024-07-31nvme: remove a field from nvme_ns_headKanchan Joshi1-1/+0
2024-07-16Merge tag 'for-6.11/block-20240710' of git://git.kernel.dk/linuxLinus Torvalds1-14/+14
2024-07-08nvme: implement ->get_unique_idChristoph Hellwig1-0/+3
2024-07-02nvme-multipath: implement "queue-depth" iopolicyThomas Song1-0/+4
2024-06-26nvme-pci: do not directly handle subsys reset falloutKeith Busch1-11/+3
2024-06-24nvme: rename CDR/MORE/DNR to NVME_STATUS_*Weiwen Hu1-1/+1
2024-06-24nvme: fix status magic numbersWeiwen Hu1-2/+2
2024-06-24nvme: split device add from initializationKeith Busch1-0/+1
2024-06-17nvme: fix NVME_NS_DEAC may incorrectly identifying the disk as EXT_LBA.Boyang Yu1-1/+1
2024-05-28nvme: use srcu for iterating namespace listKeith Busch1-1/+3
2024-05-24nvme: remove sgs and swsKanchan Joshi1-2/+0
2024-05-23nvme-multipath: fix io accounting on failoverKeith Busch1-0/+1
2024-05-14Merge tag 'nvme-6.10-2024-05-14' of git://git.infradead.org/nvme into block-6.10Jens Axboe1-1/+1
2024-05-07nvme-pci: Add quirk for broken MSIsSean Anderson1-0/+5
2024-05-01nvme: return kernel error codes for admin queue connectHannes Reinecke1-1/+1
2024-05-01nvme: cancel pending I/O if nvme controller is in terminal stateNilay Shroff1-0/+21
2024-04-02nvme: split nvme_update_zone_infoChristoph Hellwig1-2/+10
2024-03-11Merge tag 'for-6.9/block-20240310' of git://git.kernel.dk/linuxLinus Torvalds1-9/+3
2024-03-04nvme: use the atomic queue limits update APIChristoph Hellwig1-8/+2
2024-03-04nvme: remove nvme_revalidate_zonesChristoph Hellwig1-1/+0
2024-02-12nvme: allow integrity when PI is not in first bytesKanchan Joshi1-0/+1
2024-02-07nvme: move passthrough logging attribute to headKeith Busch1-1/+1
2024-02-01nvme: allow passthru cmd error loggingAlan Adamson1-1/+2
2024-02-01nvme: split out fabrics version of nvme_opcode_str()Caleb Sander1-3/+10
2024-02-01nvme: return string as char *, not unsigned char *Caleb Sander1-9/+9
2024-02-01nvme: enable retries for authentication commandsHannes Reinecke1-0/+2
2024-02-01nvme: change __nvme_submit_sync_cmd() calling conventionsHannes Reinecke1-2/+15
2024-01-29nvme: use ctrl state accessorKeith Busch1-5/+6
2024-01-19Merge tag 'for-6.8/block-2024-01-18' of git://git.kernel.dk/linuxLinus Torvalds1-3/+13
2024-01-12Merge tag 'for-6.8/block-2024-01-08' of git://git.kernel.dk/linuxLinus Torvalds1-19/+25
2024-01-06nvme: introduce nvme_disk_is_ns_head helperGuixin Liu1-1/+12
2024-01-03nvme: simplify the max_discard_segments calculationChristoph Hellwig1-1/+1
2024-01-03nvme: fix max_discard_sectors calculationChristoph Hellwig1-1/+0
2023-12-19nvme: repack struct nvme_ns_headDaniel Wagner1-4/+4
2023-12-19nvme: add csi, ms and nuse to sysfsDaniel Wagner1-0/+6
2023-12-19nvme: rename ns attribute groupDaniel Wagner1-1/+1
2023-12-19nvme: refactor ns info helpersDaniel Wagner1-6/+6
2023-12-19nvme: move ns id info to struct nvme_ns_headDaniel Wagner1-14/+14
2023-12-07nvme-pci: Add sleep quirk for Kingston drivesGeorg Gottleuber1-0/+5
2023-12-04nvme: fix deadlock between reset and scanBitao Hu1-0/+1
2023-12-04nvme: introduce helper function to get ctrl stateKeith Busch1-0/+5
2023-10-12nvme: rework NVME_AUTH Kconfig selectionHannes Reinecke1-2/+2
2023-10-11nvme-tcp: enable TLS handshake upcallHannes Reinecke1-0/+1