summaryrefslogtreecommitdiffstats
path: root/drivers/target (follow)
Commit message (Expand)AuthorAgeFilesLines
* target/pscsi: Fix page incrementAsias He2013-02-281-1/+0
* target/pscsi: Drop unnecessary NULL assignment to bio->bi_nextAsias He2013-02-281-2/+0
* target: Add __exit annotation for module_exit functionsAsias He2013-02-284-4/+4
* iscsi-target: Fix immediate queue starvation regression with DATAINNicholas Bellinger2013-02-281-2/+9
* target: Rename spc_get_write_same_sectors -> sbc_get_write_same_sectorsRoland Dreier2013-02-233-6/+6
* target/file: Add WRITE_SAME w/ UNMAP=0 emulation supportNicholas Bellinger2013-02-201-0/+114
* iscsi-target: Enforce individual network portal export once per TargetNameNicholas Bellinger2013-02-201-0/+39
* iscsi-target: Refactor iscsit_get_np sockaddr matching into iscsit_check_np_m...Nicholas Bellinger2013-02-202-26/+41
* target: Add missing mapped_lun bounds checking during make_mappedlun setupNicholas Bellinger2013-02-191-0/+8
* target: Fix lookup of dynamic NodeACLs during cached demo-mode operationNicholas Bellinger2013-02-194-20/+9
* target: Fix parameter list length checking in MODE SELECTRoland Dreier2013-02-131-0/+13
* target: Fix error checking for UNMAP commandsRoland Dreier2013-02-132-1/+20
* target: Fix sense data for out-of-bounds IO operationsRoland Dreier2013-02-131-1/+1
* target_core_rd: break out unterminated loop during copyHannes Reinecke2013-02-131-0/+12
* target: Add device attribute to expose config_item_name for INQUIRY modelTregaron Bayly2013-02-133-0/+44
* target: don't truncate the fail intr addressDan Carpenter2013-02-131-6/+9
* target: don't always say "ipv6" as address typeDan Carpenter2013-02-131-4/+6
* target/iblock: Use backend REQ_FLUSH hint for WriteCacheEnabled statusNicholas Bellinger2013-02-133-11/+47
* iscsi-target: make some temporary buffers largerDan Carpenter2013-02-131-4/+4
* target: change sprintf to snprintf in transport_dump_vpd_identDan Carpenter2013-02-131-3/+6
* target/rd: improve sg_table lookup scalabilityMartin Svec2013-02-131-2/+4
* target: Remove useless if statementRoland Dreier2013-02-131-12/+0
* target: Export SPC inquiry emulationHannes Reinecke2013-02-131-3/+5
* target: Fix divide by zero bug in fabric_max_sectors for unconfigured devicesNicholas Bellinger2013-02-011-1/+7
* target: Fix regression allowing unconfigured devices to fabric port linkNicholas Bellinger2013-02-011-0/+5
* target: Fix zero-length READ_CAPACITY_16 regressionNicholas Bellinger2013-01-291-10/+8
* target: Fix zero-length MODE_SENSE regressionNicholas Bellinger2013-01-291-28/+7
* target: Fix zero-length INQUIRY additional sense code regressionNicholas Bellinger2013-01-291-5/+4
* iscsi-target: Fix CmdSN comparison (use cmd->cmd_sn instead of cmd->stat_sn)Roland Dreier2013-01-111-1/+1
* target: Release se_cmd when LUN lookup fails for TMRRoland Dreier2013-01-111-0/+2
* target: Fix use-after-free in LUN RESET handlingRoland Dreier2013-01-111-3/+2
* target: Fix missing CMD_T_ACTIVE bit regression for pending WRITEsRoland Dreier2013-01-111-0/+1
* tcm_fc: Do not report target role when target is not definedMark Rustad2013-01-111-2/+8
* tcm_fc: Do not indicate retry capability to initiatorsMark Rustad2013-01-111-1/+1
* target: Use TCM_NO_SENSE for initialisationHannes Reinecke2013-01-112-2/+2
* target: Introduce TCM_NO_SENSEHannes Reinecke2013-01-111-0/+10
* target: use correct sense code for LUN communication failureHannes Reinecke2013-01-091-1/+1
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2012-12-1541-3696/+2654
|\
| * target/iscsi_target: Add NodeACL tags for initiator group supportAndy Grover2012-12-132-0/+47
| * target/tcm_fc: fix the lockdep warning due to inconsistent lock stateYi Zou2012-12-131-1/+1
| * sbp-target: fix error path in sbp_make_tpg()Chris Boot2012-12-131-7/+10
| * sbp-target: use simple assignment in tgt_agent_rw_agent_state()Chris Boot2012-12-131-3/+4
| * iscsi-target: use kstrdup() for iscsi_paramSebastian Andrzej Siewior2012-12-081-13/+3
| * target/file: merge fd_do_readv() and fd_do_writev()Sebastian Andrzej Siewior2012-12-051-60/+32
| * target/file: Fix 32-bit highmem breakage for SGL -> iovec mappingSebastian Andrzej Siewior2012-12-051-2/+7
| * target: Add link_magic for fabric allow_link destination target_itemsNicholas Bellinger2012-12-053-0/+14
| * target: Make spc_get_write_same_sectors return sector_tNicholas Bellinger2012-11-282-2/+2
| * target/configfs: use kmalloc() instead of kzalloc() for default groupsSebastian Andrzej Siewior2012-11-283-12/+12
| * target/configfs: allocate only 6 slots for dev_cg->default_groupsSebastian Andrzej Siewior2012-11-281-1/+1
| * target/configfs: allocate pointers instead of full struct for default_groupsSebastian Andrzej Siewior2012-11-283-12/+12