aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/target
Commit message (Expand)AuthorAgeFilesLines
* merged 3.0.101 tagWolfgang Wiedmeyer2015-10-224-6/+17
* tcm_fc: Do not report target role when target is not definedMark Rustad2013-01-211-2/+8
* tcm_fc: Do not indicate retry capability to initiatorsMark Rustad2013-01-211-1/+1
* target/tcm_fc: fix the lockdep warning due to inconsistent lock stateYi Zou2013-01-171-1/+1
* target: Don't return success from module_init() if setup failsRoland Dreier2012-11-171-1/+2
* target: Fix ->data_length re-assignment bug with SCSI overflowNicholas Bellinger2012-10-021-2/+7
* tcm_fc: Resolve suspicious RCU usage warningsMark Rustad2012-07-161-1/+2
* target: Fix 16-bit target ports for SET TARGET PORT GROUPS emulationRoland Dreier2012-04-021-4/+3
* target: Don't set WBUS16 or SYNC bits in INQUIRY responseRoland Dreier2012-04-021-1/+1
* tcm_fc: Fix fc_exch memory leak in ft_send_resp_statusNicholas Bellinger2012-04-021-2/+4
* tcm_loop: Set residual field for SCSI commandsRoland Dreier2012-04-021-0/+6
* target: Correct sense key for INVALID FIELD IN {PARAMETER LIST,CDB}Roland Dreier2012-02-131-4/+4
* target: Allow PERSISTENT RESERVE IN for non-reservation holderMarco Sanvido2012-02-131-0/+1
* target: Use correct preempted registration sense codeMarco Sanvido2012-02-131-2/+2
* target: Set additional sense length field in sense dataRoland Dreier2012-01-251-0/+14
* target: Set response format in INQUIRY responseRoland Dreier2012-01-251-0/+12
* target: Handle 0 correctly in transport_get_sectors_6()Roland Dreier2011-12-211-2/+7
* tcm_loop: Add explict read buffer memset for SCF_SCSI_CONTROL_SG_IO_CDBNicholas Bellinger2011-11-111-0/+18
* target: Fix REPORT TARGET PORT GROUPS handling with small allocation lengthNicholas Bellinger2011-11-111-0/+20
* tcm_fc: Fix conversion spec warningNicholas Bellinger2011-06-241-1/+1
* tcm_fc: Fix possible lock to unlock type deadlockDan Carpenter2011-06-241-1/+1
* tcm_fc: Fix ft_send_tm LUN lookup OOPsKiran Patil2011-06-242-32/+34
* target: Fix incorrect strlen() NULL terminator checksDan Carpenter2011-06-244-17/+17
* target: Drop bogus ERR_PTR usage in target_fabric_configfs_initDan Carpenter2011-06-241-1/+1
* target: Fix ERR_PTR dereferencing bugsDan Carpenter2011-06-242-4/+7
* target: Convert transport_deregister_session_configfs nacl_sess_lock to save ...Roland Dreier2011-06-231-3/+3
* target: Fix transport_get_lun_for_tmr failure casesNicholas Bellinger2011-06-232-2/+9
* [SCSI] target: Convert TASK_ATTR to scsi_tcq.h definitionsNicholas Bellinger2011-05-244-20/+38
* [SCSI] target: Convert REPORT_LUNs to use int_to_scsilunNicholas Bellinger2011-05-244-45/+5
* [SCSI] target: Fix task->task_execute_queue=1 clear bug + LUN_RESET OOPsNicholas Bellinger2011-05-241-0/+7
* [SCSI] target: Fix bug with task_sg chained transport_free_dev_tasks releaseNicholas Bellinger2011-05-241-1/+12
* [SCSI] target: Fix interrupt context bug with stats_lock and core_tmr_alloc_reqNicholas Bellinger2011-05-242-5/+6
* [SCSI] target: Fix multi task->task_sg[] chaining logic bugNicholas Bellinger2011-05-241-11/+15
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2011-05-232-3/+3
|\
| * Merge branch 'master' into for-nextJiri Kosina2011-04-2622-152/+3904
| |\
| * | treewide: remove extra semicolonsJustin P. Mattock2011-04-102-3/+3
* | | [SCSI] tcm_fc: Adding FC_FC4 provider (tcm_fc) for FCoE target (TCM - target ...Kiran Patil2011-05-179-0/+2526
| |/ |/|
* | Fix common misspellingsLucas De Marchi2011-03-317-20/+20
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2011-03-2519-128/+3881
|\ \
| * | [SCSI] tcm_loop: Add multi-fabric Linux/SCSI LLD fabric moduleNicholas Bellinger2011-03-236-0/+1673
| * | [SCSI] target: add initial statisticsNicholas Bellinger2011-03-235-16/+2090
| * | [SCSI] target: Add __init/__exit annotation for target_core_[init,exit]_configfsAxel Lin2011-03-231-2/+2
| * | [SCSI] target: Fix FILEIO fd_buffered_io= token typoNicholas Bellinger2011-03-231-1/+1
| * | [SCSI] target: Fix bogus return in transport_add_device_to_core_hba failure pathNicholas Bellinger2011-03-231-3/+2
| * | [SCSI] target: Avoid mem leak and needless work in transport_generic_get_memJesper Juhl2011-03-231-3/+6
| * | [SCSI] target: Convert TMR REQ/RSP definitions to target namespaceNicholas Bellinger2011-03-231-12/+7
| * | [SCSI] target: Convert rd_build_device_space() to use errnoDan Carpenter2011-03-231-8/+7
| * | [SCSI] target: Minor sparse warning fixes and annotationsDan Carpenter2011-03-235-5/+6
| * | [SCSI] target: Remove unnecessary hba_dev_list walk and se_clear_dev_ports le...Fubo Chen2011-03-232-50/+4
| * | [SCSI] target: Convert backend ->create_virtdevice() call to return ERR_PTRNicholas Bellinger2011-03-235-24/+34