summaryrefslogtreecommitdiffstats
path: root/arch/um/Kconfig.net (unfollow)
Commit message (Expand)AuthorFilesLines
2012-03-16iscsi-target: Remove unused variables in iscsi_target_parameters.cJörn Engel1-10/+9
2012-03-16target: remove obvious warningsJörn Engel10-53/+6
2012-03-16target: Use array_zalloc for device_listJörn Engel7-47/+47
2012-03-16target: Use array_zalloc for tpg_lun_listJörn Engel4-11/+41
2012-03-16target: Fix sense code for unsupported SERVICE ACTION INRoland Dreier1-1/+1
2012-03-16target: Remove hack to make READ CAPACITY(10) lie if thin provisioning is ena...Roland Dreier1-5/+0
2012-03-10target: Bump core version to v4.1.0-rc2-ml + fabric versionsNicholas Bellinger4-4/+4
2012-03-10tcm_fc: Fix fc_exch memory leak in ft_send_resp_statusNicholas Bellinger1-2/+4
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-26target: Allow target_submit_tmr interrupt context + pass ABORT_TASK tagNicholas Bellinger3-4/+12
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 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