aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp/srp/ib_srp.c
Commit message (Expand)AuthorAgeFilesLines
* IB/srp: Avoid having aborted requests hangBart Van Assche2012-10-071-0/+1
* IB/srp: Fix use-after-free in srp_reset_req()Bart Van Assche2012-10-071-1/+1
* IB/srp: Fix a race conditionBart Van Assche2012-08-261-24/+63
* IB/srp: Avoid duplicate devices from LUN scanBart Van Assche2011-08-041-0/+2
* IB/srp: Fix integer -> pointer cast warningsRoland Dreier2011-05-231-2/+2
* IB/srp: try to use larger FMR sizes to cover our mappingsDavid Dillow2011-03-151-12/+19
* IB/srp: add support for indirect tables that don't fit in SRP_CMDDavid Dillow2011-03-151-12/+105
* IB/srp: rework mapping engine to use multiple FMR entriesDavid Dillow2011-03-151-125/+242
* IB/srp: allow sg_tablesize to be set for each targetDavid Dillow2011-03-151-24/+57
* IB/srp: move IB CM setup completion into its own functionDavid Dillow2011-03-151-71/+73
* IB/srp: always avoid non-zero offsets into an FMRDavid Dillow2011-03-151-16/+1
*-. Merge branches 'misc', 'mlx4', 'mthca', 'nes' and 'srp' into for-nextRoland Dreier2011-01-161-8/+7
|\ \
| | * IB/srp: Test only once whether iu allocation succeededBart Van Assche2011-01-131-8/+7
| |/
* | RDMA: Update workqueue usageTejun Heo2011-01-161-2/+2
|/
* IB/srp: consolidate hot-path variables into cache linesDavid Dillow2011-01-101-5/+7
* IB/srp: stop sharing the host lock with SCSIBart Van Assche2011-01-101-23/+23
* IB/srp: reduce lock coverage of command completionBart Van Assche2011-01-101-23/+14
* IB/srp: reduce local coverage for command submission and EHBart Van Assche2011-01-101-57/+67
* IB/srp: don't move active requests to their own listBart Van Assche2011-01-101-10/+13
* IB/srp: allow lockless work postingBart Van Assche2011-01-051-39/+26
* IB/srp: consolidate state change codeBart Van Assche2011-01-051-21/+24
* IB/srp: allow task management without a previous requestDavid Dillow2011-01-051-58/+32
* SCSI host lock push-downJeff Garzik2010-11-161-1/+3
* IB/srp: Sync buffer before posting sendDavid Dillow2010-10-241-0/+5
* IB/srp: Use list_first_entry()Bart Van Assche2010-10-241-1/+1
* IB/srp: Reduce number of BUSY conditionsBart Van Assche2010-10-241-2/+7
* IB/srp: Eliminate two forward declarationsDavid Dillow2010-10-241-73/+69
* IB/srp: Implement SRP_CRED_REQ and SRP_AER_REQDavid Dillow2010-10-221-7/+98
* IB/srp: Preparation for transmit ring response allocationBart Van Assche2010-10-221-12/+15
* IB/srp: Export req_lim via sysfsBart Van Assche2010-08-041-0/+14
* IB/srp: Make receive buffer handling more robustBart Van Assche2010-08-041-45/+44
* IB/srp: Use print_hex_dump()Bart Van Assche2010-08-041-13/+2
* IB/srp: Clean up error path in srp_create_target_ib()Roland Dreier2010-03-011-13/+18
* IB/srp: Split send and recieve CQs to reduce number of interruptsBart Van Assche2010-03-011-21/+51
* infiniband: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2009-01-061-2/+1
* net: replace %p6 with %pI6Harvey Harrison2008-10-291-3/+3
* infiniband: use %p6 for printing message idsHarvey Harrison2008-10-281-27/+4
* vfs: Use const for kernel parser tableSteven Whitehouse2008-10-131-1/+1
* RDMA: Remove subversion $Id tagsRoland Dreier2008-07-141-2/+0
* IB/srp: Remove use of cached P_Key/GID queriesRoland Dreier2008-07-141-8/+5
* SCSI: convert struct class_device to struct deviceTony Jones2008-04-191-61/+71
* IB: rename "dev" to "srp_dev" in srp_host structureGreg Kroah-Hartman2008-04-191-23/+26
* IB/srp: Enforce protocol limit on srp_sg_tablesizeDavid Dillow2008-04-161-1/+6
* IB/srp: Retry stale connectionsDavid Dillow2008-02-041-12/+41
* [SCSI] remove use_sg_chainingJames Bottomley2008-01-301-1/+0
* IB/srp: Add identifying information to log messagesDavid Dillow2008-01-251-46/+71
* IB/srp: Enable SG list chainingDavid Dillow2008-01-251-0/+1
* IB/srp: Respect target credit limitDavid Dillow2008-01-251-4/+9
* IB/srp: Release transport before removing hostDave Dillow2008-01-081-1/+1
* IB/srp: Fix list corruption/oops on module reloadDavid Dillow2008-01-031-0/+1