aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host/rdma.c
AgeCommit message (Expand)Author
2020-08-13nvme-rdma: fix controller reset hang during trafficSagi Grimberg
2020-08-13scsi: treewide: Consolidate {get,put}_unaligned_[bl]e24() definitionsBart Van Assche
2020-08-03nvme-rdma: assign completion vector correctlyMax Gurtovoy
2020-06-01nvme-rdma: Avoid double freeing of async event dataPrabhath Sajeepa
2020-05-15nvme: prevent warning triggered by nvme_stop_keep_aliveNigel Kirkland
2020-01-19nvme-rdma: fix a segmentation fault during module unloadMax Gurtovoy
2019-11-25nvme-rdma: fix possible use-after-free in connect timeoutSagi Grimberg
2019-09-06nvme-rdma: fix possible use-after-free in connect error flowSagi Grimberg
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
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