aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host/rdma.c
AgeCommit message (Expand)Author
2022-02-23nvme-rdma: fix possible use-after-free in transport error_recovery workSagi Grimberg
2021-11-26nvme-rdma: fix error code in nvme_rdma_setup_ctrlMax Gurtovoy
2021-09-22nvme-rdma: don't update queue count when failing to set io queuesRuozhu Li
2021-03-24nvme-rdma: fix possible hang when failing to set io queuesSagi Grimberg
2020-11-05nvme-rdma: fix crash when connect rejectedChao Leng
2020-09-23nvme-rdma: cancel async events before freeing event structDavid Milburn
2020-09-17nvme-rdma: serialize controller teardown sequencesSagi Grimberg
2020-07-16nvme-rdma: assign completion vector correctlyMax Gurtovoy
2020-04-13nvme-rdma: Avoid double freeing of async event dataPrabhath Sajeepa
2019-05-31nvme-rdma: fix a NULL deref when an admin connect times outSagi Grimberg
2019-03-05nvme-rdma: fix timeout handlerSagi Grimberg
2018-12-17nvme-rdma: fix double freeing of async event dataPrabhath Sajeepa
2018-08-16Merge branch 'linus/master' into rdma.git for-nextJason Gunthorpe
2018-08-16Merge tag 'v4.18' into rdma.git for-nextJason Gunthorpe
2018-08-14Merge tag 'for-4.19/block-20180812' of git://git.kernel.dk/linux-blockLinus Torvalds
2018-07-24nvme-rdma: Simplify ib_post_(send|recv|srq_recv)() callsBart Van Assche
2018-07-24nvme-rdma: centralize admin/io queue teardown sequenceSagi Grimberg
2018-07-24nvme-rdma: centralize controller setup sequenceSagi Grimberg
2018-07-24nvme-rdma: unquiesce queues when deleting the controllerSagi Grimberg
2018-07-24nvme-rdma: mark expected switch fall-throughGustavo A. R. Silva
2018-07-24nvme: if_ready checks to fail io to deleting controllerJames Smart
2018-07-23nvme: cache struct nvme_ctrl reference to struct nvme_requestSagi Grimberg
2018-07-23nvme-rdma: support up to 4 segments of inline dataSteve Wise
2018-06-28nvme-rdma: fix possible double free of controller async event bufferSagi Grimberg
2018-06-20nvme-rdma: don't override opts->queue_sizeSagi Grimberg
2018-06-20nvme-rdma: Fix command completion race at error recoveryIsrael Rukshin
2018-06-20nvme-rdma: fix possible free of a non-allocated async event bufferSagi Grimberg
2018-06-20nvme-rdma: fix possible double free condition when failing to create a contro...Sagi Grimberg
2018-06-15nvme-fabrics: refactor queue ready checkChristoph Hellwig
2018-06-11nvme-rdma: fix error flow during mapping request dataMax Gurtovoy
2018-06-08nvme-rdma: correctly check for target keyed sgl supportSteve Wise
2018-05-29Merge branch 'nvme-4.18-2' of git://git.infradead.org/nvme into for-4.18/blockJens Axboe
2018-05-29nvme: return BLK_EH_DONE from ->timeoutChristoph Hellwig
2018-05-25nvme-rdma: stop admin queue before freeing itJianchao Wang
2018-04-12nvme: expand nvmf_check_if_ready checksJames Smart
2018-03-26nvme: Add .stop_ctrl to nvme ctrl opsNitzan Carmi
2018-03-26nvme-rdma: Allow DELETING state change failure in error_recoveryNitzan Carmi
2018-03-26nvme-rdma: Don't flush delete_wq by default during remove_oneMax Gurtovoy
2018-03-26nvme: centralize ctrl removal printsMax Gurtovoy
2018-02-28Merge branch 'for-jens' of git://git.infradead.org/nvme into for-linusJens Axboe
2018-02-22nvme-rdma: use blk_rq_payload_bytes instead of blk_rq_bytesChristoph Hellwig
2018-02-14nvme-rdma: fix sysfs invoked reset_ctrl error flowNitzan Carmi
2018-02-08nvme-rdma: use NVME_CTRL_CONNECTING state to mark init processMax Gurtovoy
2018-02-08nvme: rename NVME_CTRL_RECONNECTING state to NVME_CTRL_CONNECTINGMax Gurtovoy
2018-01-29Merge branch 'for-4.16/block' of git://git.kernel.dk/linux-blockLinus Torvalds
2018-01-25nvme-rdma: remove redundant boolean for inline_dataMax Gurtovoy
2018-01-15nvme: host delete_work and reset_work on separate workqueuesRoy Shterman
2018-01-08nvme-fabrics: protect against module unload during create_ctrlRoy Shterman
2017-12-29nvme-rdma: fix concurrent reset and reconnectSagi Grimberg
2017-11-28nvme-rdma: fix memory leak during queue allocationMax Gurtovoy