summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host/rdma.c
Commit message (Expand)AuthorAgeFilesLines
* nvme-rdma: fix timeout handlerSagi Grimberg2019-03-051-8/+18
* nvme-rdma: fix double freeing of async event dataPrabhath Sajeepa2018-12-171-0/+2
* Merge branch 'linus/master' into rdma.git for-nextJason Gunthorpe2018-08-161-123/+111Star
|\
| * Merge tag 'for-4.19/block-20180812' of git://git.kernel.dk/linux-blockLinus Torvalds2018-08-141-123/+111Star
| |\
| | * nvme-rdma: centralize admin/io queue teardown sequenceSagi Grimberg2018-07-241-37/+29Star
| | * nvme-rdma: centralize controller setup sequenceSagi Grimberg2018-07-241-77/+53Star
| | * nvme-rdma: unquiesce queues when deleting the controllerSagi Grimberg2018-07-241-0/+2
| | * nvme-rdma: mark expected switch fall-throughGustavo A. R. Silva2018-07-241-0/+1
| | * nvme: cache struct nvme_ctrl reference to struct nvme_requestSagi Grimberg2018-07-231-0/+1
| | * nvme-rdma: support up to 4 segments of inline dataSteve Wise2018-07-231-11/+27
* | | Merge tag 'v4.18' into rdma.git for-nextJason Gunthorpe2018-08-161-37/+41
|\| |
| * | nvme: if_ready checks to fail io to deleting controllerJames Smart2018-07-241-1/+1
| |/
| * nvme-rdma: fix possible double free of controller async event bufferSagi Grimberg2018-06-281-2/+5
| * nvme-rdma: don't override opts->queue_sizeSagi Grimberg2018-06-201-11/+10Star
| * nvme-rdma: Fix command completion race at error recoveryIsrael Rukshin2018-06-201-2/+6
| * nvme-rdma: fix possible free of a non-allocated async event bufferSagi Grimberg2018-06-201-13/+11Star
| * nvme-rdma: fix possible double free condition when failing to create a contro...Sagi Grimberg2018-06-201-10/+10
* | nvme-rdma: Simplify ib_post_(send|recv|srq_recv)() callsBart Van Assche2018-07-251-6/+5Star
|/
* nvme-fabrics: refactor queue ready checkChristoph Hellwig2018-06-151-4/+3Star
* 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/+2Star
* 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/+0Star
* 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/+2Star
* | 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/+2Star
|\
| * nvme-rdma: remove redundant boolean for inline_dataMax Gurtovoy2018-01-251-3/+0Star
| * 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/+37Star
* 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/+14Star
* nvme-fabrics: introduce init command check for a queue that is not aliveSagi Grimberg2017-11-201-26/+6Star
* Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-11-151-105/+141
|\
| * nvme: remove handling of multiple AEN requestsKeith Busch2017-11-111-4/+1Star
| * nvme: centralize AEN definesKeith Busch2017-11-111-11/+3Star
| * nvme-rdma: fix nvme_rdma_create_queue_ib error flowMax Gurtovoy2017-11-111-1/+1