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