aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host/rdma.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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 controllerSagi 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
2017-11-28nvme-rdma: fix memory leak during queue allocationMax Gurtovoy1-3/+18
2017-11-26nvme-rdma: Use mr poolIsrael Rukshin1-58/+37
2017-11-26nvme-rdma: Check remotely invalidated rkey matches our expected rkeySagi Grimberg1-2/+7
2017-11-26nvme-rdma: wait for local invalidation before completing a requestSagi Grimberg1-15/+24
2017-11-26nvme-rdma: don't complete requests before a send work request has completedSagi Grimberg1-4/+24
2017-11-26nvme-rdma: don't suppress send completionsSagi Grimberg1-40/+14
2017-11-20nvme-fabrics: introduce init command check for a queue that is not aliveSagi Grimberg1-26/+6
2017-11-14Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-105/+141
2017-11-10nvme: remove handling of multiple AEN requestsKeith Busch1-4/+1
2017-11-10nvme: centralize AEN definesKeith Busch1-11/+3
2017-11-10nvme-rdma: fix nvme_rdma_create_queue_ib error flowMax Gurtovoy1-1/+1
2017-11-01nvme-rdma: reuse nvme_delete_ctrl when reconnect attempts expireSagi Grimberg1-1/+1
2017-11-01nvme: consolidate common code from ->reset_workChristoph Hellwig1-4/+0
2017-11-01nvme-rdma: remove nvme_rdma_remove_ctrlChristoph Hellwig1-10/+8
2017-11-01nvme: move controller deletion to common codeChristoph Hellwig1-39/+6
2017-10-27nvme-rdma: add support for duplicate_connect optionJames Smart1-0/+82
2017-10-27nvme: switch controller refcounting to use struct deviceChristoph Hellwig1-3/+2
2017-10-23nvme-rdma: Add debug message when reaches timeoutNitzan Carmi1-0/+4
2017-10-23nvme-rdma: align nvme_rdma_device structureMax Gurtovoy1-2/+2
2017-10-23nvme-rdma: fix possible hang when issuing commands during ctrl removalSagi Grimberg1-4/+7
2017-10-19nvme-rdma: Fix error status return in tagset allocation failureSagi Grimberg1-2/+6
2017-10-19nvme-rdma: Fix possible double free in reconnect flowSagi Grimberg1-2/+6
2017-10-19nvme-rdma: Add BLK_MQ_F_NO_SCHED flag to admin tag setIsrael Rukshin1-0/+1
2017-10-18nvme-rdma: stop controller reset if the controller is deletingSagi Grimberg1-1/+5
2017-10-18nvme-rdma: change queue flag semantics DELETING -> ALLOCATEDSagi Grimberg1-4/+4
2017-10-18nvme-rdma: Don't local invalidate if the queue is not liveSagi Grimberg1-1/+1