summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host/nvme.h
Commit message (Expand)AuthorAgeFilesLines
* nvme: allow passthru cmd error loggingAlan Adamson2024-02-011-1/+2
* nvme: split out fabrics version of nvme_opcode_str()Caleb Sander2024-01-311-3/+10
* nvme: return string as char *, not unsigned char *Caleb Sander2024-01-311-9/+9
* nvme: enable retries for authentication commandsHannes Reinecke2024-01-311-0/+2
* nvme: change __nvme_submit_sync_cmd() calling conventionsHannes Reinecke2024-01-311-2/+15
* nvme: use ctrl state accessorKeith Busch2024-01-291-5/+6
* Merge tag 'for-6.8/block-2024-01-18' of git://git.kernel.dk/linuxLinus Torvalds2024-01-181-3/+13
|\
| * nvme: introduce nvme_disk_is_ns_head helperGuixin Liu2024-01-051-1/+12
| * nvme: simplify the max_discard_segments calculationChristoph Hellwig2024-01-031-1/+1
| * nvme: fix max_discard_sectors calculationChristoph Hellwig2024-01-031-1/+0
* | Merge tag 'for-6.8/block-2024-01-08' of git://git.kernel.dk/linuxLinus Torvalds2024-01-111-19/+25
|\|
| * nvme: repack struct nvme_ns_headDaniel Wagner2023-12-191-4/+4
| * nvme: add csi, ms and nuse to sysfsDaniel Wagner2023-12-191-0/+6
| * nvme: rename ns attribute groupDaniel Wagner2023-12-191-1/+1
| * nvme: refactor ns info helpersDaniel Wagner2023-12-191-6/+6
| * nvme: move ns id info to struct nvme_ns_headDaniel Wagner2023-12-191-14/+14
* | nvme-pci: Add sleep quirk for Kingston drivesGeorg Gottleuber2023-12-071-0/+5
* | nvme: fix deadlock between reset and scanBitao Hu2023-12-041-0/+1
* | nvme: introduce helper function to get ctrl stateKeith Busch2023-12-041-0/+5
|/
* nvme: rework NVME_AUTH Kconfig selectionHannes Reinecke2023-10-121-2/+2
* nvme-tcp: enable TLS handshake upcallHannes Reinecke2023-10-111-0/+1
* Merge tag 'block-6.5-2023-07-03' of git://git.kernel.dk/linuxLinus Torvalds2023-07-031-2/+1
|\
| * Merge tag 'nvme-6.5-2023-06-30' of git://git.infradead.org/nvme into block-6.5Jens Axboe2023-06-301-0/+1
| |\
| | * nvme: Print capabilities changes just onceBreno Leitao2023-06-211-0/+1
| * | nvme: improved uring pollingKeith Busch2023-06-281-2/+0
* | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2023-06-301-0/+2
|\ \ \ | |/ / |/| |
| * | nvme: Move pr code to it's own fileMike Christie2023-04-111-0/+2
* | | Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds2023-06-261-5/+10
|\ \ \ | | |/ | |/|
| * | nvme: skip optional id ctrl csi if it failedKeith Busch2023-06-121-0/+1
| * | nvme: move sysfs code to a dedicated sysfs.c fileMax Gurtovoy2023-06-121-0/+4
| * | nvme: reorder fields in 'struct nvme_ctrl'Christophe JAILLET2023-06-121-3/+3
| * | block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig2023-06-121-2/+2
| |/
* | nvme: check IO start time when deciding to defer KAUday Shankar2023-05-301-0/+1
* | nvme: fix miss command type checkmin15.li2023-05-301-1/+1
* | nvme-pci: add quirk for missing secondary temperature thresholdsHristo Venev2023-05-031-0/+5
|/
* nvme: add nvme_opcode_str function for all nvme cmd typesAmit Engel2023-02-011-0/+13
* nvme: remove nvme_execute_passthru_rqChristoph Hellwig2023-02-011-1/+2
* nvme: fix multipath crash caused by flush request when blktrace is enabledYanjun Zhang2022-12-221-1/+1
* nvme: consolidate setting the tagset flagsChristoph Hellwig2022-12-071-4/+5
* nvme: pass nr_maps explicitly to nvme_alloc_io_tag_setChristoph Hellwig2022-12-071-1/+1
* nvme: merge nvme_shutdown_ctrl into nvme_disable_ctrlChristoph Hellwig2022-12-061-2/+1
* nvme-multipath: support io stats on the mpath deviceSagi Grimberg2022-12-061-0/+14
* nvme: introduce nvme_start_requestSagi Grimberg2022-12-061-0/+5
* nvme: rename the queue quiescing helpersChristoph Hellwig2022-11-181-4/+4
* nvme-auth: convert dhchap_auth_list to an arraySagi Grimberg2022-11-161-1/+1
* nvme-auth: no need to reset chap contexts on re-authenticationSagi Grimberg2022-11-161-1/+0
* nvme-auth: guarantee dhchap buffers under memory pressureSagi Grimberg2022-11-161-0/+9
* nvme-auth: don't ignore key generation failures when initializing ctrl keysSagi Grimberg2022-11-161-2/+5
* nvme: simplify transport specific device attribute handlingChristoph Hellwig2022-11-151-0/+2
* nvme: move OPAL setup from PCIe to coreChristoph Hellwig2022-11-151-4/+1