summaryrefslogtreecommitdiff
path: root/drivers/nvme/host/core.c
AgeCommit message (Expand)Author
2025-02-17nvme: handle connectivity loss in nvme_set_queue_countDaniel Wagner
2025-02-08nvme: fix bogus kzalloc() return check in nvme_init_effects_log()Jens Axboe
2025-02-08nvme: Add error path for xa_store in nvme_init_effectsKeisuke Nishimura
2025-02-08nvme: Add error check for xa_store in nvme_get_effects_logKeisuke Nishimura
2025-01-09Revert "nvme: make keep-alive synchronous operation"Nilay Shroff
2025-01-09nvme: use helper nvme_ctrl_state in nvme_keep_alive_finish functionNilay Shroff
2024-12-09nvme-multipath: implement "queue-depth" iopolicyThomas Song
2024-11-17nvme/host: Fix RCU list traversal to use SRCU primitiveBreno Leitao
2024-11-17nvme: make keep-alive synchronous operationNilay Shroff
2024-11-17nvme: disable CC.CRIME (NVME_CC_CRIME)Greg Joyce
2024-08-29nvme: fix namespace removal listKeith Busch
2024-08-29nvme: use srcu for iterating namespace listKeith Busch
2024-08-29nvme: clear caller pointer on identify failureKeith Busch
2024-07-25nvme: avoid double free special payloadChunguang Xu
2024-06-12nvme-multipath: fix io accounting on failoverKeith Busch
2024-06-12nvme: cancel pending I/O if nvme controller is in terminal stateNilay Shroff
2024-05-17nvme: fix warn output about shared namespaces without CONFIG_NVME_MULTIPATHYi Zhang
2024-03-26nvme: fix reconnection fail due to reserved tag allocationChunguang Xu
2024-01-20nvme: fix deadlock between reset and scanBitao Hu
2024-01-20nvme: ensure reset state check orderingKeith Busch
2024-01-20nvme-core: check for too small lba shiftKeith Busch
2024-01-20nvme-core: fix a memory leak in nvme_ns_info_from_identify()Maurizio Lombardi
2024-01-01nvme-pci: fix sleeping function called from interrupt contextMaurizio Lombardi
2023-12-20nvme: catch errors from nvme_configure_metadata()Hannes Reinecke
2023-12-08nvme: check for valid nvme_identify_ns() before using itEwan D. Milne
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