aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp/srp (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-11-29IB/srp: Fix memory leak on reconnectVu Pham1-3/+5
2006-11-29IB/srp: Increase supported CDB sizeArne Redlich1-1/+2
2006-10-10IB/srp: Enable multiple connections to the same targetIshai Rabinovitz2-10/+18
2006-10-10IB/srp: Remove redundant memset()Ishai Rabinovitz1-1/+0
2006-09-22IB/sa: Require SA registrationMichael S. Tsirkin1-1/+8
2006-09-22RDMA: iWARP Core Changes.Tom Tucker1-1/+1
2006-09-22IB: Whitespace fixesRoland Dreier1-1/+1
2006-09-22IB/srp: Add port/device attributesIshai Rabinovitz1-6/+24
2006-09-14IB/srp: Don't schedule reconnect from srpIshai Rabinovitz1-14/+0
2006-08-03IB/srp: Work around data corruption bug on Mellanox targetsIshai Rabinovitz1-2/+15
2006-08-03IB/srp: Fix crash in srp_reconnect_targetIshai Rabinovitz1-0/+2
2006-07-14[PATCH] fmr pool: remove unnecessary pointer dereferenceMichael S. Tsirkin1-1/+1
2006-07-14[PATCH] srp: fix fmr error handlingVu Pham1-0/+1
2006-06-17IB/srp: Factor out common request reset codeIshai Rabinovitz1-22/+18
2006-06-17IB/srp: Support SRP rev. 10 targetsRamachandra K2-3/+42
2006-06-17IB/srp: Get rid of "Target has req_lim 0" messagesRoland Dreier2-6/+17
2006-06-17IB/srp: Handle DREQ events from CMIshai Rabinovitz1-5/+9
2006-06-17IB/srp: Allow sg_tablesize to be adjustedVu Pham2-9/+17
2006-06-17IB/srp: Allow cmd_per_lun to be set per target portVu Pham1-7/+17
2006-06-17IB/srp: Clean up loop in srp_remove_one()Ishai Rabinovitz1-5/+3
2006-06-17IB/srp: Change target_mutex to a spinlockMatthew Wilcox2-8/+8
2006-06-17IB/srp: Get rid of unneeded use of list_for_each_entry_safe()Matthew Wilcox1-2/+1
2006-06-17IB/srp: Use SCAN_WILD_CARD from SCSI headersMatthew Wilcox1-2/+1
2006-06-17IB/srp: Use FMRs to map gather/scatter listsRoland Dreier2-87/+228
2006-05-17IB/srp: Complete correct SCSI commands on device resetIshai Rabinovitz1-1/+1
2006-05-17IB/srp: Get rid of extra scsi_host_put()s if reconnection failsRoland Dreier1-3/+0
2006-05-17IB/srp: Don't wait for disconnection if sending DREQ failsRoland Dreier1-1/+4
2006-05-09IB/srp: Fix tracking of pending requests during error handlingRoland Dreier2-84/+115
2006-04-19IB/srp: Remove request from list when SCSI abort succeedsRoland Dreier1-7/+11
2006-04-03IB/srp: Fix memory leak in options parsingRoland Dreier1-0/+1
2006-03-29IB/srp: Fix unmapping of fake scatterlistRoland Dreier1-2/+2
2006-03-24IB/srp: Use a fake scatterlist for non-SG SCSI commandsRoland Dreier2-77/+75
2006-03-20IB/srp: Coverity fix to srp_parse_options()Roland Dreier1-0/+1
2006-03-20IB/srp: Add SCSI host attributes to show target portRoland Dreier1-1/+83
2006-03-03IB/srp: Don't send task management commands after target removalRoland Dreier1-0/+6
2006-01-30IB/srp: Semaphore to mutex conversionIngo Molnar2-10/+9
2006-01-10IB: Add node_guid to struct ib_deviceSean Hefty1-19/+4
2006-01-08[PATCH] fix more missing includesTim Schmielau1-0/+1
2005-11-15[IB] srp: don't post receive if no send buf availableRoland Dreier1-6/+9
2005-11-11[IB] srp: increase max_lunsRoland Dreier2-0/+3
2005-11-09[PATCH] changing CONFIG_LOCALVERSION rebuilds too much, for no good reasonOlaf Hering1-1/+0
2005-11-02IB: Add SCSI RDMA Protocol (SRP) initiatorRoland Dreier4-0/+1862