summaryrefslogtreecommitdiff
path: root/drivers/nvme
AgeCommit message (Expand)Author
2021-10-20nvmet: fix use-after-free when a port is removedIsrael Rukshin
2021-10-20nvme-fc: add support for ->map_queuesSaurav Kashyap
2021-10-20nvme: generate uevent once a multipath namespace is operational againHannes Reinecke
2021-10-19nvme: loop: clear NVME_CTRL_ADMIN_Q_STOPPED after admin queue is reallocatedMing Lei
2021-10-19nvme: paring quiesce/unquiesceMing Lei
2021-10-19nvme: prepare for pairing quiescing and unquiescingMing Lei
2021-10-19nvme: apply nvme API to quiesce/unquiesce admin queueMing Lei
2021-10-19nvme: add APIs for stopping/starting admin queueMing Lei
2021-10-19nvme: don't memset() the normal read/write commandJens Axboe
2021-10-19nvme: move command clear into the various setup helpersJens Axboe
2021-10-18nvmet: use bdev_nr_bytes instead of open coding itChristoph Hellwig
2021-10-18nvme: wire up completion batching for the IRQ pathJens Axboe
2021-10-18nvme: add support for batched completion of polled IOJens Axboe
2021-10-18block: add a struct io_comp_batch argument to fops->iopoll()Jens Axboe
2021-10-18nvme-multipath: enable polled I/OChristoph Hellwig
2021-10-18block: switch polling to be bio basedChristoph Hellwig
2021-10-18block: rename REQ_HIPRI to REQ_POLLEDChristoph Hellwig
2021-10-18block: move integrity handling out of <linux/blkdev.h>Christoph Hellwig
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-10-07nvme-pci: Fix abort command idKeith Busch
2021-09-27nvme: add command id quirk for apple controllersKeith Busch
2021-09-21nvme: keep ctrl->namespaces orderedChristoph Hellwig
2021-09-21nvme-tcp: fix incorrect h2cdata pdu offset accountingSagi Grimberg
2021-09-21nvme-fc: remove freeze/unfreeze around update_nr_hw_queuesJames Smart
2021-09-21nvme-fc: avoid race between time out and tear downJames Smart
2021-09-21nvme-fc: update hardware queues before using themDaniel Wagner
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-14nvme-tcp: fix io_work priority inversionKeith Busch
2021-09-14nvme-rdma: destroy cm id before destroy qp to avoid use after freeRuozhu Li
2021-09-14nvme-multipath: fix ANA state updates when a namespace is not presentAnton Eidelman
2021-09-13nvme: avoid race in shutdown namespace removalDaniel Wagner
2021-09-13nvmet: fix a width vs precision bug in nvmet_subsys_attr_serial_show()Dan Carpenter
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