summaryrefslogtreecommitdiff
path: root/drivers/nvme
AgeCommit message (Expand)Author
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-tcp: Do not reset transport on data digest errorsDaniel Wagner
2021-09-06nvmet: fixup buffer overrun in nvmet_subsys_attr_serial()Hannes Reinecke
2021-09-06nvmet: return bool from nvmet_passthru_ctrl and nvmet_is_passthru_reqChristoph Hellwig
2021-09-06nvmet: looks at the passthrough controller when initializing CAPAdam Manzanares
2021-09-06nvme: move nvme_multi_css into nvme.hAdam Manzanares
2021-09-06nvme-multipath: revalidate paths during rescanHannes Reinecke
2021-09-06nvme-multipath: set QUEUE_FLAG_NOWAITChristoph Hellwig
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-17nvme: remove the unused NVME_NS_* enumChristoph Hellwig
2021-08-16nvme: remove nvm_ndev from nsKeith Busch
2021-08-16nvme: Have NVME_FABRICS select NVME_CORE instead of transport driversSagi Grimberg
2021-08-16nvme: use bvec_virtChristoph Hellwig
2021-08-16nvmet: check that host sqsize does not exceed ctrl MQESAmit Engel
2021-08-16nvmet: avoid duplicate qid in connect cmdAmit Engel
2021-08-16nvmet: pass back cntlid on successful completionAmit Engel
2021-08-16nvme-rdma: don't update queue count when failing to set io queuesRuozhu Li
2021-08-16nvme-tcp: don't update queue count when failing to set io queuesRuozhu Li
2021-08-16nvme-tcp: pair send_mutex init with destroyKeith Busch
2021-08-16nvme: allow user toggling hmb usageKeith Busch
2021-08-16nvme-pci: disable hmb on idle suspendKeith Busch
2021-08-16nvmet: remove redundant assignments of variable statusColin Ian King
2021-08-16nvmet: add set feature tracing supportHou Pu
2021-08-16nvme: add set feature tracing supportHou Pu
2021-08-16nvme-fabrics: remove superfluous nvmf_host_put in nvmf_parse_optionsHou Pu
2021-08-16nvme-pci: cmb sysfs: one file, one valueKeith Busch
2021-08-16nvme-pci: use attribute group for cmb sysfsKeith Busch
2021-08-16nvme: code command_id with a genctr for use-after-free validationSagi Grimberg
2021-08-16nvme-tcp: don't check blk_mq_tag_to_rq when receiving pdu dataSagi Grimberg
2021-08-16nvme-pci: limit maximum queue depth to 4095Sagi Grimberg
2021-08-14remove the lightnvm subsystemChristoph Hellwig
2021-08-12block: remove GENHD_FL_UPChristoph Hellwig
2021-08-12nvme: replace the GENHD_FL_UP check in nvme_mpath_shutdown_diskChristoph 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-24Merge tag 'block-5.14-2021-07-24' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-07-21nvme: set the PRACT bit when using Write Zeroes with T10 PIChristoph Hellwig
2021-07-21nvme: fix nvme_setup_command metadata trace eventKeith Busch
2021-07-21nvme: fix refcounting imbalance when all paths are downHannes Reinecke
2021-07-21nvme-pci: don't WARN_ON in nvme_reset_work if ctrl.state is not RESETTINGZhihao Cheng
2021-07-16Merge tag 'block-5.14-2021-07-16' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-07-13nvme-pci: do not call nvme_dev_remove_admin from nvme_removeCasey Chen
2021-07-13nvme-pci: fix multiple races in nvme_setup_io_queuesCasey Chen
2021-07-13nvme-tcp: use __dev_get_by_name instead dev_get_by_name for OPT_HOST_IFACEPrabhakar Kushwaha
2021-07-09Merge tag 'block-5.14-2021-07-08' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-07-05nvme-tcp: can't set sk_user_data without write_lockMaurizio Lombardi
2021-07-02Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds