aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp/srp (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-08-14IB/srp: Fix return value check in srp_init_module()Wei Yongjun1-2/+2
2014-08-01IB/srp: Fix residual handlingBart Van Assche1-3/+7
2014-08-01IB/srp: Fix deadlock between host removal and multipathdBart Van Assche1-10/+28
2014-05-29IB/srp: Avoid problems if a header uses pr_fmtJoe Perches1-1/+1
2014-05-20IB/srp: Add fast registration supportBart Van Assche2-77/+419
2014-05-20IB/srp: Rename FMR-related variablesBart Van Assche2-38/+38
2014-05-20IB/srp: One FMR pool per SRP connectionBart Van Assche2-52/+84
2014-05-20IB/srp: Introduce the 'register_always' kernel module parameterBart Van Assche1-2/+7
2014-05-20IB/srp: Introduce srp_finish_mapping()Bart Van Assche1-15/+27
2014-05-20IB/srp: Introduce srp_map_fmr()Bart Van Assche1-32/+45
2014-05-20IB/srp: Introduce an additional local variableBart Van Assche1-5/+4
2014-05-20IB/srp: Fix kernel-doc warningsBart Van Assche1-0/+7
2014-05-20IB/srp: Fix a sporadic crash triggered by cable pullingBart Van Assche1-0/+6
2014-03-24IB/srp: Fix a race condition between failing I/O and I/O completionBart Van Assche1-11/+22
2014-03-24IB/srp: Avoid that writing into "add_target" hangs due to a cable pullBart Van Assche1-0/+1
2014-03-24IB/srp: Make writing into the "add_target" sysfs attribute interruptibleBart Van Assche1-2/+8
2014-03-24IB/srp: Avoid duplicate connectionsBart Van Assche2-3/+10
2014-03-24IB/srp: Add more loggingBart Van Assche1-11/+12
2014-03-24IB/srp: Check ib_query_gid return valueSagi Grimberg1-1/+3
2014-01-21scsi_transport_srp: Fix a race conditionBart Van Assche1-0/+1
2013-11-08IB/srp: Report receive errors correctlyBart Van Assche1-5/+4
2013-11-08IB/srp: Avoid offlining operational SCSI devicesBart Van Assche1-1/+1
2013-11-08IB/srp: Remove target from list before freeing Scsi_Host structureVu Pham1-4/+5
2013-11-08IB/srp: Add change_queue_depth and change_queue_type supportJack Wang1-0/+54
2013-11-08IB/srp: Make queue size configurableBart Van Assche2-39/+103
2013-11-08IB/srp: Introduce srp_alloc_req_data()Bart Van Assche1-24/+40
2013-11-08IB/srp: Export sgid to sysfsBart Van Assche1-0/+10
2013-11-08IB/srp: Add periodic reconnect functionalityBart Van Assche1-6/+46
2013-11-08scsi_transport_srp: Add periodic reconnect supportBart Van Assche1-2/+2
2013-11-08IB/srp: Start timers if a transport layer error occursBart Van Assche2-0/+20
2013-11-08IB/srp: Use SRP transport layer error recoveryBart Van Assche2-41/+101
2013-11-08IB/srp: Keep rport as long as the IB transport layerBart Van Assche2-0/+4
2013-11-08IB/srp: Make transport layer retry count configurableVu Pham2-1/+24
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