summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host/core.c
Commit message (Expand)AuthorAgeFilesLines
* nvme: fix deadlock between reset and scanBitao Hu2023-12-041-0/+10
* nvme: ensure reset state check orderingKeith Busch2023-12-041-20/+22
* nvme-core: check for too small lba shiftKeith Busch2023-12-011-2/+3
* nvme: check for valid nvme_identify_ns() before using itEwan D. Milne2023-11-271-0/+9
* nvme-core: fix a memory leak in nvme_ns_info_from_identify()Maurizio Lombardi2023-11-271-2/+5
* nvme: fine-tune sending of first keep-aliveMark O'Donovan2023-11-271-2/+11
* nvme: move nvme_stop_keep_alive() back to original positionHannes Reinecke2023-11-221-1/+1
* nvme: catch errors from nvme_configure_metadata()Hannes Reinecke2023-11-201-6/+13
* nvme: keyring: fix conditional compilationHannes Reinecke2023-11-081-8/+1
* nvme: start keep-alive after admin queue setupHannes Reinecke2023-11-061-3/+3
* nvme: update firmware version after commitDaniel Wagner2023-11-061-1/+14
* nvme: rework NVME_AUTH Kconfig selectionHannes Reinecke2023-10-121-1/+1
* nvme-tcp: enable TLS handshake upcallHannes Reinecke2023-10-111-1/+1
* nvme-keyring: register '.nvme' keyringHannes Reinecke2023-10-111-2/+8
* Merge tag 'nvme-6.6-2023-09-14' of git://git.infradead.org/nvme into block-6.6Jens Axboe2023-09-141-19/+35
|\
| * nvme: avoid bogus CRTO valuesKeith Busch2023-09-141-19/+35
* | nvme: fix possible hang when removing a controller during error recoveryMing Lei2023-07-211-3/+7
|/
* nvme: don't reject probe due to duplicate IDs for single-ported PCIe devicesChristoph Hellwig2023-07-131-3/+33
* Merge tag 'block-6.5-2023-07-03' of git://git.kernel.dk/linuxLinus Torvalds2023-07-031-1/+5
|\
| * Merge tag 'nvme-6.5-2023-06-30' of git://git.infradead.org/nvme into block-6.5Jens Axboe2023-06-301-1/+5
| |\
| | * nvme: Print capabilities changes just onceBreno Leitao2023-06-211-1/+5
* | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2023-06-301-148/+1
|\ \ \ | |/ / |/| |
| * | Merge patch series "Use block pr_ops in LIO"Martin K. Petersen2023-05-221-148/+1
| |\ \
| | * | nvme: Move pr code to it's own fileMike Christie2023-04-111-148/+0
| | * | nvme: Don't hardcode the data len for pr commandsMike Christie2023-04-111-6/+7
| | * | block: Rename BLK_STS_NEXUS to BLK_STS_RESV_CONFLICTMike Christie2023-04-111-1/+1
* | | | Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds2023-06-261-658/+14
|\ \ \ \ | | |_|/ | |/| |
| * | | nvme: skip optional id ctrl csi if it failedKeith Busch2023-06-121-1/+4
| * | | nvme-core: use nvme_ns_head_multipath instead of ns->head->diskIrvin Cote2023-06-121-1/+1
| * | | nvme: Increase block size variable size to 32-bitDaniel Gomez2023-06-121-1/+1
| * | | nvme-core: remove redundant check from nvme_init_ns_headIrvin Cote2023-06-121-1/+1
| * | | nvme: move sysfs code to a dedicated sysfs.c fileMax Gurtovoy2023-06-121-654/+2
| * | | nvme-core: fix dev_pm_qos memleakChaitanya Kulkarni2023-06-121-0/+1
| * | | nvme-core: add missing fault-injection cleanupChaitanya Kulkarni2023-06-121-0/+1
| * | | nvme-core: fix memory leak in dhchap_ctrl_secretChaitanya Kulkarni2023-06-121-2/+5
| * | | nvme-core: fix memory leak in dhchap_secret_storeChaitanya Kulkarni2023-06-121-2/+5
| * | | block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig2023-06-121-1/+1
| * | | block: remove the unused mode argument to ->releaseChristoph Hellwig2023-06-121-1/+1
| * | | block: pass a gendisk to ->openChristoph Hellwig2023-06-121-2/+2
| |/ /
* | | nvme: improve handling of long keep alivesUday Shankar2023-05-301-1/+15
* | | nvme: check IO start time when deciding to defer KAUday Shankar2023-05-301-1/+13
* | | nvme: double KA polling frequency to avoid KATO with TBKAS onUday Shankar2023-05-301-1/+17
* | | nvme: fix miss command type checkmin15.li2023-05-301-1/+3
* | | Merge tag 'nvme-6.4-2023-05-18' of git://git.infradead.org/nvme into block-6.4Jens Axboe2023-05-181-1/+5
|\ \ \ | |/ / |/| |
| * | nvme: do not let the user delete a ctrl before a complete initializationMaurizio Lombardi2023-05-171-1/+5
* | | Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-04-271-3/+3
|\ \ \
| * \ \ Merge 6.3-rc5 into driver-core-nextGreg Kroah-Hartman2023-04-031-10/+21
| |\ \ \
| * | | | driver core: class: remove module * from class_create()Greg Kroah-Hartman2023-03-171-3/+3
| | |_|/ | |/| |
* | | | Merge tag 'for-6.4/block-2023-04-21' of git://git.kernel.dk/linuxLinus Torvalds2023-04-261-6/+3
|\ \ \ \ | | |_|/ | |/| |
| * | | nvme: fix double blk_mq_complete_request for timeout request with low probabi...Lei Yin2023-04-131-2/+2