summaryrefslogtreecommitdiff
path: root/drivers/target
AgeCommit message (Expand)AuthorFilesLines
2013-04-17target: Fix incorrect fallthrough of ALUA Standby/Offline/Transition CDBsNicholas Bellinger1-0/+3
2013-03-14target/pscsi: Fix page incrementAsias He1-1/+0
2013-03-04target: Add missing mapped_lun bounds checking during make_mappedlun setupNicholas Bellinger1-0/+8
2013-01-21tcm_fc: Do not report target role when target is not definedMark Rustad1-2/+8
2013-01-21tcm_fc: Do not indicate retry capability to initiatorsMark Rustad1-1/+1
2013-01-17target/tcm_fc: fix the lockdep warning due to inconsistent lock stateYi Zou1-1/+1
2012-11-18target: Don't return success from module_init() if setup failsRoland Dreier1-1/+2
2012-10-02target: Fix ->data_length re-assignment bug with SCSI overflowNicholas Bellinger1-2/+7
2012-07-16tcm_fc: Resolve suspicious RCU usage warningsMark Rustad1-1/+2
2012-04-02target: Fix 16-bit target ports for SET TARGET PORT GROUPS emulationRoland Dreier1-4/+3
2012-04-02target: Don't set WBUS16 or SYNC bits in INQUIRY responseRoland Dreier1-1/+1
2012-04-02tcm_fc: Fix fc_exch memory leak in ft_send_resp_statusNicholas Bellinger1-2/+4
2012-04-02tcm_loop: Set residual field for SCSI commandsRoland Dreier1-0/+6
2012-02-13target: Correct sense key for INVALID FIELD IN {PARAMETER LIST,CDB}Roland Dreier1-4/+4
2012-02-13target: Allow PERSISTENT RESERVE IN for non-reservation holderMarco Sanvido1-0/+1
2012-02-13target: Use correct preempted registration sense codeMarco Sanvido1-2/+2
2012-01-26target: Set additional sense length field in sense dataRoland Dreier1-0/+14
2012-01-26target: Set response format in INQUIRY responseRoland Dreier1-0/+12
2011-12-22target: Handle 0 correctly in transport_get_sectors_6()Roland Dreier1-2/+7
2011-11-11tcm_loop: Add explict read buffer memset for SCF_SCSI_CONTROL_SG_IO_CDBNicholas Bellinger1-0/+18
2011-11-11target: Fix REPORT TARGET PORT GROUPS handling with small allocation lengthNicholas Bellinger1-0/+20
2011-06-24tcm_fc: Fix conversion spec warningNicholas Bellinger1-1/+1
2011-06-24tcm_fc: Fix possible lock to unlock type deadlockDan Carpenter1-1/+1
2011-06-24tcm_fc: Fix ft_send_tm LUN lookup OOPsKiran Patil2-32/+34
2011-06-24target: Fix incorrect strlen() NULL terminator checksDan Carpenter4-17/+17
2011-06-24target: Drop bogus ERR_PTR usage in target_fabric_configfs_initDan Carpenter1-1/+1
2011-06-24target: Fix ERR_PTR dereferencing bugsDan Carpenter2-4/+7
2011-06-24target: Convert transport_deregister_session_configfs nacl_sess_lock to save ...Roland Dreier1-3/+3
2011-06-24target: Fix transport_get_lun_for_tmr failure casesNicholas Bellinger2-2/+9
2011-05-24[SCSI] target: Convert TASK_ATTR to scsi_tcq.h definitionsNicholas Bellinger4-20/+38
2011-05-24[SCSI] target: Convert REPORT_LUNs to use int_to_scsilunNicholas Bellinger4-45/+5
2011-05-24[SCSI] target: Fix task->task_execute_queue=1 clear bug + LUN_RESET OOPsNicholas Bellinger1-0/+7
2011-05-24[SCSI] target: Fix bug with task_sg chained transport_free_dev_tasks releaseNicholas Bellinger1-1/+12
2011-05-24[SCSI] target: Fix interrupt context bug with stats_lock and core_tmr_alloc_reqNicholas Bellinger2-5/+6
2011-05-24[SCSI] target: Fix multi task->task_sg[] chaining logic bugNicholas Bellinger1-11/+15
2011-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2-3/+3
2011-05-17[SCSI] tcm_fc: Adding FC_FC4 provider (tcm_fc) for FCoE target (TCM - target ...Kiran Patil9-0/+2526
2011-04-26Merge branch 'master' into for-nextJiri Kosina22-152/+3904
2011-04-10treewide: remove extra semicolonsJustin P. Mattock2-3/+3
2011-03-31Fix common misspellingsLucas De Marchi7-20/+20
2011-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds19-128/+3881
2011-03-24Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-4/+3
2011-03-23[SCSI] tcm_loop: Add multi-fabric Linux/SCSI LLD fabric moduleNicholas Bellinger6-0/+1673
2011-03-23[SCSI] target: add initial statisticsNicholas Bellinger5-16/+2090
2011-03-23[SCSI] target: Add __init/__exit annotation for target_core_[init,exit]_configfsAxel Lin1-2/+2
2011-03-23[SCSI] target: Fix FILEIO fd_buffered_io= token typoNicholas Bellinger1-1/+1
2011-03-23[SCSI] target: Fix bogus return in transport_add_device_to_core_hba failure pathNicholas Bellinger1-3/+2
2011-03-23[SCSI] target: Avoid mem leak and needless work in transport_generic_get_memJesper Juhl1-3/+6
2011-03-23[SCSI] target: Convert TMR REQ/RSP definitions to target namespaceNicholas Bellinger1-12/+7
2011-03-23[SCSI] target: Convert rd_build_device_space() to use errnoDan Carpenter1-8/+7