summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host/rdma.c
Commit message (Expand)AuthorAgeFilesLines
* nvme-fabrics: refactor queue ready checkChristoph Hellwig2018-06-151-4/+3
* nvme-rdma: fix error flow during mapping request dataMax Gurtovoy2018-06-111-7/+24
* nvme-rdma: correctly check for target keyed sgl supportSteve Wise2018-06-081-2/+3
* Merge branch 'nvme-4.18-2' of git://git.infradead.org/nvme into for-4.18/blockJens Axboe2018-05-291-4/+6
|\
| * nvme-rdma: stop admin queue before freeing itJianchao Wang2018-05-251-4/+6
* | nvme: return BLK_EH_DONE from ->timeoutChristoph Hellwig2018-05-291-1/+1
|/
* nvme: expand nvmf_check_if_ready checksJames Smart2018-04-121-12/+2
* nvme: Add .stop_ctrl to nvme ctrl opsNitzan Carmi2018-03-261-3/+9
* nvme-rdma: Allow DELETING state change failure in error_recoveryNitzan Carmi2018-03-261-2/+2
* nvme-rdma: Don't flush delete_wq by default during remove_oneMax Gurtovoy2018-03-261-0/+14
* nvme: centralize ctrl removal printsMax Gurtovoy2018-03-261-4/+0
* Merge branch 'for-jens' of git://git.infradead.org/nvme into for-linusJens Axboe2018-02-281-2/+2
|\
| * nvme-rdma: use blk_rq_payload_bytes instead of blk_rq_bytesChristoph Hellwig2018-02-221-2/+2
* | nvme-rdma: fix sysfs invoked reset_ctrl error flowNitzan Carmi2018-02-141-5/+2
* | nvme-rdma: use NVME_CTRL_CONNECTING state to mark init processMax Gurtovoy2018-02-081-0/+3
* | nvme: rename NVME_CTRL_RECONNECTING state to NVME_CTRL_CONNECTINGMax Gurtovoy2018-02-081-3/+3
|/
* Merge branch 'for-4.16/block' of git://git.kernel.dk/linux-blockLinus Torvalds2018-01-291-4/+2
|\
| * nvme-rdma: remove redundant boolean for inline_dataMax Gurtovoy2018-01-251-3/+0
| * nvme: host delete_work and reset_work on separate workqueuesRoy Shterman2018-01-151-1/+1
| * nvme-fabrics: protect against module unload during create_ctrlRoy Shterman2018-01-081-0/+1
* | nvme-rdma: fix concurrent reset and reconnectSagi Grimberg2017-12-291-1/+13
|/
* nvme-rdma: fix memory leak during queue allocationMax Gurtovoy2017-11-281-3/+18
* nvme-rdma: Use mr poolIsrael Rukshin2017-11-261-58/+37
* nvme-rdma: Check remotely invalidated rkey matches our expected rkeySagi Grimberg2017-11-261-2/+7
* nvme-rdma: wait for local invalidation before completing a requestSagi Grimberg2017-11-261-15/+24
* nvme-rdma: don't complete requests before a send work request has completedSagi Grimberg2017-11-261-4/+24
* nvme-rdma: don't suppress send completionsSagi Grimberg2017-11-261-40/+14
* nvme-fabrics: introduce init command check for a queue that is not aliveSagi Grimberg2017-11-201-26/+6
* Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-11-141-105/+141
|\
| * nvme: remove handling of multiple AEN requestsKeith Busch2017-11-101-4/+1
| * nvme: centralize AEN definesKeith Busch2017-11-101-11/+3
| * nvme-rdma: fix nvme_rdma_create_queue_ib error flowMax Gurtovoy2017-11-101-1/+1
| * nvme-rdma: reuse nvme_delete_ctrl when reconnect attempts expireSagi Grimberg2017-11-011-1/+1
| * nvme: consolidate common code from ->reset_workChristoph Hellwig2017-11-011-4/+0
| * nvme-rdma: remove nvme_rdma_remove_ctrlChristoph Hellwig2017-11-011-10/+8
| * nvme: move controller deletion to common codeChristoph Hellwig2017-11-011-39/+6
| * nvme-rdma: add support for duplicate_connect optionJames Smart2017-10-271-0/+82
| * nvme: switch controller refcounting to use struct deviceChristoph Hellwig2017-10-271-3/+2
| * nvme-rdma: Add debug message when reaches timeoutNitzan Carmi2017-10-231-0/+4
| * nvme-rdma: align nvme_rdma_device structureMax Gurtovoy2017-10-231-2/+2
| * nvme-rdma: Add BLK_MQ_F_NO_SCHED flag to admin tag setIsrael Rukshin2017-10-191-0/+1
| * nvme-rdma: stop controller reset if the controller is deletingSagi Grimberg2017-10-181-1/+5
| * nvme-rdma: change queue flag semantics DELETING -> ALLOCATEDSagi Grimberg2017-10-181-4/+4
| * nvme-rdma: Don't local invalidate if the queue is not liveSagi Grimberg2017-10-181-1/+1
| * nvme-rdma: teardown admin/io queues once on error recoverySagi Grimberg2017-10-181-15/+12
| * nvme-rdma: Check that reinit_request got a proper mrSagi Grimberg2017-10-181-0/+3
| * nvme-rdma: move assignment to declarationSagi Grimberg2017-10-181-4/+2
| * nvme-rdma: fix wrong logging messageSagi Grimberg2017-10-181-1/+1
| * nvme-rdma: pass tagset to directly nvme_rdma_free_tagsetSagi Grimberg2017-10-181-7/+6
| * nvme: introduce nvme_reinit_tagsetSagi Grimberg2017-10-181-4/+3
OpenPOWER on IntegriCloud