summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host/core.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge tag 'for-6.3/block-2023-02-16' of git://git.kernel.dk/linuxLinus Torvalds2023-02-201-56/+67
|\|
| * Merge tag 'nvme-6.3-2023-02-07' of git://git.infradead.org/nvme into for-6.3/...Jens Axboe2023-02-071-53/+66
| |\
| | * nvme: mask CSE effects for security receiveKeith Busch2023-02-011-0/+17
| | * nvme: always initialize known command effectsKeith Busch2023-02-011-39/+45
| | * nvme: remove nvme_execute_passthru_rqChristoph Hellwig2023-02-011-14/+4
| * | nvme: use bvec_set_virt to initialize special_vecChristoph Hellwig2023-02-031-3/+1
| |/
* | Merge tag 'block-6.2-2023-02-03' of git://git.kernel.dk/linuxLinus Torvalds2023-02-031-1/+4
|\ \ | |/ |/|
| * nvme: clear the request_queue pointers on failure in nvme_alloc_io_tag_setMaurizio Lombardi2023-02-011-0/+1
| * nvme: clear the request_queue pointers on failure in nvme_alloc_admin_tag_setMaurizio Lombardi2023-02-011-1/+3
* | Merge tag 'block-6.2-2023-01-27' of git://git.kernel.dk/linuxLinus Torvalds2023-01-271-1/+1
|\|
| * nvme: fix passthrough csi checkKeith Busch2023-01-251-1/+1