summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host/core.c
Commit message (Expand)AuthorAgeFilesLines
* nvme: fix deadlock between reset and scanBitao Hu2024-01-201-0/+10
* nvme: ensure reset state check orderingKeith Busch2024-01-201-20/+22
* nvme-core: check for too small lba shiftKeith Busch2024-01-201-2/+3
* nvme-core: fix a memory leak in nvme_ns_info_from_identify()Maurizio Lombardi2024-01-201-2/+5
* nvme-pci: fix sleeping function called from interrupt contextMaurizio Lombardi2024-01-011-1/+2
* nvme: catch errors from nvme_configure_metadata()Hannes Reinecke2023-12-201-6/+13
* nvme: check for valid nvme_identify_ns() before using itEwan D. Milne2023-12-081-0/+9
* 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
| * | | nvme: fix async event trace eventKeith Busch2023-04-131-4/+1
| |/ /
* | / nvme: fix discard support without oncsKeith Busch2023-04-051-3/+3
| |/ |/|
* | nvme: send Identify with CNS 06h only to I/O controllersMartin George2023-03-221-1/+2
* | nvme: fix handling single range discard requestMing Lei2023-03-151-9/+19
|/
* Merge tag 'block-6.3-2023-03-03' of git://git.kernel.dk/linuxLinus Torvalds2023-03-031-18/+19
|\
| * nvme: bring back auto-removal of deleted namespaces during sequential scanChristoph Hellwig2023-02-281-17/+18
| * nvme: fix sparse warning on effects maskingKeith Busch2023-02-271-1/+1