summaryrefslogtreecommitdiffstats
path: root/drivers/target
Commit message (Expand)AuthorAgeFilesLines
* target/pscsi: fix PHV_VIRUTAL_HOST_ID typoStefan Hajnoczi2012-02-252-10/+10
* target: Fix off-by-seven in target_report_lunsJörn Engel2012-02-251-3/+2Star
* target: prevent NULL pointer dereference in target_report_lunsJörn Engel2012-02-251-1/+3
* target: fix use after free in target_report_lunsJörn Engel2012-02-251-1/+1
* tcm_loop: Set residual field for SCSI commandsRoland Dreier2012-02-251-0/+6
* target: Untangle front-end and back-end meanings of max_sectors attributeRoland Dreier2012-02-255-7/+73
* target: Don't set WBUS16 or SYNC bits in INQUIRY responseRoland Dreier2012-02-251-1/+1
* target: Set peripheral device type consistently in INQUIRY responseRoland Dreier2012-02-251-10/+10
* target: Fix up handling of short INQUIRY buffersRoland Dreier2012-02-251-114/+36Star
* target: Add TMR_ABORT_TASK task management supportNicholas Bellinger2012-02-253-7/+79
* target: Make target_release_cmd_kref release on empty listNicholas Bellinger2012-02-251-1/+1
* target: Add SCF_ACK_KREF flag for acknowledgement krefNicholas Bellinger2012-02-251-1/+3
* target: Export transport_generic_request_failure symbolNicholas Bellinger2012-02-251-2/+2
* target: Cleanup transport_kunmap_data_sg()Andy Grover2012-02-251-2/+4
* tcm_loop: switch to using transport_handle_cdb_directChristoph Hellwig2012-02-251-56/+56
* tcm_loop: defer all command submissions to workqueueChristoph Hellwig2012-02-252-41/+58
* tcm_loop: kill tcm_loop_allocate_core_cmdChristoph Hellwig2012-02-251-88/+59Star
* tcm_fc: Convert ft_send_tm to use target_submit_tmrAndy Grover2012-02-251-29/+3Star
* target: Add target_submit_tmr helper functionAndy Grover2012-02-251-0/+48
* tcm_fc: Use transport_generic_free_cmd for ft_sess_put in ft_send_tmAndy Grover2012-02-251-1/+1
* tcm_fc: Call lookup_tmr_lun() for all TM typesAndy Grover2012-02-251-25/+11Star
* tcm_fc: Move core->fc code conversion earlier in ft_send_tm()Andy Grover2012-02-251-6/+5Star
* target: Add SCF_SCSI_TMR_CDB usage and drop se_tmr_req_cacheAndy Grover2012-02-255-39/+28Star
* tcm_fc: Remove cmd->cdb data memberAndy Grover2012-02-252-8/+1Star
* tcm_fc: Simplify ft_send_work for tmr pathAndy Grover2012-02-251-43/+35Star
* target/iscsi: Remove unneeded wrapper functionsAndy Grover2012-02-253-25/+4Star
* scsi: Use struct scsi_lun in fc/fcp.hAndy Grover2012-02-252-8/+4Star
* target: Use #define for SYNCHRONIZE_CACHE_16Andy Grover2012-02-251-1/+1
* target: Use LIST_HEAD()/DEFINE_MUTEX() for static objectsRoland Dreier2012-02-253-14/+4Star
* target: increase iblock task sizesChristoph Hellwig2012-02-252-17/+37
* target: remove the unused struct iblock_hbaChristoph Hellwig2012-02-252-31/+0Star
* target: remove the transport_lun_active field in struct se_cmdChristoph Hellwig2012-02-252-15/+3Star
* target: replace various cmd flags with a transport stateChristoph Hellwig2012-02-255-86/+78Star
* target: Fix unsupported WRITE_SAME sense payloadMartin Svec2012-02-071-3/+3
* iscsi: use IP_FREEBIND socket optionDax Kelson2012-02-071-0/+8
* iblock: fix handling of large requestsChristoph Hellwig2012-02-071-0/+7
* target: handle empty string writes in sysfsDan Carpenter2012-02-071-4/+8
* iscsi_target: in_aton needs linux/inet.hStephen Rothwell2012-02-071-0/+1
* target: Fix iblock se_dev_attrib.unmap_granularityMarco Sanvido2012-02-071-1/+1
* target: Fix target_submit_cmd() exception handlingNicholas Bellinger2012-02-071-8/+10
* target: Change target_submit_cmd() to return voidAndy Grover2012-02-072-10/+4Star
* target: accept REQUEST_SENSE with 18bytesSebastian Andrzej Siewior2012-02-071-10/+4Star
* target: Fail INQUIRY commands with EVPD==0 but PAGE CODE!=0Roland Dreier2012-01-181-0/+7
* target: Return correct ASC for unimplemented VPD pagesRoland Dreier2012-01-181-1/+1
* iscsi-target: Fix discovery with INADDR_ANY and IN6ADDR_ANY_INITNicholas Bellinger2012-01-183-8/+62
* target: Allow control CDBs with data > 1 pageAndy Grover2012-01-186-52/+75
* iscsi-target: Fix up a few assignmentsJesper Juhl2012-01-181-2/+2
* iscsi-target: make one-bit bitfields unsignedDan Carpenter2012-01-181-2/+2
* iscsi-target: Fix double list_add with iscsit_alloc_buffs rejectNicholas Bellinger2012-01-181-1/+1
* iscsi-target: Fix reject release handling in iscsit_free_cmd()Nicholas Bellinger2012-01-181-0/+11