aboutsummaryrefslogtreecommitdiff
path: root/drivers/nvme/host/core.c
AgeCommit message (Expand)AuthorFilesLines
2023-06-21nvme: Print capabilities changes just onceBreno Leitao1-1/+5
2023-06-12nvme: skip optional id ctrl csi if it failedKeith Busch1-1/+4
2023-06-12nvme-core: use nvme_ns_head_multipath instead of ns->head->diskIrvin Cote1-1/+1
2023-06-12nvme: Increase block size variable size to 32-bitDaniel Gomez1-1/+1
2023-06-12nvme-core: remove redundant check from nvme_init_ns_headIrvin Cote1-1/+1
2023-06-12nvme: move sysfs code to a dedicated sysfs.c fileMax Gurtovoy1-654/+2
2023-06-12nvme-core: fix dev_pm_qos memleakChaitanya Kulkarni1-0/+1
2023-06-12nvme-core: add missing fault-injection cleanupChaitanya Kulkarni1-0/+1
2023-06-12nvme-core: fix memory leak in dhchap_ctrl_secretChaitanya Kulkarni1-2/+5
2023-06-12nvme-core: fix memory leak in dhchap_secret_storeChaitanya Kulkarni1-2/+5
2023-06-12block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig1-1/+1
2023-06-12block: remove the unused mode argument to ->releaseChristoph Hellwig1-1/+1
2023-06-12block: pass a gendisk to ->openChristoph Hellwig1-2/+2
2023-05-30nvme: improve handling of long keep alivesUday Shankar1-1/+15
2023-05-30nvme: check IO start time when deciding to defer KAUday Shankar1-1/+13
2023-05-30nvme: double KA polling frequency to avoid KATO with TBKAS onUday Shankar1-1/+17
2023-05-30nvme: fix miss command type checkmin15.li1-1/+3
2023-05-22Merge patch series "Use block pr_ops in LIO"Martin K. Petersen1-148/+1
2023-05-18Merge tag 'nvme-6.4-2023-05-18' of git://git.infradead.org/nvme into block-6.4Jens Axboe1-1/+5
2023-05-17nvme: do not let the user delete a ctrl before a complete initializationMaurizio Lombardi1-1/+5
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-3/+3
2023-04-26Merge tag 'for-6.4/block-2023-04-21' of git://git.kernel.dk/linuxLinus Torvalds1-6/+3
2023-04-13nvme: fix double blk_mq_complete_request for timeout request with low probabi...Lei Yin1-2/+2
2023-04-13nvme: fix async event trace eventKeith Busch1-4/+1
2023-04-11nvme: Move pr code to it's own fileMike Christie1-148/+0
2023-04-11nvme: Don't hardcode the data len for pr commandsMike Christie1-6/+7
2023-04-11block: Rename BLK_STS_NEXUS to BLK_STS_RESV_CONFLICTMike Christie1-1/+1
2023-04-05nvme: fix discard support without oncsKeith Busch1-3/+3
2023-04-03Merge 6.3-rc5 into driver-core-nextGreg Kroah-Hartman1-10/+21
2023-03-22nvme: send Identify with CNS 06h only to I/O controllersMartin George1-1/+2
2023-03-17driver core: class: remove module * from class_create()Greg Kroah-Hartman1-3/+3
2023-03-15nvme: fix handling single range discard requestMing Lei1-9/+19
2023-03-03Merge tag 'block-6.3-2023-03-03' of git://git.kernel.dk/linuxLinus Torvalds1-18/+19
2023-02-28nvme: bring back auto-removal of deleted namespaces during sequential scanChristoph Hellwig1-17/+18
2023-02-27nvme: fix sparse warning on effects maskingKeith Busch1-1/+1
2023-02-20Merge tag 'for-6.3/block-2023-02-16' of git://git.kernel.dk/linuxLinus Torvalds1-56/+67
2023-02-07Merge tag 'nvme-6.3-2023-02-07' of git://git.infradead.org/nvme into for-6.3/...Jens Axboe1-53/+66
2023-02-03Merge tag 'block-6.2-2023-02-03' of git://git.kernel.dk/linuxLinus Torvalds1-1/+4
2023-02-03nvme: use bvec_set_virt to initialize special_vecChristoph Hellwig1-3/+1
2023-02-01nvme: mask CSE effects for security receiveKeith Busch1-0/+17
2023-02-01nvme: always initialize known command effectsKeith Busch1-39/+45
2023-02-01nvme: remove nvme_execute_passthru_rqChristoph Hellwig1-14/+4
2023-02-01nvme: clear the request_queue pointers on failure in nvme_alloc_io_tag_setMaurizio Lombardi1-0/+1
2023-02-01nvme: clear the request_queue pointers on failure in nvme_alloc_admin_tag_setMaurizio Lombardi1-1/+3
2023-01-27Merge tag 'block-6.2-2023-01-27' of git://git.kernel.dk/linuxLinus Torvalds1-1/+1
2023-01-25nvme: fix passthrough csi checkKeith Busch1-1/+1
2022-12-29Merge tag 'block-6.2-2022-12-29' of git://git.kernel.dk/linuxLinus Torvalds1-7/+27
2022-12-28nvme: also return I/O command effects from nvme_command_effectsChristoph Hellwig1-6/+26
2022-12-26nvme: fix setting the queue depth in nvme_alloc_io_tag_setChristoph Hellwig1-1/+1
2022-12-22Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-2/+31