summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2015-09-1129-596/+635
|\
| * target: use stringify.h instead of own definitionDavid Disseldorp2015-09-111-1/+2
| * target/user: Fix UFLAG_UNKNOWN_OP handlingAndy Grover2015-09-111-8/+2
| * target: Remove no-op conditionalAndy Grover2015-09-111-2/+1
| * target/user: Remove unused variableAndy Grover2015-09-111-1/+0
| * target: Fix max_cmd_sn increment w/o cmdsn mutex regressionsRoland Dreier2015-09-112-4/+5
| * target: Attach EXTENDED_COPY local I/O descriptors to xcopy_pt_sessNicholas Bellinger2015-09-111-2/+4
| * target/qla2xxx: Honor max_data_sg_nents I/O transfer limitNicholas Bellinger2015-09-113-4/+65
| * target/iscsi: Replace __kernel_sockaddr_storage with sockaddr_storageAndy Grover2015-08-268-18/+18
| * target/iscsi: Replace conn->login_ip with login_sockaddrAndy Grover2015-08-265-43/+51
| * target/iscsi: Keep local_ip as the actual sockaddrAndy Grover2015-08-265-62/+47
| * target/iscsi: Fix np_ip bracket issue by removing np_ipAndy Grover2015-08-266-38/+36
| * target: Drop iSCSI use of mutex around max_cmd_sn incrementRoland Dreier2015-08-027-27/+24
| * qla2xxx: Update tcm_qla2xxx module description to 24xx+Sebastian Herbszt2015-08-022-3/+3
| * iscsi-target: Add tpg_enabled_sendtargets for disabled discoveryDavid Disseldorp2015-08-024-5/+31
| * drivers: target: Drop unlikely before IS_ERR(_OR_NULL)Viresh Kumar2015-07-311-1/+1
| * target: check DPO/FUA usage for COMPARE AND WRITEDavid Disseldorp2015-07-311-0/+3
| * target: Remove cmd->se_ordered_id (unused except debug log lines)Roland Dreier2015-07-312-27/+13
| * target: add support for START_STOP_UNIT SCSI opcodeBrian Bunker2015-07-301-0/+36
| * target: improve unsupported opcode messageJoern Engel2015-07-302-3/+5
| * target: allow underflow/overflow for PR OUT etc. commandsRoland Dreier2015-07-301-3/+3
| * target/iscsi: Use proper SGL accessors for digest computationAlexei Potashnik2015-07-301-5/+4
| * target: remove initiatorname field in se_acl_lunChris Zankel2015-07-302-6/+4
| * libiscsi: Use scsi helper to set information descriptorSagi Grimberg2015-07-231-6/+3
| * target: Return descriptor format sense data in case the LU spans 64bit sectorsSagi Grimberg2015-07-233-4/+16
| * scsi: Protect against buffer possible overflow in scsi_set_sense_informationSagi Grimberg2015-07-233-5/+26
| * scsi: Fix wrong additional sense length in descriptor formatSagi Grimberg2015-07-231-1/+1
| * tcm_qla2xxx: Remove set-but-not-used variablesBart Van Assche2015-07-231-6/+0
| * target: Return ABORTED_COMMAND sense key for PI errorsSagi Grimberg2015-07-231-3/+3
| * target: Use scsi helpers to build the sense data correctlySagi Grimberg2015-07-232-43/+9
| * scsi: Move sense handling routines to scsi_commonSagi Grimberg2015-07-232-98/+99
| * target: Split transport_send_check_condition_and_sense()Bart Van Assche2015-07-231-235/+148
| * target: Inline transport_get_sense_codes()Bart Van Assche2015-07-231-14/+2
| * tcm_loop: Send I_T_NEXUS_LOSS_OCCURRED UAHannes Reinecke2015-07-232-0/+22
| * tcm_loop: Remove SAS vestigiesHannes Reinecke2015-07-231-8/+9
| * target: Use struct t10_pi_tupleSagi Grimberg2015-07-062-6/+6
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2015-09-1137-1236/+1839
|\ \
| * | scsi_dh: fix randconfig build errorChristoph Hellwig2015-09-111-1/+1
| * | scsi: fix scsi_error_handler vs. scsi_host_dev_release raceMichal Hocko2015-09-061-1/+10
| * | fcoe: Convert use of __constant_htons to htonsVaishali Thakkar2015-09-061-1/+1
| * | mpt2sas: setpci reset kernel oops fixNagarajkumar Narayanan2015-09-064-9/+67
| * | pm80xx: Don't override ts->stat on IO_OPEN_CNX_ERROR_HW_RESOURCE_BUSYJohannes Thumshirn2015-09-062-0/+2
| * | lpfc: Fix possible use-after-free and double free in lpfc_mbx_cmpl_rdp_page_a2()Johannes Thumshirn2015-09-061-3/+4
| * | bfa: Fix incorrect de-reference of pointerAnil Gurumurthy2015-09-061-1/+1
| * | bfa: Fix indentationAnil Gurumurthy2015-09-061-11/+11
| * | scsi_transport_sas: Remove check for SAS expander when querying bay/enclosure...Jordan Hargrave2015-09-061-10/+0
| * | scsi_debug: resp_request: remove unused variableTomas Winkler2015-09-061-2/+1
| * | scsi_debug: fix REPORT LUNS Well Known LUTomas Winkler2015-09-061-2/+3
| * | scsi_debug: schedule_resp fix input variable checkTomas Winkler2015-09-061-3/+10
| * | scsi_debug: make dump_sector staticTomas Winkler2015-09-061-1/+1