aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-12-15IPoIB: No longer use flush as a parameterDoug Ledford3-17/+16
2014-12-15IPoIB: Make ipoib_mcast_stop_thread flush the workqueueDoug Ledford3-15/+12
2014-12-15IPoIB: Use dedicated workqueues per interfaceDoug Ledford6-34/+58
2014-12-15IPoIB: change init sequence orderingDoug Ledford1-7/+17
2014-12-15IPoIB: fix mcast_dev_flush/mcast_restart_task raceDoug Ledford1-5/+32
2014-12-15IPoIB: fix MCAST_FLAG_BUSY usageDoug Ledford2-57/+101
2014-12-15IPoIB: Make the carrier_on_task race awareDoug Ledford1-6/+15
2014-12-15IPoIB: Consolidate rtnl_lock tasks in workqueueDoug Ledford1-6/+2
2014-12-12iser-target: Fix wc->wr_id cast warningNicholas Bellinger1-2/+1
2014-12-12iser-target: Remove code duplicationSagi Grimberg1-27/+20
2014-12-12iser-target: Adjust log levels and prettify some printsSagi Grimberg1-109/+108
2014-12-12iser-target: Use debug_level parameter to control logging levelSagi Grimberg2-178/+209
2014-12-12iser-target: Fix logout sequenceSagi Grimberg2-8/+17
2014-12-12iser-target: Don't wait for session commands from completion contextSagi Grimberg1-7/+10
2014-12-12iser-target: Reduce CQ lock contention by batch pollingSagi Grimberg2-5/+9
2014-12-12iser-target: Introduce isert_poll_budgetSagi Grimberg1-1/+7
2014-12-12iser-target: Remove an atomic operation from the IO pathSagi Grimberg2-63/+40
2014-12-12iser-target: Remove redundant call to isert_conn_terminateSagi Grimberg1-4/+0
2014-12-12iser-target: Use single CQ for TX and RXSagi Grimberg2-124/+83
2014-12-12iser-target: Centralize completion elements to a contextSagi Grimberg2-108/+114
2014-12-12iser-target: Cast wr_id with uintptr_t instead of unsinged longSagi Grimberg1-8/+8
2014-12-12iser-target: Unite error completion handler for RX and TXSagi Grimberg1-33/+28
2014-12-12iser-target: Remove interrupt coalescingSagi Grimberg2-116/+10
2014-12-12iser-target: Work-around live target stack shutdown resource cleanupSagi Grimberg1-0/+21
2014-12-12iscsi,iser-target: Expose supported protection ops according to t10_piSagi Grimberg2-3/+12
2014-12-12iser-target: Fix NULL dereference in SW mode DIFSagi Grimberg1-6/+13
2014-12-12iser-target: Allocate PI contexts dynamicallySagi Grimberg2-116/+158
2014-12-12iser-target: Fix implicit termination of connectionsSagi Grimberg2-8/+35
2014-12-12iser-target: Handle ADDR_CHANGE event for listener cm_idSagi Grimberg2-31/+77
2014-12-12iser-target: Fix connected_handler + teardown flow raceSagi Grimberg1-12/+19
2014-12-12iser-target: Parallelize CM connection establishmentSagi Grimberg2-24/+62
2014-12-12iser-target: Fix flush + disconnect completion handlingSagi Grimberg2-23/+31
2014-12-12iscsi,iser-target: Initiate termination only onceSagi Grimberg2-34/+51
2014-12-08Merge remote-tracking branch 'scsi-queue/drivers-for-3.19' into for-linusJames Bottomley3-434/+720
2014-12-08Merge remote-tracking branch 'scsi-queue/core-for-3.19' into for-linusJames Bottomley1-24/+2
2014-12-04scsi: remove MSG_*_TAG definesChristoph Hellwig1-5/+5
2014-12-04scsi: remove ->change_queue_type methodChristoph Hellwig1-1/+0
2014-11-24scsi: drop reason argument from ->change_queue_depthChristoph Hellwig2-6/+3
2014-11-24scsi: don't allow setting of queue_depth bigger than can_queueChristoph Hellwig1-7/+1
2014-11-24scsi: avoid ->change_queue_depth indirection for queue full trackingChristoph Hellwig2-12/+9
2014-11-19IB/isert: Adjust CQ size to HW limitsChris Moore1-2/+6
2014-11-12IB/srp: Fix a race condition triggered by destroying a queue pairBart Van Assche2-9/+52
2014-11-12IB/srp: Add multichannel supportBart Van Assche2-75/+216
2014-11-12IB/srp: Use block layer tagsBart Van Assche2-24/+27
2014-11-12IB/srp: Separate target and channel variablesBart Van Assche2-335/+403
2014-11-12IB/srp: Introduce two new srp_target_port member variablesBart Van Assche2-17/+26
2014-11-12IB/srp: Avoid that I/O hangs due to a cable pull during LUN scanningBart Van Assche2-9/+52
2014-11-12IB/srp: Remove stale connection retry mechanismBart Van Assche1-13/+3
2014-11-12IB/srp: Move ib_destroy_cm_id() call into srp_free_ch_ib()Bart Van Assche1-5/+6
2014-11-12scsi: don't set tagging state from scsi_adjust_queue_depthChristoph Hellwig1-1/+1