aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp/iser (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-10-09IB/iser: Nit - add space after __func__ in iser loggingSagi Grimberg1-8/+8
2014-10-09IB/iser: Change iscsi_conn_stop log level to infoAriel Nahum1-1/+1
2014-10-09IB/iser: Suppress scsi command send completionsSagi Grimberg3-7/+16
2014-10-09IB/iser: Optimize completion pollingSagi Grimberg2-5/+11
2014-10-09IB/iser: Use beacon to indicate all completions were consumedSagi Grimberg3-22/+23
2014-10-09IB/iser: Use single CQ for RX and TXSagi Grimberg3-125/+114
2014-10-09IB/iser: Use internal polling budget to avoid possible live-lockSagi Grimberg1-0/+4
2014-10-09IB/iser: Centralize iser completion contextsSagi Grimberg2-87/+84
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: Protect tasks cleanup in case IB device was already releasedSagi Grimberg1-1/+7
2014-10-09IB/iser: Unbind at conn_stop stageAriel Nahum1-0/+7
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 Grimberg2-61/+108
2014-10-09IB/iser: Extend iser_free_ib_conn_res()Sagi Grimberg1-28/+30
2014-10-09IB/iser: Remove unused variables and dead codeRoi Dayan1-4/+0
2014-10-09IB/iser: Re-introduce ib_connSagi Grimberg5-204/+245
2014-10-09IB/iser: Rename ib_conn -> iser_connSagi Grimberg5-392/+403
2014-09-22IB/iser: Bump version to 1.4.1Or Gerlitz1-1/+1
2014-09-22IB/iser: Allow bind only when connection state is UPSagi Grimberg1-5/+14
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 Nahum3-23/+22
2014-08-01IB/iser: Protect iser state machine with a mutexAriel Nahum3-14/+65
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 Nahum2-4/+14
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 Dayan3-15/+9
2014-06-12Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds1-24/+10
2014-06-11libiscsi, iser: Adjust data_length to include protection informationSagi Grimberg1-24/+10
2014-05-26IB/iser: Bump version to 1.4Or Gerlitz1-1/+1
2014-05-26IB/iser: Add missing newlines to logging messagesRoi Dayan1-4/+4
2014-05-26IB/iser: Fix a possible race in iser connection states transitionAriel Nahum1-2/+2
2014-05-26IB/iser: Simplify connection managementAriel Nahum3-91/+99
2014-04-01IB/iser: Bump driver version to 1.3Or Gerlitz1-1/+1
2014-04-01IB/iser: Update Mellanox copyright noteOr Gerlitz5-5/+5
2014-04-01IB/iser: Print QP information once connection is establishedOr Gerlitz1-2/+7
2014-04-01IB/iser: Remove struct iscsi_iser_connAriel Nahum5-79/+59
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: Publish T10-PI support to SCSI midlayerSagi Grimberg1-1/+22
2014-03-17IB/iser: Implement check_protectionSagi Grimberg3-0/+62
2014-03-17IB/iser: Support T10-PI operationsSagi Grimberg4-27/+304
2014-03-17IB/iser: Initialize T10-PI resourcesAlex Tabachnik2-8/+90
2014-03-17IB/iser: Introduce pi_enable, pi_guard module parametersAlex Tabachnik3-0/+24
2014-03-17IB/iser: Generalize fall_to_bounce_buf routineSagi Grimberg1-24/+29
2014-03-17IB/iser: Generalize iser_unmap_task_data and finalize_rdma_unaligned_sgSagi Grimberg3-38/+48
2014-03-17IB/iser: Replace fastreg descriptor valid bool with indicators containerSagi Grimberg3-5/+9
2014-03-17IB/iser: Keep IB device attributes under iser_deviceSagi Grimberg2-12/+7