summaryrefslogtreecommitdiff
path: root/drivers/target
AgeCommit message (Expand)Author
2014-07-06iscsi-target: Explicily clear login response PDU in exception pathNicholas Bellinger
2014-07-06iscsi-target: Avoid rejecting incorrect ITT for Data-OutNicholas Bellinger
2014-07-06target: Fix left-over se_lun->lun_sep pointer OOPsNicholas Bellinger
2014-06-30iscsi-target: Re-add chunk from backport of upstream 79d59d08082d to 3.10Roland Dreier
2014-06-30target: Explicitly clear ramdisk_mcp backend pagesNicholas A. Bellinger
2014-06-30target: Report correct response length for some commandsRoland Dreier
2014-06-30iscsi-target: Fix ABORT_TASK + connection reset iscsi_queue_req memory leakNicholas Bellinger
2014-06-30target: Use complete_all for se_cmd->t_transport_stop_compNicholas Bellinger
2014-06-30target: Set CMD_T_ACTIVE bit for Task Management RequestsNicholas Bellinger
2014-06-26iscsi-target: Reject mutual authentication with reflected CHAP_CNicholas Bellinger
2014-06-16target: Fix alua_access_state attribute OOPs for un-configured devicesNicholas Bellinger
2014-06-16target: Allow READ_CAPACITY opcode in ALUA Standby access stateNicholas Bellinger
2014-06-16iscsi-target: Fix wrong buffer / buffer overrun in iscsi_change_param_value()Roland Dreier
2014-06-16iser-target: Fix multi network portal shutdown regressionNicholas Bellinger
2014-06-16Target/iscsi,iser: Avoid accepting transport connections during stop stageSagi Grimberg
2014-06-07target: Don't allow setting WC emulation if device doesn't supportAndy Grover
2014-05-06target/tcm_fc: Fix use-after-free of ft_tpgAndy Grover
2014-05-06iscsi-target: Fix ERL=2 ASYNC_EVENT connection pointer bugNicholas Bellinger
2014-03-23iscsi/iser-target: Fix isert_conn->state hung shutdown issuesNicholas Bellinger
2014-03-23iscsi/iser-target: Use list_del_init for ->i_conn_nodeNicholas Bellinger
2014-03-23iscsi-target: Fix iscsit_get_tpg_from_np tpg_state bugNicholas Bellinger
2014-02-06target/iscsi: Fix network portal creation raceAndy Grover
2014-01-09target/file: Update hw_max_sectors based on current block_sizeNicholas Bellinger
2014-01-09iscsi-target: Fix-up all zero data-length CDBs with R/W_BIT setNicholas Bellinger
2013-12-04iscsi-target: chap auth shouldn't match username with trailing garbageEric Seppanen
2013-12-04iscsi-target: fix extract_param to handle buffer length corner caseEric Seppanen
2013-12-04iscsi-target: Fix mutex_trylock usage in iscsit_increment_maxcmdsnNicholas Bellinger
2013-11-13target/pscsi: fix return value checkWei Yongjun
2013-10-13iscsi-target: Only perform wait_for_tasks when performing shutdownNicholas Bellinger
2013-09-26target: Fix >= v3.9+ regression in PR APTPL + ALUA metadata write-outGera Kazakov
2013-09-07iscsi-target: Fix potential NULL pointer in solicited NOPOUT rejectNicholas Bellinger
2013-09-07iscsi-target: Fix iscsit_transport reference leak during NP thread resetNicholas Bellinger
2013-09-07iscsi-target: Fix ImmediateData=Yes failure regression in >= v3.10Nicholas Bellinger
2013-09-07target: Fix trailing ASCII space usage in INQUIRY vendor+modelNicholas Bellinger
2013-08-04iscsi-target: Fix iscsit_sequence_cmd reject handling for iserNicholas Bellinger
2013-08-04iscsi-target: Fix iscsit_add_reject* usage for iserNicholas Bellinger
2013-08-04iscsi-target: Fix ISCSI_OP_SCSI_TMFUNC handling for iserNicholas Bellinger
2013-08-04iser-target: Fix session reset bug with RDMA_CM_EVENT_DISCONNECTEDNicholas Bellinger
2013-08-04iscsi-target: Fix tfc_tpg_nacl_auth_cit configfs length overflowJoern Engel
2013-06-20iscsi-target: Remove left over v3.10-rc debug printksNicholas Bellinger
2013-06-20target/iscsi: Fix op=disable + error handling cases in np_store_iserAndy Grover
2013-06-14target/iscsi: don't corrupt bh_count in iscsit_stop_time2retain_timer()Jörn Engel
2013-05-31iscsi-target: Fix iscsit_free_cmd() se_cmd->cmd_kref shutdown handlingNicholas Bellinger
2013-05-31target: Propigate up ->cmd_kref put return via transport_generic_free_cmdNicholas Bellinger
2013-05-30iscsi-target: fix heap buffer overflow on errorKees Cook
2013-05-30target/file: Fix off-by-one READ_CAPACITY bug for !S_ISBLK exportNicholas Bellinger
2013-05-29target: Re-instate sess_wait_list for target_wait_for_sess_cmdsNicholas Bellinger
2013-05-20target: Remove unused wait_for_tasks bit in target_wait_for_sess_cmdsJoern Engel
2013-05-16Merge branch 'queue' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/tar...Linus Torvalds
2013-05-15target: close target_put_sess_cmd() vs. core_tmr_abort_task() raceJoern Engel