summaryrefslogtreecommitdiff
path: root/drivers/nvme/host/core.c
AgeCommit message (Expand)Author
2022-03-02nvme: also mark passthrough-only namespaces ready in nvme_update_ns_infoChristoph Hellwig
2022-02-23block: fix surprise removal for drivers calling blk_set_queue_dyingChristoph Hellwig
2022-02-23nvme: fix a possible use-after-free in controller reset during loadSagi Grimberg
2021-10-14Merge tag 'nvme-5.15-2021-10-14' of git://git.infradead.org/nvme into block-5.15Jens Axboe
2021-10-14nvme: fix per-namespace chardev deletionAdam Manzanares
2021-09-27nvme: add command id quirk for apple controllersKeith Busch
2021-09-21nvme: keep ctrl->namespaces orderedChristoph Hellwig
2021-09-15Merge tag 'nvme-5.15-2021-09-15' of git://git.infradead.org/nvme into block-5.15Jens Axboe
2021-09-14nvme: remove the call to nvme_update_disk_info in nvme_ns_removeChristoph Hellwig
2021-09-13nvme: avoid race in shutdown namespace removalDaniel Wagner
2021-09-06nvme: add error handling support for add_disk()Luis Chamberlain
2021-09-06nvme: only call synchronize_srcu when clearing current pathDaniel Wagner
2021-09-06nvme: update keep alive interval when kato is modifiedTatsuya Sasaki
2021-09-06nvme: move nvme_multi_css into nvme.hAdam Manzanares
2021-09-06nvme-multipath: revalidate paths during rescanHannes Reinecke
2021-08-30Merge tag 'for-5.15/drivers-2021-08-30' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-08-23nvme: use blk_mq_alloc_diskChristoph Hellwig
2021-08-16nvme: use bvec_virtChristoph Hellwig
2021-08-16nvme: code command_id with a genctr for use-after-free validationSagi Grimberg
2021-08-14remove the lightnvm subsystemChristoph Hellwig
2021-08-12block: remove GENHD_FL_UPChristoph Hellwig
2021-08-12nvme: remove the GENHD_FL_UP check in nvme_ns_removeChristoph Hellwig
2021-08-09block: pass a gendisk to blk_queue_update_readaheadChristoph Hellwig
2021-07-21nvme: set the PRACT bit when using Write Zeroes with T10 PIChristoph Hellwig
2021-07-21nvme: fix refcounting imbalance when all paths are downHannes Reinecke
2021-06-30nvme: use return value from blk_execute_rq()Keith Busch
2021-06-30nvme: use blk_execute_rq() for passthrough commandsKeith Busch
2021-06-30Merge tag 'for-5.14/drivers-2021-06-29' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-06-30Merge tag 'for-5.14/block-2021-06-29' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-06-17nvme: remove zeroout memset call for structChaitanya Kulkarni
2021-06-03nvme: remove nvme_{get,put}_ns_from_diskChristoph Hellwig
2021-06-03nvme: split nvme_report_zonesChristoph Hellwig
2021-06-03nvme-tcp: allow selecting the network interface for connectionsMartin Belanger
2021-06-03nvme: extend and modify the APST configuration algorithmAlexey Bogoslavsky
2021-06-01block: automatically enable GENHD_FL_EXT_DEVTChristoph Hellwig
2021-05-25nvme: fix potential memory leaks in nvme_cdev_addGuoqing Jiang
2021-05-11nvme-multipath: fix double initialization of ANA stateChristoph Hellwig
2021-05-04nvme: move the fabrics queue ready check routines to coreTao Chiu
2021-05-04nvme: avoid memset for passthrough requestsKanchan Joshi
2021-05-04nvme: add nvme_get_ns helperKanchan Joshi
2021-05-04nvme: fix controller ioctl through ns_headMinwoo Im
2021-04-28Merge tag 'for-5.13/drivers-2021-04-27' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-04-22nvme: introduce generic per-namespace chardevMinwoo Im
2021-04-21nvme: cleanup nvme_configure_apstChristoph Hellwig
2021-04-21nvme: do not try to reconfigure APST when the controller is not liveChristoph Hellwig
2021-04-21nvme: add 'kato' sysfs attributeHannes Reinecke
2021-04-21nvme: sanitize KATO settingHannes Reinecke
2021-04-15nvme: fix NULL derefence in nvme_ctrl_fast_io_fail_tmo_show/storeGopal Tiwari
2021-04-15nvme: let namespace probing continue for unsupported featuresChristoph Hellwig
2021-04-15nvme: factor out nvme_ns_open and nvme_ns_release helpersChristoph Hellwig