summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp/iser/iser_verbs.c
AgeCommit message (Expand)AuthorFilesLines
2014-10-09IB/iser: Suppress scsi command send completionsSagi Grimberg1-2/+3
2014-10-09IB/iser: Optimize completion pollingSagi Grimberg1-5/+7
2014-10-09IB/iser: Use beacon to indicate all completions were consumedSagi Grimberg1-14/+18
2014-10-09IB/iser: Use single CQ for RX and TXSagi Grimberg1-120/+107
2014-10-09IB/iser: Use internal polling budget to avoid possible live-lockSagi Grimberg1-0/+4
2014-10-09IB/iser: Centralize iser completion contextsSagi Grimberg1-74/+62
2014-10-09IB/iser: Use iser_warn instead of BUG_ON in iser_conn_releaseAriel Nahum1-1/+3
2014-10-09IB/iser: Signal iSCSI layer that transport is broken in error completionsSagi Grimberg1-4/+25
2014-10-09IB/iser: Don't bound release_work completions timeoutsSagi Grimberg1-9/+4
2014-10-09IB/iser: Fix DEVICE REMOVAL handling in the absence of iscsi daemonSagi Grimberg1-58/+105
2014-10-09IB/iser: Extend iser_free_ib_conn_res()Sagi Grimberg1-28/+30
2014-10-09IB/iser: Re-introduce ib_connSagi Grimberg1-110/+121
2014-10-09IB/iser: Rename ib_conn -> iser_connSagi Grimberg1-186/+189
2014-09-22IB/iser: Fix RX/TX CQ resource leak on error flowRoi Dayan1-10/+14
2014-08-01IB/iser: Clarify a duplicate counters checkRoi Dayan1-1/+4
2014-08-01IB/iser: Replace connection waitqueue with completion objectAriel Nahum1-15/+14
2014-08-01IB/iser: Protect iser state machine with a mutexAriel Nahum1-10/+53
2014-08-01IB/iser: Remove redundant return code in iser_free_ib_conn_res()Sagi Grimberg1-5/+2
2014-08-01IB/iser: Seperate iser_conn and iscsi_endpoint storage spaceAriel Nahum1-1/+1
2014-08-01IB/iser: Fix responder resources advertisementSagi Grimberg1-1/+3
2014-08-01IB/iser: Add TIMEWAIT_EXIT event handlingRoi Dayan1-0/+1
2014-08-01IB/iser: Support IPv6 address familyRoi Dayan1-11/+6
2014-05-26IB/iser: Fix a possible race in iser connection states transitionAriel Nahum1-2/+2
2014-05-26IB/iser: Simplify connection managementAriel Nahum1-48/+37
2014-04-01IB/iser: Update Mellanox copyright noteOr Gerlitz1-1/+1
2014-04-01IB/iser: Print QP information once connection is establishedOr Gerlitz1-2/+7
2014-04-01IB/iser: Remove struct iscsi_iser_connAriel Nahum1-5/+4
2014-04-01IB/iser: Drain the tx cq once before looping on the rx cqRoi Dayan1-3/+6
2014-04-01IB/iser: Fix sector_t format warningRandy Dunlap1-2/+3
2014-03-17IB/iser: Implement check_protectionSagi Grimberg1-0/+47
2014-03-17IB/iser: Initialize T10-PI resourcesAlex Tabachnik1-7/+70
2014-03-17IB/iser: Introduce pi_enable, pi_guard module parametersAlex Tabachnik1-0/+13
2014-03-17IB/iser: Replace fastreg descriptor valid bool with indicators containerSagi Grimberg1-1/+1
2014-03-17IB/iser: Keep IB device attributes under iser_deviceSagi Grimberg1-12/+6
2014-03-17IB/iser: Move fast_reg_descriptor initialization to a functionSagi Grimberg1-18/+40
2014-03-17IB/iser: Avoid FRWR notation, use fastreg insteadSagi Grimberg1-42/+42
2014-03-17IB/iser: Suppress completions for fast registration work requestsSagi Grimberg1-8/+6
2014-02-14IB/iser: Avoid dereferencing iscsi_iser conn object when not bound to iser co...Roi Dayan1-3/+7
2013-09-02IB/iser: Fix possible memory leak in iser_create_frwr_pool()Roi Dayan1-3/+7
2013-08-09IB/iser: Introduce fast memory registration model (FRWR)Sagi Grimberg1-8/+130
2013-08-09IB/iser: Place the fmr pool into a union in iser's IB conn structSagi Grimberg1-23/+24
2013-08-09IB/iser: Generalize rdma memory registrationSagi Grimberg1-1/+12
2013-08-09IB/iser: Accept session->cmds_max from user spaceShlomo Pongratz1-4/+4
2013-08-09IB/iser: Restructure allocation/deallocation of connection resourcesShlomo Pongratz1-68/+60
2013-06-04IB/iser: Add Mellanox copyrightOr Gerlitz1-0/+1
2013-06-04IB/iser: Fix device removal flowRoi Dayan1-7/+8
2013-05-01IB/iser: Add support for iser CM REQ additional infoOr Gerlitz1-0/+7
2013-05-01IB/iser: Move informational messages from error to info levelRoi Dayan1-14/+15
2013-02-22IB/iser: Enable iser when FMRs are not supportedOr Gerlitz1-2/+6
2012-10-03IB/iser: Add more RX CQs to scale out processing of SCSI responsesAlex Tabachnik1-41/+89