summaryrefslogtreecommitdiffstats
path: root/drivers/target
AgeCommit message (Expand)AuthorLines
2013-01-31target: Fix divide by zero bug in fabric_max_sectors for unconfigured devicesNicholas Bellinger-1/+7
2013-01-31target: Fix regression allowing unconfigured devices to fabric port linkNicholas Bellinger-0/+5
2013-01-29target: Fix zero-length READ_CAPACITY_16 regressionNicholas Bellinger-10/+8
2013-01-29target: Fix zero-length MODE_SENSE regressionNicholas Bellinger-28/+7
2013-01-29target: Fix zero-length INQUIRY additional sense code regressionNicholas Bellinger-5/+4
2013-01-10iscsi-target: Fix CmdSN comparison (use cmd->cmd_sn instead of cmd->stat_sn)Roland Dreier-1/+1
2013-01-10target: Release se_cmd when LUN lookup fails for TMRRoland Dreier-0/+2
2013-01-10target: Fix use-after-free in LUN RESET handlingRoland Dreier-3/+2
2013-01-10target: Fix missing CMD_T_ACTIVE bit regression for pending WRITEsRoland Dreier-0/+1
2013-01-10tcm_fc: Do not report target role when target is not definedMark Rustad-2/+8
2013-01-10tcm_fc: Do not indicate retry capability to initiatorsMark Rustad-1/+1
2013-01-10target: Use TCM_NO_SENSE for initialisationHannes Reinecke-2/+2
2013-01-10target: Introduce TCM_NO_SENSEHannes Reinecke-0/+10
2013-01-08target: use correct sense code for LUN communication failureHannes Reinecke-1/+1
2012-12-15Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds-3696/+2654
2012-12-13target/iscsi_target: Add NodeACL tags for initiator group supportAndy Grover-0/+47
2012-12-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds-5/+6
2012-12-12target/tcm_fc: fix the lockdep warning due to inconsistent lock stateYi Zou-1/+1
2012-12-12sbp-target: fix error path in sbp_make_tpg()Chris Boot-7/+10
2012-12-12sbp-target: use simple assignment in tgt_agent_rw_agent_state()Chris Boot-3/+4
2012-12-07iscsi-target: use kstrdup() for iscsi_paramSebastian Andrzej Siewior-13/+3
2012-12-05target/file: merge fd_do_readv() and fd_do_writev()Sebastian Andrzej Siewior-60/+32
2012-12-05target/file: Fix 32-bit highmem breakage for SGL -> iovec mappingSebastian Andrzej Siewior-2/+7
2012-12-05target: Add link_magic for fabric allow_link destination target_itemsNicholas Bellinger-0/+14
2012-11-27target: Make spc_get_write_same_sectors return sector_tNicholas Bellinger-2/+2
2012-11-27target/configfs: use kmalloc() instead of kzalloc() for default groupsSebastian Andrzej Siewior-12/+12
2012-11-27target/configfs: allocate only 6 slots for dev_cg->default_groupsSebastian Andrzej Siewior-1/+1
2012-11-27target/configfs: allocate pointers instead of full struct for default_groupsSebastian Andrzej Siewior-12/+12
2012-11-27target: update error handling for sbc_setup_write_same()Dan Carpenter-3/+3
2012-11-27iscsit: use GFP_ATOMIC under spin lockWei Yongjun-1/+1
2012-11-27iscsi_target: Remove redundant null check before kfreeSachin Kamat-4/+2
2012-11-27target/iblock: Forward declare bio helpersNicholas Bellinger-86/+81
2012-11-27target: Clean up flow in transport_check_aborted_status()Roland Dreier-14/+10
2012-11-27target: Clean up logic in transport_put_cmd()Roland Dreier-5/+4
2012-11-27target: Update copyright information to 2012Nicholas Bellinger-59/+19
2012-11-19target: iscsi: fix comment typos in target/iscsi driversMasanari Iida-5/+5
2012-11-17target: Fix handling of aborted commandsRoland Dreier-2/+4
2012-11-15target/iblock: Add WRITE_SAME w/ UNMAP=0 emulation supportNicholas Bellinger-7/+79
2012-11-15target: Add/check max_write_same_len device attribute + update block limits VPDNicholas Bellinger-1/+30
2012-11-15target/sbc: Seperate WRITE_SAME based on UNMAP flag in sbc_opsNicholas Bellinger-28/+23
2012-11-07target: Change sbc_emulate_noop to return sense_reason_tNicholas Bellinger-8/+2
2012-11-07sbp-target: remove depends on CONFIG_EXPERIMENTALKees Cook-1/+1
2012-11-07iscsi-target: Always send a response before terminating iSCSI connectionRoland Dreier-6/+12
2012-11-07iscsi-target: Fix bug in handling of ExpStatSN ACK during u32 wrap-aroundSteve Hodgson-4/+4
2012-11-07iscsi-target: Fix potential deadlock on lock taken in timerRoland Dreier-2/+2
2012-11-07target: Fix exception path pr_reg put regression for PR RELEASENicholas Bellinger-1/+1
2012-11-07target: Fix possible TFO->write_pending() sense_reason_t silent WRITE corruptionNicholas Bellinger-1/+1
2012-11-06target: Fix incorrect inversion of TPGS_EXPLICT_ALUA checkNicholas Bellinger-1/+1
2012-11-06target: pass sense_reason as a return valueChristoph Hellwig-991/+783
2012-11-06target: Fix incorrect starting offset after MODE_SENSE refactoringNicholas Bellinger-2/+5