summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2012-03-11target: Bump core version to v4.1.0-rc2-ml + fabric versionsNicholas Bellinger3-3/+3
2012-03-11tcm_fc: Fix fc_exch memory leak in ft_send_resp_statusNicholas Bellinger1-2/+4
2012-03-11target: Drop unused legacy target_core_fabric_ops API callersNicholas Bellinger8-152/+0
2012-03-11iscsi-target: Convert to use target_put_session + sess_krefNicholas Bellinger4-9/+9
2012-03-11target: Convert se_node_acl->acl_group removal to use ->acl_krefNicholas Bellinger2-19/+28
2012-03-11target: Add se_node_acl->acl_kref for ->acl_free_comp usageNicholas Bellinger2-5/+22
2012-03-11target: Add se_node_acl->acl_free_comp for NodeACL release pathNicholas Bellinger2-16/+26
2012-03-11target: Add se_sess->sess_kref + get/put helpersNicholas Bellinger1-0/+22
2012-03-11target: Convert session_lock to irqsaveNicholas Bellinger2-11/+15
2012-03-11target: Fix typo in drivers/targetMasanari Iida2-2/+2
2012-03-09iscsi-target: Fix dynamic -> explict NodeACL pointer referenceNicholas Bellinger1-4/+2
2012-02-26target: Allow target_submit_tmr interrupt context + pass ABORT_TASK tagNicholas Bellinger2-3/+10
2012-02-26target: Push target_submit_tmr LUN lookup failure to system_wq contextNicholas Bellinger1-3/+15
2012-02-26tcm_fc: Handle target_submit_tmr allocation failureNicholas Bellinger1-1/+4
2012-02-26target: Fix target_submit_tmr se_tmr_req allocation failuresNicholas Bellinger1-9/+11
2012-02-26target: Fix target_submit_tmr LUN lookup failuresNicholas Bellinger1-2/+2
2012-02-26iscsi-target: Fix iscsit_alloc_buffs() failure casesNicholas Bellinger1-8/+6
2012-02-26target: Fix 16-bit target ports for SET TARGET PORT GROUPS emulationRoland Dreier1-4/+3
2012-02-26target/pscsi: fix PHV_VIRUTAL_HOST_ID typoStefan Hajnoczi2-10/+10
2012-02-26target: Fix off-by-seven in target_report_lunsJörn Engel1-3/+2
2012-02-26target: prevent NULL pointer dereference in target_report_lunsJörn Engel1-1/+3
2012-02-26target: fix use after free in target_report_lunsJörn Engel1-1/+1
2012-02-26tcm_loop: Set residual field for SCSI commandsRoland Dreier1-0/+6
2012-02-26target: Untangle front-end and back-end meanings of max_sectors attributeRoland Dreier5-7/+73
2012-02-26target: Don't set WBUS16 or SYNC bits in INQUIRY responseRoland Dreier1-1/+1
2012-02-26target: Set peripheral device type consistently in INQUIRY responseRoland Dreier1-10/+10
2012-02-26target: Fix up handling of short INQUIRY buffersRoland Dreier1-114/+36
2012-02-26target: Add TMR_ABORT_TASK task management supportNicholas Bellinger3-7/+79
2012-02-26target: Make target_release_cmd_kref release on empty listNicholas Bellinger1-1/+1
2012-02-26target: Add SCF_ACK_KREF flag for acknowledgement krefNicholas Bellinger1-1/+3
2012-02-26target: Export transport_generic_request_failure symbolNicholas Bellinger1-2/+2
2012-02-26target: Cleanup transport_kunmap_data_sg()Andy Grover1-2/+4
2012-02-26tcm_loop: switch to using transport_handle_cdb_directChristoph Hellwig1-56/+56
2012-02-26tcm_loop: defer all command submissions to workqueueChristoph Hellwig2-41/+58
2012-02-26tcm_loop: kill tcm_loop_allocate_core_cmdChristoph Hellwig1-88/+59
2012-02-26tcm_fc: Convert ft_send_tm to use target_submit_tmrAndy Grover1-29/+3
2012-02-26target: Add target_submit_tmr helper functionAndy Grover1-0/+48
2012-02-26tcm_fc: Use transport_generic_free_cmd for ft_sess_put in ft_send_tmAndy Grover1-1/+1
2012-02-26tcm_fc: Call lookup_tmr_lun() for all TM typesAndy Grover1-25/+11
2012-02-26tcm_fc: Move core->fc code conversion earlier in ft_send_tm()Andy Grover1-6/+5
2012-02-26target: Add SCF_SCSI_TMR_CDB usage and drop se_tmr_req_cacheAndy Grover6-41/+30
2012-02-26tcm_fc: Remove cmd->cdb data memberAndy Grover2-8/+1
2012-02-26tcm_fc: Simplify ft_send_work for tmr pathAndy Grover1-43/+35
2012-02-26target/iscsi: Remove unneeded wrapper functionsAndy Grover3-25/+4
2012-02-26scsi: Use struct scsi_lun in fc/fcp.hAndy Grover4-14/+7
2012-02-26target: Use #define for SYNCHRONIZE_CACHE_16Andy Grover1-1/+1
2012-02-26target: Use LIST_HEAD()/DEFINE_MUTEX() for static objectsRoland Dreier3-14/+4
2012-02-26target: increase iblock task sizesChristoph Hellwig2-17/+37
2012-02-26target: remove the unused struct iblock_hbaChristoph Hellwig2-31/+0
2012-02-26target: remove the transport_lun_active field in struct se_cmdChristoph Hellwig2-15/+3