summaryrefslogtreecommitdiff
path: root/drivers/infiniband/ulp/srp/ib_srp.c
AgeCommit message (Expand)Author
2007-10-12[SCSI] ib_srp: convert to use the srp transport classFUJITA Tomonori
2007-10-09IB/srp: Add QoS support through service IDSean Hefty
2007-08-03IB/srp: Add OUI for new Cisco targetsRaghava Kondapalli
2007-08-03IB/srp: Wrap OUI checking for workarounds in helper functionsRoland Dreier
2007-06-07[SCSI] ib_srp: convert to use the data buffer accessorsFUJITA Tomonori
2007-05-06IB: Add CQ comp_vector supportMichael S. Tsirkin
2007-05-06IB/srp: Set proc_nameRoland Dreier
2007-05-06IB/srp: Add orig_dgid sysfs attribute to scsi_hostIshai Rabinovitz
2007-02-04IB/srp: Don't wait for response when QP is in error state.Ishai Rabinovitz
2007-01-22IB/srp: Check match_strdup() returnIshai Rabinovitz
2006-12-15IB/srp: Fix FMR mapping for 32-bit kernels and addresses above 4GRoland Dreier
2006-12-12IB/srp: Use new verbs IB DMA mapping functionsRalph Campbell
2006-12-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells
2006-11-29IB/srp: Fix memory leak on reconnectVu Pham
2006-11-29IB/srp: Increase supported CDB sizeArne Redlich
2006-11-22WorkStruct: make allyesconfigDavid Howells
2006-10-10IB/srp: Enable multiple connections to the same targetIshai Rabinovitz
2006-10-10IB/srp: Remove redundant memset()Ishai Rabinovitz
2006-09-22IB/sa: Require SA registrationMichael S. Tsirkin
2006-09-22RDMA: iWARP Core Changes.Tom Tucker
2006-09-22IB: Whitespace fixesRoland Dreier
2006-09-22IB/srp: Add port/device attributesIshai Rabinovitz
2006-09-14IB/srp: Don't schedule reconnect from srpIshai Rabinovitz
2006-08-03IB/srp: Work around data corruption bug on Mellanox targetsIshai Rabinovitz
2006-08-03IB/srp: Fix crash in srp_reconnect_targetIshai Rabinovitz
2006-07-14[PATCH] fmr pool: remove unnecessary pointer dereferenceMichael S. Tsirkin
2006-07-14[PATCH] srp: fix fmr error handlingVu Pham
2006-06-17IB/srp: Factor out common request reset codeIshai Rabinovitz
2006-06-17IB/srp: Support SRP rev. 10 targetsRamachandra K
2006-06-17IB/srp: Get rid of "Target has req_lim 0" messagesRoland Dreier
2006-06-17IB/srp: Handle DREQ events from CMIshai Rabinovitz
2006-06-17IB/srp: Allow sg_tablesize to be adjustedVu Pham
2006-06-17IB/srp: Allow cmd_per_lun to be set per target portVu Pham
2006-06-17IB/srp: Clean up loop in srp_remove_one()Ishai Rabinovitz
2006-06-17IB/srp: Change target_mutex to a spinlockMatthew Wilcox
2006-06-17IB/srp: Get rid of unneeded use of list_for_each_entry_safe()Matthew Wilcox
2006-06-17IB/srp: Use SCAN_WILD_CARD from SCSI headersMatthew Wilcox
2006-06-17IB/srp: Use FMRs to map gather/scatter listsRoland Dreier
2006-05-17IB/srp: Complete correct SCSI commands on device resetIshai Rabinovitz
2006-05-17IB/srp: Get rid of extra scsi_host_put()s if reconnection failsRoland Dreier
2006-05-17IB/srp: Don't wait for disconnection if sending DREQ failsRoland Dreier
2006-05-09IB/srp: Fix tracking of pending requests during error handlingRoland Dreier
2006-04-19IB/srp: Remove request from list when SCSI abort succeedsRoland Dreier
2006-04-03IB/srp: Fix memory leak in options parsingRoland Dreier
2006-03-29IB/srp: Fix unmapping of fake scatterlistRoland Dreier
2006-03-24IB/srp: Use a fake scatterlist for non-SG SCSI commandsRoland Dreier
2006-03-20IB/srp: Coverity fix to srp_parse_options()Roland Dreier
2006-03-20IB/srp: Add SCSI host attributes to show target portRoland Dreier
2006-03-03IB/srp: Don't send task management commands after target removalRoland Dreier
2006-01-30IB/srp: Semaphore to mutex conversionIngo Molnar