summaryrefslogtreecommitdiffstats
path: root/drivers/target
Commit message (Expand)AuthorAgeFilesLines
* tcm_fc: Do not free tpg structure during wq allocation failureMark Rustad2012-04-131-5/+8
* tcm_fc: Add abort flag for gracefully handling exchange timeoutMark Rustad2012-04-133-2/+11
* target: Fix unsupported WRITE_SAME sense payloadMartin Svec2012-04-131-3/+3
* target: Fix 16-bit target ports for SET TARGET PORT GROUPS emulationRoland Dreier2012-04-021-4/+3
* target: prevent NULL pointer dereference in target_report_lunsJörn Engel2012-04-021-1/+3
* target: fix use after free in target_report_lunsJörn Engel2012-04-021-1/+1
* 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
* iscsi-target: Fix dynamic -> explict NodeACL pointer referenceNicholas Bellinger2012-04-021-4/+2
* iscsi-target: Fix iscsit_alloc_buffs() failure casesNicholas Bellinger2012-04-021-8/+6
* tcm_loop: Set residual field for SCSI commandsRoland Dreier2012-04-021-0/+6
* target: Fix compatible reservation handling (CRH=1) with legacy RESERVE/RELEASENicholas Bellinger2012-03-192-12/+23
* iscsi-target: Fix reservation conflict -EBUSY response handling bugNicholas Bellinger2012-03-191-1/+1
* target: Allow control CDBs with data > 1 pageAndy Grover2012-02-296-52/+75
* target: Fail INQUIRY commands with EVPD==0 but PAGE CODE!=0Roland Dreier2012-02-131-0/+7
* target: Return correct ASC for unimplemented VPD pagesRoland Dreier2012-02-131-1/+1
* target: Add workaround for zero-length control CDB handlingNicholas Bellinger2012-02-131-0/+13
* 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
* iscsi-target: Fix discovery with INADDR_ANY and IN6ADDR_ANY_INITNicholas Bellinger2012-02-133-8/+62
* iscsi-target: Fix double list_add with iscsit_alloc_buffs rejectNicholas Bellinger2012-02-131-1/+1
* iscsi-target: Fix reject release handling in iscsit_free_cmd()Nicholas Bellinger2012-02-131-0/+11
* 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
* 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
* target: remove the se_ordered_node se_cmd fieldChristoph Hellwig2011-12-061-11/+0
* target: remove the se_obj_ptr and se_orig_obj_ptr se_cmd fieldsChristoph Hellwig2011-12-062-4/+1
* target: Drop config_item_name usage in fabric TFO->free_wwn()Nicholas Bellinger2011-12-062-7/+5
* target: Get rid of unused se_cmd_cacheRoland Dreier2011-12-061-11/+1
* target: Improve system responsivity during I/OBart Van Assche2011-12-061-2/+0
* iscsi-target: Fix sess allocation leak in iscsi_login_zero_tsih_s1Nicholas Bellinger2011-12-061-5/+8
* target: Address legacy PYX_TRANSPORT_* return code breakageNicholas Bellinger2011-12-0614-276/+280
* Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-0613-0/+13
|\
| * drivers/target: Add module.h to drivers/target files as required.Paul Gortmaker2011-10-316-0/+6