aboutsummaryrefslogtreecommitdiff
path: root/drivers/infiniband/ulp/srp/ib_srp.c
AgeCommit message (Expand)Author
2014-09-17IB/srp: Fix deadlock between host removal and multipathdBart Van Assche
2014-07-06IB/srp: Fix a sporadic crash triggered by cable pullingBart Van Assche
2013-12-04IB/srp: Report receive errors correctlyBart Van Assche
2013-02-25IB/srp: Fail I/O requests if the transport is offlineBart Van Assche
2013-02-25IB/srp: Avoid endless SCSI error handling loopBart Van Assche
2013-02-25IB/srp: Avoid sending a task management function needlesslyBart Van Assche
2013-02-25IB/srp: Track connection state properlyBart Van Assche
2012-11-30IB/srp: Allow SRP disconnect through sysfsBart Van Assche
2012-11-30IB/srp: send disconnect request without waiting for CM timewait exitVu Pham
2012-11-30IB/srp: destroy and recreate QP and CQs when reconnectingIshai Rabinovitz
2012-11-30IB/srp: Eliminate state SRP_TARGET_DEADBart Van Assche
2012-11-30IB/srp: Introduce the helper function srp_remove_target()Bart Van Assche
2012-11-30IB/srp: Suppress superfluous error messagesBart Van Assche
2012-11-30IB/srp: Process all error completionsBart Van Assche
2012-11-30IB/srp: Introduce srp_handle_qp_err()Bart Van Assche
2012-11-30IB/srp: Simplify SCSI error handlingBart Van Assche
2012-11-30IB/srp: Keep processing commands during host removalBart Van Assche
2012-11-30IB/srp: Eliminate state SRP_TARGET_CONNECTINGBart Van Assche
2012-11-30IB/srp: Increase block layer timeoutBart Van Assche
2012-09-30IB/srp: Avoid having aborted requests hangBart Van Assche
2012-09-30IB/srp: Fix use-after-free in srp_reset_req()Bart Van Assche
2012-08-15IB/srp: Fix a race conditionBart Van Assche
2012-02-27IB/srp: Consolidate repetitive sysfs codeBart Van Assche
2012-02-27IB/srp: Use pr_fmt() and pr_err()/pr_warn()Bart Van Assche
2011-07-26atomic: use <linux/atomic.h>Arun Sharma
2011-07-13IB/srp: Avoid duplicate devices from LUN scanBart Van Assche
2011-05-23IB/srp: Fix integer -> pointer cast warningsRoland Dreier
2011-03-15IB/srp: try to use larger FMR sizes to cover our mappingsDavid Dillow
2011-03-15IB/srp: add support for indirect tables that don't fit in SRP_CMDDavid Dillow
2011-03-15IB/srp: rework mapping engine to use multiple FMR entriesDavid Dillow
2011-03-15IB/srp: allow sg_tablesize to be set for each targetDavid Dillow
2011-03-15IB/srp: move IB CM setup completion into its own functionDavid Dillow
2011-03-15IB/srp: always avoid non-zero offsets into an FMRDavid Dillow
2011-01-16Merge branches 'misc', 'mlx4', 'mthca', 'nes' and 'srp' into for-nextRoland Dreier
2011-01-16RDMA: Update workqueue usageTejun Heo
2011-01-13IB/srp: Test only once whether iu allocation succeededBart Van Assche
2011-01-10IB/srp: consolidate hot-path variables into cache linesDavid Dillow
2011-01-10IB/srp: stop sharing the host lock with SCSIBart Van Assche
2011-01-10IB/srp: reduce lock coverage of command completionBart Van Assche
2011-01-10IB/srp: reduce local coverage for command submission and EHBart Van Assche
2011-01-10IB/srp: don't move active requests to their own listBart Van Assche
2011-01-05IB/srp: allow lockless work postingBart Van Assche
2011-01-05IB/srp: consolidate state change codeBart Van Assche
2011-01-05IB/srp: allow task management without a previous requestDavid Dillow
2010-11-16SCSI host lock push-downJeff Garzik
2010-10-24IB/srp: Sync buffer before posting sendDavid Dillow
2010-10-24IB/srp: Use list_first_entry()Bart Van Assche
2010-10-24IB/srp: Reduce number of BUSY conditionsBart Van Assche
2010-10-24IB/srp: Eliminate two forward declarationsDavid Dillow
2010-10-22IB/srp: Implement SRP_CRED_REQ and SRP_AER_REQDavid Dillow