summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host/rdma.c
AgeCommit message (Expand)AuthorFilesLines
2018-12-18nvme-rdma: implement polling queue mapSagi Grimberg1-6/+43
2018-12-18nvme-fabrics: allow nvmf_connect_io_queue to pollSagi Grimberg1-1/+1
2018-12-13nvme-rdma: support separate queue maps for read and writeSagi Grimberg1-3/+25
2018-12-13blk-mq-rdma: pass in queue map to blk_mq_rdma_map_queuesSagi Grimberg1-1/+1
2018-12-07nvme: add a numa_node field to struct nvme_ctrlHannes Reinecke1-2/+3
2018-12-04nvme-rdma: remove I/O polling supportChristoph Hellwig1-24/+0
2018-12-04Merge tag 'v4.20-rc5' into for-4.21/blockJens Axboe1-0/+2
2018-11-30nvme-rdma: fix double freeing of async event dataPrabhath Sajeepa1-0/+2
2018-11-26blk-mq: remove 'tag' parameter from mq_ops->poll()Jens Axboe1-1/+1
2018-11-26blk-mq: when polling for IO, look for any completionJens Axboe1-24/+15
2018-10-19nvme-fabrics: move controller options matching to fabricsSagi Grimberg1-34/+1
2018-10-19nvme-rdma: always have a valid trsvcidSagi Grimberg1-24/+14
2018-10-17nvmet-rdma: check for timeout in nvme_rdma_wait_for_cm()Bart Van Assche1-1/+8
2018-08-16Merge branch 'linus/master' into rdma.git for-nextJason Gunthorpe1-123/+111
2018-08-16Merge tag 'v4.18' into rdma.git for-nextJason Gunthorpe1-37/+41
2018-08-14Merge tag 'for-4.19/block-20180812' of git://git.kernel.dk/linux-blockLinus Torvalds1-123/+111
2018-07-24nvme-rdma: Simplify ib_post_(send|recv|srq_recv)() callsBart Van Assche1-6/+5
2018-07-24nvme-rdma: centralize admin/io queue teardown sequenceSagi Grimberg1-37/+29
2018-07-24nvme-rdma: centralize controller setup sequenceSagi Grimberg1-77/+53
2018-07-24nvme-rdma: unquiesce queues when deleting the controllerSagi Grimberg1-0/+2
2018-07-24nvme-rdma: mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2018-07-24nvme: if_ready checks to fail io to deleting controllerJames Smart1-1/+1
2018-07-23nvme: cache struct nvme_ctrl reference to struct nvme_requestSagi Grimberg1-0/+1
2018-07-23nvme-rdma: support up to 4 segments of inline dataSteve Wise1-11/+27
2018-06-28nvme-rdma: fix possible double free of controller async event bufferSagi Grimberg1-2/+5
2018-06-20nvme-rdma: don't override opts->queue_sizeSagi Grimberg1-11/+10
2018-06-20nvme-rdma: Fix command completion race at error recoveryIsrael Rukshin1-2/+6
2018-06-20nvme-rdma: fix possible free of a non-allocated async event bufferSagi Grimberg1-13/+11
2018-06-20nvme-rdma: fix possible double free condition when failing to create a contro...Sagi Grimberg1-10/+10
2018-06-15nvme-fabrics: refactor queue ready checkChristoph Hellwig1-4/+3
2018-06-11nvme-rdma: fix error flow during mapping request dataMax Gurtovoy1-7/+24
2018-06-08nvme-rdma: correctly check for target keyed sgl supportSteve Wise1-2/+3
2018-05-29Merge branch 'nvme-4.18-2' of git://git.infradead.org/nvme into for-4.18/blockJens Axboe1-4/+6
2018-05-29nvme: return BLK_EH_DONE from ->timeoutChristoph Hellwig1-1/+1
2018-05-25nvme-rdma: stop admin queue before freeing itJianchao Wang1-4/+6
2018-04-12nvme: expand nvmf_check_if_ready checksJames Smart1-12/+2
2018-03-26nvme: Add .stop_ctrl to nvme ctrl opsNitzan Carmi1-3/+9
2018-03-26nvme-rdma: Allow DELETING state change failure in error_recoveryNitzan Carmi1-2/+2
2018-03-26nvme-rdma: Don't flush delete_wq by default during remove_oneMax Gurtovoy1-0/+14
2018-03-26nvme: centralize ctrl removal printsMax Gurtovoy1-4/+0
2018-02-28Merge branch 'for-jens' of git://git.infradead.org/nvme into for-linusJens Axboe1-2/+2
2018-02-22nvme-rdma: use blk_rq_payload_bytes instead of blk_rq_bytesChristoph Hellwig1-2/+2
2018-02-14nvme-rdma: fix sysfs invoked reset_ctrl error flowNitzan Carmi1-5/+2
2018-02-08nvme-rdma: use NVME_CTRL_CONNECTING state to mark init processMax Gurtovoy1-0/+3
2018-02-08nvme: rename NVME_CTRL_RECONNECTING state to NVME_CTRL_CONNECTINGMax Gurtovoy1-3/+3
2018-01-29Merge branch 'for-4.16/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-4/+2
2018-01-25nvme-rdma: remove redundant boolean for inline_dataMax Gurtovoy1-3/+0
2018-01-15nvme: host delete_work and reset_work on separate workqueuesRoy Shterman1-1/+1
2018-01-08nvme-fabrics: protect against module unload during create_ctrlRoy Shterman1-0/+1
2017-12-29nvme-rdma: fix concurrent reset and reconnectSagi Grimberg1-1/+13