summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2017-03-0243-2832/+4764
|\
| * target: Add counters for ABORT_TASK success + failureNicholas Bellinger2017-02-273-0/+22
| * iscsi-target: Fix early login failure statistics missesNicholas Bellinger2017-02-271-36/+2
| * target: Fix NULL dereference during LUN lookup + active I/O shutdownNicholas Bellinger2017-02-274-4/+41
| * target: Delete tmr from list before processingBart Van Assche2017-02-201-6/+1
| * target: Fix handling of aborted failed commandsBart Van Assche2017-02-201-0/+3
| * uapi: fix linux/target_core_user.h userspace compilation errorsDmitry V. Levin2017-02-191-11/+11
| * target: export protocol identifierMike Christie2017-02-191-0/+18
| * qla2xxx: Fix a warning reported by the "smatch" static checkerQuinn Tran2017-02-191-1/+1
| * target/iscsi: Fix unsolicited data seq_end_offset calculationVarun Prakash2017-02-191-4/+2
| * target/cxgbit: add T6 iSCSI DDP completion featureVarun Prakash2017-02-194-43/+113
| * target/cxgbit: Enable DDP for T6 only if data sequence and pdu are in orderVarun Prakash2017-02-191-25/+61
| * target/cxgbit: Use T6 specific macros to get ETH/IP hdr lenVarun Prakash2017-02-191-2/+8
| * target/cxgbit: use cxgb4_tp_smt_idx() to get smt idxVarun Prakash2017-02-191-2/+4
| * target/iscsi: split iscsit_check_dataout_hdr()Varun Prakash2017-02-193-27/+50
| * target: Remove command flag CMD_T_DEV_ACTIVEBart Van Assche2017-02-092-2/+0
| * target: Remove command flag CMD_T_BUSYBart Van Assche2017-02-093-10/+5
| * target: Move session check from target_put_sess_cmd() into target_release_cmd...Bart Van Assche2017-02-091-20/+19
| * target: Inline transport_cmd_check_stop()Bart Van Assche2017-02-092-36/+34
| * target: Remove an overly chatty debug messageBart Van Assche2017-02-091-2/+0
| * target: Stop execution if CMD_T_STOP has been setBart Van Assche2017-02-091-1/+2
| * target: Correct transport_wait_for_tasks() documentationBart Van Assche2017-02-091-5/+2
| * target: Make core_tmr_abort_task() consider all commandsBart Van Assche2017-02-091-5/+3
| * target: Remove se_tmr_req.tmr_lunBart Van Assche2017-02-092-2/+0
| * target/iscsi: Fix iSCSI task reassignment handlingBart Van Assche2017-02-091-12/+7
| * target/iscsi: Introduce a helper function for TMF translationBart Van Assche2017-02-092-24/+25
| * target/iscsi: Fix spelling of "reallegiance"Bart Van Assche2017-02-094-8/+8
| * target/iscsi: Fix spelling of "perform"Bart Van Assche2017-02-092-2/+2
| * target/iscsi: Fix indentation in iscsi_target_start_negotiation()Bart Van Assche2017-02-091-8/+8
| * target/tcm_fc: Remove a set-but-not-used variableBart Van Assche2017-02-091-2/+0
| * target/cxgbit: Use T6 specific macro to set the force bitVarun Prakash2017-02-092-1/+7
| * target/cxgbit: Fix endianness annotationsBart Van Assche2017-02-094-8/+9
| * qla2xxx: Avoid using variable-length arraysBart Van Assche2017-02-091-2/+2
| * qla2xxx: Simplify usage of SRB structure in driverJoe Carnuccio2017-02-0911-211/+201
| * qla2xxx: Improve RSCN handling in driverQuinn Tran2017-02-099-145/+533
| * qla2xxx: Remove unused reverse_ini_modeHimanshu Madhani2017-02-093-19/+0
| * qla2xxx: Add Dual mode support in the driverQuinn Tran2017-02-096-22/+119
| * qla2xxx: Add framework for async fabric discoveryQuinn Tran2017-02-0913-987/+3114
| * qla2xxx: Track I-T nexus as single fc_port structQuinn Tran2017-02-098-430/+310
| * qla2xxx: Use d_id instead of s_id for more clarityQuinn Tran2017-02-094-37/+39
| * qla2xxx: Fix wrong argument in sp done callbackQuinn Tran2017-02-093-8/+8
| * qla2xxx: Remove SRR codeHimanshu Madhani2017-02-092-662/+0
| * qla2xxx: Make trace flags more readableQuinn Tran2017-02-093-67/+59
| * qla2xxx: Cleanup TMF code translation from qla_targetQuinn Tran2017-02-093-72/+49
| * qla2xxx: Remove direct access of scsi_status field in se_cmdQuinn Tran2017-02-092-1/+2
* | Merge tag 'dm-4.11-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/de...Linus Torvalds2017-03-021-4/+16
|\ \
| * | dm raid: bump the target versionMike Snitzer2017-02-281-3/+3
| * | dm raid: fix data corruption on reshape requestHeinz Mauelshagen2017-02-281-1/+11
| * | dm raid: fix raid "check" regression due to improper cleanup in raid_message()Mike Snitzer2017-02-281-2/+4
* | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2017-03-0231-454/+456
|\ \ \