summaryrefslogtreecommitdiffstats
path: root/drivers/target
Commit message (Expand)AuthorAgeFilesLines
* 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
* target: fix return code of core_tpg_.*_lunSebastian Andrzej Siewior2012-01-184-14/+14
* target: use save/restore lock primitive in core_dec_lacl_count()Sebastian Andrzej Siewior2012-01-181-2/+3
* target: avoid multiple outputs in scsi_dump_inquiry()Sebastian Andrzej Siewior2012-01-181-11/+13
* target: Add workaround for zero-length control CDB handlingNicholas Bellinger2012-01-181-0/+13
* target: Correct sense key for INVALID FIELD IN {PARAMETER LIST,CDB}Roland Dreier2012-01-181-4/+4
* target: Don't zero pages used for data buffersroland@purestorage.com2012-01-181-1/+4
* target: Allow PERSISTENT RESERVE IN for non-reservation holderMarco Sanvido2012-01-181-0/+1
* target: Use correct preempted registration sense codeMarco Sanvido2012-01-181-2/+2
* target: don't allocate bio headroom in iblockChristoph Hellwig2012-01-181-1/+1
* target: Set additional sense length field in sense dataRoland Dreier2011-12-161-0/+14
* target: Remove legacy device status check from transport_execute_tasksNicholas Bellinger2011-12-141-7/+0
* target: Remove __transport_execute_tasks() for each processing contextNicholas Bellinger2011-12-141-2/+0
* target: Remove extra se_device->execute_task_lock access in fast pathNicholas Bellinger2011-12-141-16/+24
* target: Drop se_device TCQ queue_depth usage from I/O pathNicholas Bellinger2011-12-143-45/+2
* target: Fix possible NULL pointer with __transport_execute_tasksNicholas Bellinger2011-12-141-1/+2
* tcm_fc: Convert ft_send_work to use target_submit_cmdNicholas Bellinger2011-12-141-38/+13
* target: Add target_submit_cmd() for process context fabric submissionNicholas Bellinger2011-12-141-2/+84
* target: Make target_put_sess_cmd use target_release_cmd_krefNicholas Bellinger2011-12-141-15/+24
* target: Set response format in INQUIRY responseRoland Dreier2011-12-141-0/+12
* tcm_loop: bump max_sectorsChristoph Hellwig2011-12-142-14/+5
* target/configs: remove trailing newline from udev_path and aliasSebastian Andrzej Siewior2011-12-141-0/+6
* iscsi-target: fix chap identifier simple_strtoul usageNicholas Bellinger2011-12-141-3/+7
* target: remove useless castsJörn Engel2011-12-1418-101/+90
* target: simplify target_check_cdb_and_preemptJörn Engel2011-12-141-16/+10
* target: Move core_scsi3_check_cdb_abort_and_preemptJörn Engel2011-12-143-17/+15
* target: use \n as a separator for configurationSebastian Andrzej Siewior2011-12-145-5/+5
* target: make the se_task task_state_active a normal boolChristoph Hellwig2011-12-142-22/+21
* target: remove the se_task task_error_status fieldChristoph Hellwig2011-12-141-7/+1
* target: fold se_task.task_sense into task_flagsChristoph Hellwig2011-12-141-2/+2
* target: header reshuffle, part2Christoph Hellwig2011-12-1435-102/+43
* target: reshuffle headersChristoph Hellwig2011-12-1417-80/+166
* iscsi-target: Fix hex2bin warn_unused compile messageNicholas Bellinger2011-12-061-2/+4
* target: Don't return an error if disabling unsupported featuresAndy Grover2011-12-061-8/+16
* target/rd: fix or rewrite the copy routineSebastian Andrzej Siewior2011-12-061-205/+40
* target/rd: simplify the page/offset computationSebastian Andrzej Siewior2011-12-061-6/+4
* target: remove the unused se_dev_listChristoph Hellwig2011-12-062-12/+0
* target/file: walk properly over sg listSebastian Andrzej Siewior2011-12-061-6/+6
* target: remove unused struct fieldsJörn Engel2011-12-063-12/+0
* target: Fix page length in emulated INQUIRY VPD page 86hRoland Dreier2011-12-061-1/+1
* target: Handle 0 correctly in transport_get_sectors_6()Roland Dreier2011-12-061-2/+7
* target: Don't return an error status for 0-length READ and WRITERoland Dreier2011-12-061-1/+8
* iscsi-target: Use kmemdup rather than duplicating its implementationThomas Meyer2011-12-062-6/+3
* iscsi-target: Add missing F_BIT for iscsi_tm_rspNicholas Bellinger2011-12-061-0/+1
* iscsi-target: Fix residual count hanlding + remove iscsi_cmd->residual_countNicholas Bellinger2011-12-062-5/+6
* target: Reject SCSI data overflow for fabrics using transport_generic_map_mem...Nicholas Bellinger2011-12-061-0/+12
* target: remove the t_tasks_bidi se_cmd fieldChristoph Hellwig2011-12-062-6/+4
* target: remove the t_tasks_fua se_cmd fieldChristoph Hellwig2011-12-063-7/+12