summaryrefslogtreecommitdiff
path: root/drivers/nvme/host/rdma.c
AgeCommit message (Expand)Author
2020-11-10nvme-rdma: handle unexpected nvme completion data lengthzhenwei pi
2020-11-05nvme-rdma: fix crash when connect rejectedChao Leng
2020-10-01nvme: Fix ctrl use-after-free during sysfs deletionIsrael Rukshin
2020-09-23nvme-rdma: cancel async events before freeing event structDavid Milburn
2020-09-17nvme-rdma: fix reset hang if controller died in the middle of a resetSagi Grimberg
2020-09-17nvme-rdma: fix timeout handlerSagi Grimberg
2020-09-17nvme-rdma: serialize controller teardown sequencesSagi Grimberg
2020-08-19nvme-rdma: fix controller reset hang during trafficSagi Grimberg
2020-07-16nvme-rdma: assign completion vector correctlyMax Gurtovoy
2020-04-08nvme-rdma: Avoid double freeing of async event dataPrabhath Sajeepa
2020-03-05nvme: prevent warning triggered by nvme_stop_keep_aliveNigel Kirkland
2019-11-06nvme-rdma: fix a segmentation fault during module unloadMax Gurtovoy
2019-10-14nvme: Restart request timers in resetting stateKeith Busch
2019-09-27nvme-rdma: fix possible use-after-free in connect timeoutSagi Grimberg
2019-09-25nvme-rdma: Fix max_hw_sectors calculationMax Gurtovoy
2019-09-17Merge tag 'for-5.4/block-2019-09-16' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-08-29nvme-rdma: Use rq_dma_dir macroIsrael Rukshin
2019-08-29nvme: make fabrics command run on a separate request queueSagi Grimberg
2019-08-29nvme-rdma: Add TOS for rdma transportIsrael Rukshin
2019-08-29nvme: don't pass cap to nvme_disable_ctrlSagi Grimberg
2019-08-29nvme: move sqsize setting to the coreSagi Grimberg
2019-08-04nvme: wait until all completed request's complete fn is calledMing Lei
2019-07-31nvme-rdma: fix possible use-after-free in connect error flowSagi Grimberg
2019-07-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2019-07-11Merge tag 'scsi-sg' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2019-06-28Merge tag 'v5.2-rc6' into rdma.git for-nextJason Gunthorpe
2019-06-24RDMA/core: Add an integrity MR pool supportIsrael Rukshin
2019-06-20scsi: lib/sg_pool.c: improve APIs for allocating sg poolMing Lei
2019-06-06nvme-rdma: use dynamic dma mapping per commandMax Gurtovoy
2019-05-30nvme-rdma: fix queue mapping when queue count is limitedSagi Grimberg
2019-05-13nvme-rdma: remove redundant reference between ib_device and tagsetMax Gurtovoy
2019-04-25nvme-rdma: fix a NULL deref when an admin connect times outSagi Grimberg
2019-02-21nvme-rdma: use nr_phys_segments when map rq to sglChaitanya Kulkarni
2019-02-20nvme-rdma: convert to SPDX identifiersChristoph Hellwig
2019-02-04nvme: remove the .stop_ctrl calloutSagi Grimberg
2019-01-23nvme-rdma: rework queue maps handlingSagi Grimberg
2019-01-23nvme-rdma: fix timeout handlerSagi Grimberg
2018-12-18nvme-rdma: implement polling queue mapSagi Grimberg
2018-12-18nvme-fabrics: allow nvmf_connect_io_queue to pollSagi Grimberg
2018-12-13nvme-rdma: support separate queue maps for read and writeSagi Grimberg
2018-12-13blk-mq-rdma: pass in queue map to blk_mq_rdma_map_queuesSagi Grimberg
2018-12-07nvme: add a numa_node field to struct nvme_ctrlHannes Reinecke
2018-12-04nvme-rdma: remove I/O polling supportChristoph Hellwig
2018-12-04Merge tag 'v4.20-rc5' into for-4.21/blockJens Axboe
2018-11-30nvme-rdma: fix double freeing of async event dataPrabhath Sajeepa
2018-11-26blk-mq: remove 'tag' parameter from mq_ops->poll()Jens Axboe
2018-11-26blk-mq: when polling for IO, look for any completionJens Axboe
2018-10-19nvme-fabrics: move controller options matching to fabricsSagi Grimberg
2018-10-19nvme-rdma: always have a valid trsvcidSagi Grimberg
2018-10-17nvmet-rdma: check for timeout in nvme_rdma_wait_for_cm()Bart Van Assche