summaryrefslogtreecommitdiff
path: root/drivers/nvme/host/core.c
AgeCommit message (Expand)Author
2023-09-14Merge tag 'nvme-6.6-2023-09-14' of git://git.infradead.org/nvme into block-6.6Jens Axboe
2023-09-14nvme: avoid bogus CRTO valuesKeith Busch
2023-07-21nvme: fix possible hang when removing a controller during error recoveryMing Lei
2023-07-13nvme: don't reject probe due to duplicate IDs for single-ported PCIe devicesChristoph Hellwig
2023-07-03Merge tag 'block-6.5-2023-07-03' of git://git.kernel.dk/linuxLinus Torvalds
2023-06-30Merge tag 'nvme-6.5-2023-06-30' of git://git.infradead.org/nvme into block-6.5Jens Axboe
2023-06-30Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2023-06-26Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds
2023-06-21nvme: Print capabilities changes just onceBreno Leitao
2023-06-12nvme: skip optional id ctrl csi if it failedKeith Busch
2023-06-12nvme-core: use nvme_ns_head_multipath instead of ns->head->diskIrvin Cote
2023-06-12nvme: Increase block size variable size to 32-bitDaniel Gomez
2023-06-12nvme-core: remove redundant check from nvme_init_ns_headIrvin Cote
2023-06-12nvme: move sysfs code to a dedicated sysfs.c fileMax Gurtovoy
2023-06-12nvme-core: fix dev_pm_qos memleakChaitanya Kulkarni
2023-06-12nvme-core: add missing fault-injection cleanupChaitanya Kulkarni
2023-06-12nvme-core: fix memory leak in dhchap_ctrl_secretChaitanya Kulkarni
2023-06-12nvme-core: fix memory leak in dhchap_secret_storeChaitanya Kulkarni
2023-06-12block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig
2023-06-12block: remove the unused mode argument to ->releaseChristoph Hellwig
2023-06-12block: pass a gendisk to ->openChristoph Hellwig
2023-05-30nvme: improve handling of long keep alivesUday Shankar
2023-05-30nvme: check IO start time when deciding to defer KAUday Shankar
2023-05-30nvme: double KA polling frequency to avoid KATO with TBKAS onUday Shankar
2023-05-30nvme: fix miss command type checkmin15.li
2023-05-22Merge patch series "Use block pr_ops in LIO"Martin K. Petersen
2023-05-18Merge tag 'nvme-6.4-2023-05-18' of git://git.infradead.org/nvme into block-6.4Jens Axboe
2023-05-17nvme: do not let the user delete a ctrl before a complete initializationMaurizio Lombardi
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-04-26Merge tag 'for-6.4/block-2023-04-21' of git://git.kernel.dk/linuxLinus Torvalds
2023-04-13nvme: fix double blk_mq_complete_request for timeout request with low probabi...Lei Yin
2023-04-13nvme: fix async event trace eventKeith Busch
2023-04-11nvme: Move pr code to it's own fileMike Christie
2023-04-11nvme: Don't hardcode the data len for pr commandsMike Christie
2023-04-11block: Rename BLK_STS_NEXUS to BLK_STS_RESV_CONFLICTMike Christie
2023-04-05nvme: fix discard support without oncsKeith Busch
2023-04-03Merge 6.3-rc5 into driver-core-nextGreg Kroah-Hartman
2023-03-22nvme: send Identify with CNS 06h only to I/O controllersMartin George
2023-03-17driver core: class: remove module * from class_create()Greg Kroah-Hartman
2023-03-15nvme: fix handling single range discard requestMing Lei
2023-03-03Merge tag 'block-6.3-2023-03-03' of git://git.kernel.dk/linuxLinus Torvalds
2023-02-28nvme: bring back auto-removal of deleted namespaces during sequential scanChristoph Hellwig
2023-02-27nvme: fix sparse warning on effects maskingKeith Busch
2023-02-20Merge tag 'for-6.3/block-2023-02-16' of git://git.kernel.dk/linuxLinus Torvalds
2023-02-07Merge tag 'nvme-6.3-2023-02-07' of git://git.infradead.org/nvme into for-6.3/...Jens Axboe
2023-02-03Merge tag 'block-6.2-2023-02-03' of git://git.kernel.dk/linuxLinus Torvalds
2023-02-03nvme: use bvec_set_virt to initialize special_vecChristoph Hellwig
2023-02-01nvme: mask CSE effects for security receiveKeith Busch
2023-02-01nvme: always initialize known command effectsKeith Busch
2023-02-01nvme: remove nvme_execute_passthru_rqChristoph Hellwig