aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp/srp/ib_srp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-06-17IB/srp: Support SRP rev. 10 targetsRamachandra K1-3/+41
2006-06-17IB/srp: Get rid of "Target has req_lim 0" messagesRoland Dreier1-6/+15
2006-06-17IB/srp: Handle DREQ events from CMIshai Rabinovitz1-5/+9
2006-06-17IB/srp: Allow sg_tablesize to be adjustedVu Pham1-5/+16
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 Wilcox1-7/+7
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 Dreier1-82/+208
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 Dreier1-82/+113
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 Dreier1-76/+69
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 Molnar1-7/+7
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 Dreier1-0/+2
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 Dreier1-0/+1700