aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp/srp (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-05-23IB/srp: Fix integer -> pointer cast warningsRoland Dreier1-2/+2
2011-03-15IB/srp: try to use larger FMR sizes to cover our mappingsDavid Dillow2-13/+21
2011-03-15IB/srp: add support for indirect tables that don't fit in SRP_CMDDavid Dillow2-12/+110
2011-03-15IB/srp: rework mapping engine to use multiple FMR entriesDavid Dillow2-129/+266
2011-03-15IB/srp: allow sg_tablesize to be set for each targetDavid Dillow2-24/+59
2011-03-15IB/srp: move IB CM setup completion into its own functionDavid Dillow1-71/+73
2011-03-15IB/srp: always avoid non-zero offsets into an FMRDavid Dillow1-16/+1
2011-01-16Merge branches 'misc', 'mlx4', 'mthca', 'nes' and 'srp' into for-nextRoland Dreier1-8/+7
2011-01-16RDMA: Update workqueue usageTejun Heo1-2/+2
2011-01-13IB/srp: Test only once whether iu allocation succeededBart Van Assche1-8/+7
2011-01-10IB/srp: consolidate hot-path variables into cache linesDavid Dillow2-17/+26
2011-01-10IB/srp: stop sharing the host lock with SCSIBart Van Assche2-23/+25
2011-01-10IB/srp: reduce lock coverage of command completionBart Van Assche1-23/+14
2011-01-10IB/srp: reduce local coverage for command submission and EHBart Van Assche2-58/+67
2011-01-10IB/srp: don't move active requests to their own listBart Van Assche2-11/+13
2011-01-05IB/srp: allow lockless work postingBart Van Assche2-44/+28
2011-01-05IB/srp: consolidate state change codeBart Van Assche1-21/+24
2011-01-05IB/srp: allow task management without a previous requestDavid Dillow2-63/+37
2010-11-16SCSI host lock push-downJeff Garzik1-1/+3
2010-10-24IB/srp: Sync buffer before posting sendDavid Dillow1-0/+5
2010-10-24IB/srp: Use list_first_entry()Bart Van Assche1-1/+1
2010-10-24IB/srp: Reduce number of BUSY conditionsBart Van Assche1-2/+7
2010-10-24IB/srp: Eliminate two forward declarationsDavid Dillow1-73/+69
2010-10-22IB/srp: Implement SRP_CRED_REQ and SRP_AER_REQDavid Dillow2-10/+103
2010-10-22IB/srp: Preparation for transmit ring response allocationBart Van Assche2-15/+25
2010-08-04IB/srp: Export req_lim via sysfsBart Van Assche1-0/+14
2010-08-04IB/srp: Make receive buffer handling more robustBart Van Assche1-45/+44
2010-08-04IB/srp: Use print_hex_dump()Bart Van Assche1-13/+2
2010-03-01IB/srp: Clean up error path in srp_create_target_ib()Roland Dreier1-13/+18
2010-03-01IB/srp: Split send and recieve CQs to reduce number of interruptsBart Van Assche2-25/+53
2009-01-06infiniband: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-2/+1
2008-10-29net: replace %p6 with %pI6Harvey Harrison1-3/+3
2008-10-28infiniband: use %p6 for printing message idsHarvey Harrison1-27/+4
2008-10-13vfs: Use const for kernel parser tableSteven Whitehouse1-1/+1
2008-07-14RDMA: Remove subversion $Id tagsRoland Dreier2-4/+0
2008-07-14IB/srp: Remove use of cached P_Key/GID queriesRoland Dreier1-8/+5
2008-04-19SCSI: convert struct class_device to struct deviceTony Jones2-62/+72
2008-04-19IB: rename "dev" to "srp_dev" in srp_host structureGreg Kroah-Hartman2-24/+27
2008-04-16IB/srp: Enforce protocol limit on srp_sg_tablesizeDavid Dillow1-1/+6
2008-02-04IB/srp: Retry stale connectionsDavid Dillow2-12/+42
2008-01-30[SCSI] remove use_sg_chainingJames Bottomley1-1/+0
2008-01-25IB/srp: Add identifying information to log messagesDavid Dillow1-46/+71
2008-01-25IB/srp: Enable SG list chainingDavid Dillow1-0/+1
2008-01-25IB/srp: Respect target credit limitDavid Dillow2-4/+14
2008-01-08IB/srp: Release transport before removing hostDave Dillow1-1/+1
2008-01-03IB/srp: Fix list corruption/oops on module reloadDavid Dillow1-0/+1
2007-10-15Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2-0/+29
2007-10-12[SCSI] transport_srp: add rport roles attributeFUJITA Tomonori1-0/+1
2007-10-12[SCSI] ib_srp: convert to use the srp transport classFUJITA Tomonori2-0/+28
2007-10-09IB/srp: Add QoS support through service IDSean Hefty1-0/+2