summaryrefslogtreecommitdiff
path: root/drivers/target
AgeCommit message (Expand)AuthorFilesLines
2015-04-19iscsi target: fix oops when adding reject pduMike Christie1-1/+1
2015-04-13tcm_fc: missing curly braces in ft_invl_hw_context()Dan Carpenter1-1/+2
2015-03-26target: Allow Write Exclusive non-reservation holders to READLee Duncan1-0/+12
2015-03-26target: Allow AllRegistrants to re-RESERVE existing reservationNicholas Bellinger1-1/+4
2015-03-26target: Avoid dropping AllRegistrants reservation during unregisterNicholas Bellinger1-22/+65
2015-03-26target: Fix R_HOLDER bit usage for AllRegistrantsNicholas Bellinger1-3/+23
2015-03-26target/pscsi: Fix NULL pointer dereference in get_device_typeNicholas Bellinger1-1/+1
2015-03-26iscsi-target: Avoid early conn_logout_comp for iser connectionsNicholas Bellinger1-4/+10
2015-03-26target: Fix virtual LUN=0 target_configure_device failure OOPsNicholas Bellinger1-2/+2
2015-03-26target: Fix reference leak in target_get_sess_cmd() error pathBart Van Assche1-0/+4
2015-03-18target: Check for LBA + sectors wrap-around in sbc_parse_cdbNicholas Bellinger1-1/+2
2015-03-18target: Add missing WRITE_SAME end-of-device sanity checkNicholas Bellinger1-0/+12
2015-03-18target: Fix PR_APTPL_BUF_LEN buffer size limitationNicholas Bellinger1-12/+13
2015-03-07iscsi-target: Drop problematic active_ts_list usageNicholas Bellinger1-23/+5
2015-02-06target: Drop arbitrary maximum I/O size limitNicholas Bellinger5-25/+16
2015-01-27iscsi,iser-target: Initiate termination only onceSagi Grimberg1-0/+3
2015-01-27tcm_loop: Fix wrong I_T nexus associationHannes Reinecke2-49/+24
2015-01-27tcm_loop: Fixup tag handlingHannes Reinecke1-15/+8
2015-01-27iscsi-target: Fail connection on short sendmsg writesNicholas Bellinger1-15/+11
2014-12-07target: Don't call TFO->write_pending if data_length == 0Roland Dreier1-1/+1
2014-11-14target: Fix APTPL metadata handling for dynamic MappedLUNsNicholas Bellinger4-5/+14
2014-11-14target: Fix queue full status NULL pointer for SCF_TRANSPORT_TASK_SENSEQuinn Tran1-2/+1
2014-10-06iscsi-target: Fix memory corruption in iscsit_logout_post_handler_diffcidNicholas Bellinger1-1/+3
2014-10-06iscsi-target: avoid NULL pointer in iscsi_copy_param_list failureJoern Engel1-1/+1
2014-10-06target: Fix inverted logic in SE_DEV_ALUA_SUPPORT_STATE_STORESebastian Herbszt1-1/+1
2014-07-07iscsi-target: fix iscsit_del_np deadlock on unloadMikulas Patocka1-6/+7
2014-07-07iscsi-target: Explicily clear login response PDU in exception pathNicholas Bellinger1-0/+2
2014-07-07iscsi-target: Avoid rejecting incorrect ITT for Data-OutNicholas Bellinger1-1/+1
2014-07-07target: Fix left-over se_lun->lun_sep pointer OOPsNicholas Bellinger1-0/+1
2014-07-01target: Explicitly clear ramdisk_mcp backend pagesNicholas A. Bellinger1-1/+1
2014-07-01target: Report correct response length for some commandsRoland Dreier3-5/+25
2014-07-01Target/iscsi: Fix sendtargets response pdu for iser transportSagi Grimberg1-4/+10
2014-07-01iscsi-target: Fix ABORT_TASK + connection reset iscsi_queue_req memory leakNicholas Bellinger1-2/+1
2014-07-01target: Use complete_all for se_cmd->t_transport_stop_compNicholas Bellinger1-3/+3
2014-07-01target: Set CMD_T_ACTIVE bit for Task Management RequestsNicholas Bellinger1-0/+6
2014-06-26iscsi-target: Reject mutual authentication with reflected CHAP_CNicholas Bellinger1-0/+10
2014-06-26target: Fix NULL pointer dereference for XCOPY in target_put_sess_cmdNicholas Bellinger1-0/+4
2014-06-17target: Allow READ_CAPACITY opcode in ALUA Standby access stateNicholas Bellinger1-0/+9
2014-06-17iser-target: Fix multi network portal shutdown regressionNicholas Bellinger2-1/+3
2014-06-17Target/iscsi,iser: Avoid accepting transport connections during stop stageSagi Grimberg3-0/+3
2014-06-11target: Fix alua_access_state attribute OOPs for un-configured devicesNicholas Bellinger1-0/+5
2014-06-11iscsi-target: Fix wrong buffer / buffer overrun in iscsi_change_param_value()Roland Dreier1-29/+28
2014-06-07tcm_fc: Fix free-after-use regression in ft_free_cmdNicholas Bellinger1-4/+4
2014-06-07target: fix memory leak on XCOPYMikulas Patocka1-1/+1
2014-06-07target: Don't allow setting WC emulation if device doesn't supportAndy Grover1-4/+4
2014-06-07iscsi-target: Change BUG_ON to REJECT in iscsit_process_nop_outNicholas Bellinger1-1/+3
2014-06-07target: Allow non-supporting backends to set pi_prot_type to 0Andy Grover1-0/+4
2014-05-06target/tcm_fc: Fix use-after-free of ft_tpgAndy Grover1-0/+1
2014-05-06target/iblock: Fix double bioset_integrity_free bugNicholas Bellinger1-3/+2
2014-05-06Target/sbc: Initialize COMPARE_AND_WRITE write_sg scatterlistMartin Svec1-1/+2