aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp/srp (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-07-11IB/srp: Let srp_abort() return FAST_IO_FAIL if TL offlineBart Van Assche1-2/+1
2013-07-01IB/srp: Bump driver version and release dateVu Pham1-2/+2
2013-07-01IB/srp: Make HCA completion vector configurableBart Van Assche2-2/+25
2013-07-01IB/srp: Maintain a single connection per I_T nexusBart Van Assche1-2/+42
2013-07-01IB/srp: Fail I/O fast if target offlineBart Van Assche1-0/+2
2013-06-27IB/srp: Skip host settle delayBart Van Assche1-0/+1
2013-06-27IB/srp: Avoid skipping srp_reset_host() after a transport errorBart Van Assche1-3/+8
2013-06-27IB/srp: Fix remove_one crash due to resource exhaustionDotan Barak1-0/+2
2013-02-25IB/srp: Fail I/O requests if the transport is offlineBart Van Assche2-0/+8
2013-02-25IB/srp: Avoid endless SCSI error handling loopBart Van Assche1-14/+15
2013-02-25IB/srp: Avoid sending a task management function needlesslyBart Van Assche1-2/+3
2013-02-25IB/srp: Track connection state properlyBart Van Assche1-1/+0
2012-11-30IB/srp: Allow SRP disconnect through sysfsBart Van Assche1-0/+10
2012-11-30IB/srp: send disconnect request without waiting for CM timewait exitVu Pham1-4/+0
2012-11-30IB/srp: destroy and recreate QP and CQs when reconnectingIshai Rabinovitz1-31/+35
2012-11-30IB/srp: Eliminate state SRP_TARGET_DEADBart Van Assche2-56/+32
2012-11-30IB/srp: Introduce the helper function srp_remove_target()Bart Van Assche1-7/+12
2012-11-30IB/srp: Suppress superfluous error messagesBart Van Assche2-8/+31
2012-11-30IB/srp: Process all error completionsBart Van Assche1-4/+6
2012-11-30IB/srp: Introduce srp_handle_qp_err()Bart Van Assche2-18/+21
2012-11-30IB/srp: Simplify SCSI error handlingBart Van Assche1-4/+0
2012-11-30IB/srp: Keep processing commands during host removalBart Van Assche1-7/+0
2012-11-30IB/srp: Eliminate state SRP_TARGET_CONNECTINGBart Van Assche2-12/+14
2012-11-30IB/srp: Increase block layer timeoutBart Van Assche2-0/+47
2012-09-30IB/srp: Avoid having aborted requests hangBart Van Assche1-0/+1
2012-09-30IB/srp: Fix use-after-free in srp_reset_req()Bart Van Assche1-1/+1
2012-08-15IB/srp: Fix a race conditionBart Van Assche1-24/+63
2012-02-27IB/srp: Consolidate repetitive sysfs codeBart Van Assche1-32/+17
2012-02-27IB/srp: Use pr_fmt() and pr_err()/pr_warn()Bart Van Assche1-25/+29
2011-07-26atomic: use <linux/atomic.h>Arun Sharma1-1/+1
2011-07-13IB/srp: Avoid duplicate devices from LUN scanBart Van Assche1-0/+2
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