summaryrefslogtreecommitdiff
path: root/drivers/target
AgeCommit message (Expand)AuthorFilesLines
2016-02-25iscsi-target: Fix potential dead-lock during node acl deleteNicholas Bellinger1-1/+15
2016-02-25iscsi-target: Fix rx_login_comp hang after login failureNicholas Bellinger2-1/+13
2015-08-17iscsi-target: Fix iscsit_start_kthreads failure OOPsNicholas Bellinger5-31/+66
2015-08-10iscsi-target: Fix iser explicit logout TX kthread leakNicholas Bellinger1-2/+16
2015-08-10iscsi-target: Fix use-after-free during TPG session shutdownNicholas Bellinger1-4/+8
2015-08-03iscsi-target: Convert iscsi_thread_set usage to kthread.hNicholas Bellinger4-70/+115
2015-06-06target/pscsi: Don't leak scsi_host if hba is VIRTUAL_HOSTAndy Grover2-0/+4
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: 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 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-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-02-06iscsi,iser-target: Initiate termination only onceSagi Grimberg1-0/+3
2015-02-06tcm_loop: Fix wrong I_T nexus associationHannes Reinecke2-21/+15
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-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-01iscsi-target: Re-add chunk from backport of upstream 79d59d08082d to 3.10Roland Dreier1-6/+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-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-17target: Fix alua_access_state attribute OOPs for un-configured devicesNicholas Bellinger1-0/+5
2014-06-17target: Allow READ_CAPACITY opcode in ALUA Standby access stateNicholas Bellinger1-0/+9
2014-06-17iscsi-target: Fix wrong buffer / buffer overrun in iscsi_change_param_value()Roland Dreier1-23/+27
2014-06-17iser-target: Fix multi network portal shutdown regressionNicholas Bellinger2-4/+7
2014-06-17Target/iscsi,iser: Avoid accepting transport connections during stop stageSagi Grimberg3-0/+3
2014-06-08target: Don't allow setting WC emulation if device doesn't supportAndy Grover1-4/+4
2014-05-06target/tcm_fc: Fix use-after-free of ft_tpgAndy Grover1-0/+1
2014-05-06iscsi-target: Fix ERL=2 ASYNC_EVENT connection pointer bugNicholas Bellinger1-1/+3
2014-03-24iscsi/iser-target: Fix isert_conn->state hung shutdown issuesNicholas Bellinger1-0/+4
2014-03-24iscsi/iser-target: Use list_del_init for ->i_conn_nodeNicholas Bellinger2-10/+10
2014-03-24iscsi-target: Fix iscsit_get_tpg_from_np tpg_state bugNicholas Bellinger1-1/+1
2014-02-06target/iscsi: Fix network portal creation raceAndy Grover1-13/+21
2014-01-10target/file: Update hw_max_sectors based on current block_sizeNicholas Bellinger3-5/+13
2014-01-10iscsi-target: Fix-up all zero data-length CDBs with R/W_BIT setNicholas Bellinger1-14/+12