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