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