aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host/core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-09-27nvme: add command id quirk for apple controllersKeith Busch1-1/+3
2021-09-21nvme: keep ctrl->namespaces orderedChristoph Hellwig1-16/+17
2021-09-15Merge tag 'nvme-5.15-2021-09-15' of git://git.infradead.org/nvme into block-5.15Jens Axboe1-8/+7
2021-09-14nvme: remove the call to nvme_update_disk_info in nvme_ns_removeChristoph Hellwig1-2/+0
2021-09-13nvme: avoid race in shutdown namespace removalDaniel Wagner1-8/+7
2021-09-06nvme: add error handling support for add_disk()Luis Chamberlain1-1/+8
2021-09-06nvme: only call synchronize_srcu when clearing current pathDaniel Wagner1-3/+6
2021-09-06nvme: update keep alive interval when kato is modifiedTatsuya Sasaki1-2/+40
2021-09-06nvme: move nvme_multi_css into nvme.hAdam Manzanares1-5/+0
2021-09-06nvme-multipath: revalidate paths during rescanHannes Reinecke1-0/+3
2021-08-30Merge tag 'for-5.15/drivers-2021-08-30' of git://git.kernel.dk/linux-blockLinus Torvalds1-14/+2
2021-08-23nvme: use blk_mq_alloc_diskChristoph Hellwig1-20/+13
2021-08-16nvme: use bvec_virtChristoph Hellwig1-3/+2
2021-08-16nvme: code command_id with a genctr for use-after-free validationSagi Grimberg1-1/+2
2021-08-14remove the lightnvm subsystemChristoph Hellwig1-13/+0
2021-08-12block: remove GENHD_FL_UPChristoph Hellwig1-1/+1
2021-08-12nvme: remove the GENHD_FL_UP check in nvme_ns_removeChristoph Hellwig1-8/+6
2021-08-09block: pass a gendisk to blk_queue_update_readaheadChristoph Hellwig1-1/+1
2021-07-21nvme: set the PRACT bit when using Write Zeroes with T10 PIChristoph Hellwig1-1/+4
2021-07-21nvme: fix refcounting imbalance when all paths are downHannes Reinecke1-3/+11
2021-06-30nvme: use return value from blk_execute_rq()Keith Busch1-8/+27
2021-06-30nvme: use blk_execute_rq() for passthrough commandsKeith Busch1-33/+7
2021-06-30Merge tag 'for-5.14/drivers-2021-06-29' of git://git.kernel.dk/linux-blockLinus Torvalds1-65/+127
2021-06-30Merge tag 'for-5.14/block-2021-06-29' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+0
2021-06-17nvme: remove zeroout memset call for structChaitanya Kulkarni1-13/+6
2021-06-03nvme: remove nvme_{get,put}_ns_from_diskChristoph Hellwig1-41/+27
2021-06-03nvme: split nvme_report_zonesChristoph Hellwig1-0/+11
2021-06-03nvme-tcp: allow selecting the network interface for connectionsMartin Belanger1-0/+5
2021-06-03nvme: extend and modify the APST configuration algorithmAlexey Bogoslavsky1-11/+78
2021-06-01block: automatically enable GENHD_FL_EXT_DEVTChristoph Hellwig1-1/+0
2021-05-25nvme: fix potential memory leaks in nvme_cdev_addGuoqing Jiang1-1/+3
2021-05-11nvme-multipath: fix double initialization of ANA stateChristoph Hellwig1-1/+2
2021-05-04nvme: move the fabrics queue ready check routines to coreTao Chiu1-0/+60
2021-05-04nvme: avoid memset for passthrough requestsKanchan Joshi1-4/+3
2021-05-04nvme: add nvme_get_ns helperKanchan Joshi1-2/+7
2021-05-04nvme: fix controller ioctl through ns_headMinwoo Im1-22/+0
2021-04-28Merge tag 'for-5.13/drivers-2021-04-27' of git://git.kernel.dk/linux-blockLinus Torvalds1-657/+419
2021-04-22nvme: introduce generic per-namespace chardevMinwoo Im1-0/+87
2021-04-21nvme: cleanup nvme_configure_apstChristoph Hellwig1-80/+69
2021-04-21nvme: do not try to reconfigure APST when the controller is not liveChristoph Hellwig1-1/+2
2021-04-21nvme: add 'kato' sysfs attributeHannes Reinecke1-0/+2
2021-04-21nvme: sanitize KATO settingHannes Reinecke1-3/+14
2021-04-15nvme: fix NULL derefence in nvme_ctrl_fast_io_fail_tmo_show/storeGopal Tiwari1-0/+2
2021-04-15nvme: let namespace probing continue for unsupported featuresChristoph Hellwig1-1/+10
2021-04-15nvme: factor out nvme_ns_open and nvme_ns_release helpersChristoph Hellwig1-4/+12
2021-04-15nvme: move nvme_ns_head_ops to multipath.cChristoph Hellwig1-27/+4
2021-04-15nvme: factor out a nvme_tryget_ns_head helperChristoph Hellwig1-4/+7
2021-04-15nvme: move the ioctl code to a separate fileChristoph Hellwig1-447/+3
2021-04-15nvme: don't bother to look up a namespace for controller ioctlsChristoph Hellwig1-24/+42
2021-04-15nvme: simplify block device ioctl handling for the !multipath caseChristoph Hellwig1-36/+47