summaryrefslogtreecommitdiff
path: root/drivers/infiniband/ulp/srp/ib_srp.c
AgeCommit message (Expand)AuthorFilesLines
2014-09-17IB/srp: Fix deadlock between host removal and multipathdBart Van Assche1-10/+28
2014-07-07IB/srp: Fix a sporadic crash triggered by cable pullingBart Van Assche1-0/+6
2013-12-04IB/srp: Report receive errors correctlyBart Van Assche1-5/+4
2013-02-25IB/srp: Fail I/O requests if the transport is offlineBart Van Assche1-0/+7
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-12-01IB/srp: Allow SRP disconnect through sysfsBart Van Assche1-0/+10
2012-12-01IB/srp: send disconnect request without waiting for CM timewait exitVu Pham1-4/+0
2012-12-01IB/srp: destroy and recreate QP and CQs when reconnectingIshai Rabinovitz1-31/+35
2012-12-01IB/srp: Eliminate state SRP_TARGET_DEADBart Van Assche1-53/+30
2012-12-01IB/srp: Introduce the helper function srp_remove_target()Bart Van Assche1-7/+12
2012-12-01IB/srp: Suppress superfluous error messagesBart Van Assche1-8/+30
2012-12-01IB/srp: Process all error completionsBart Van Assche1-4/+6
2012-12-01IB/srp: Introduce srp_handle_qp_err()Bart Van Assche1-17/+20
2012-12-01IB/srp: Simplify SCSI error handlingBart Van Assche1-4/+0
2012-12-01IB/srp: Keep processing commands during host removalBart Van Assche1-7/+0
2012-12-01IB/srp: Eliminate state SRP_TARGET_CONNECTINGBart Van Assche1-11/+14
2012-12-01IB/srp: Increase block layer timeoutBart Van Assche1-0/+45
2012-10-01IB/srp: Avoid having aborted requests hangBart Van Assche1-0/+1
2012-10-01IB/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-27atomic: 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-16IB/srp: try to use larger FMR sizes to cover our mappingsDavid Dillow1-12/+19
2011-03-16IB/srp: add support for indirect tables that don't fit in SRP_CMDDavid Dillow1-12/+105
2011-03-16IB/srp: rework mapping engine to use multiple FMR entriesDavid Dillow1-125/+242
2011-03-16IB/srp: allow sg_tablesize to be set for each targetDavid Dillow1-24/+57
2011-03-16IB/srp: move IB CM setup completion into its own functionDavid Dillow1-71/+73
2011-03-16IB/srp: always avoid non-zero offsets into an FMRDavid Dillow1-16/+1
2011-01-17Merge branches 'misc', 'mlx4', 'mthca', 'nes' and 'srp' into for-nextRoland Dreier1-8/+7
2011-01-17RDMA: Update workqueue usageTejun Heo1-2/+2
2011-01-14IB/srp: Test only once whether iu allocation succeededBart Van Assche1-8/+7
2011-01-10IB/srp: consolidate hot-path variables into cache linesDavid Dillow1-5/+7
2011-01-10IB/srp: stop sharing the host lock with SCSIBart Van Assche1-23/+23
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 Assche1-57/+67
2011-01-10IB/srp: don't move active requests to their own listBart Van Assche1-10/+13
2011-01-05IB/srp: allow lockless work postingBart Van Assche1-39/+26
2011-01-05IB/srp: consolidate state change codeBart Van Assche1-21/+24
2011-01-05IB/srp: allow task management without a previous requestDavid Dillow1-58/+32
2010-11-17SCSI host lock push-downJeff Garzik1-1/+3
2010-10-25IB/srp: Sync buffer before posting sendDavid Dillow1-0/+5
2010-10-25IB/srp: Use list_first_entry()Bart Van Assche1-1/+1
2010-10-25IB/srp: Reduce number of BUSY conditionsBart Van Assche1-2/+7
2010-10-25IB/srp: Eliminate two forward declarationsDavid Dillow1-73/+69
2010-10-23IB/srp: Implement SRP_CRED_REQ and SRP_AER_REQDavid Dillow1-7/+98