summaryrefslogtreecommitdiff
path: root/drivers/target
Commit message (Expand)AuthorAgeFilesLines
* iscsi-target: chap auth shouldn't match username with trailing garbageEric Seppanen2013-12-041-1/+4
* iscsi-target: fix extract_param to handle buffer length corner caseEric Seppanen2013-12-041-1/+1
* target: Fix trailing ASCII space usage in INQUIRY vendor+modelNicholas Bellinger2013-09-071-3/+6
* iscsi-target: Fix tfc_tpg_nacl_auth_cit configfs length overflowJoern Engel2013-08-041-1/+1
* target/iscsi: don't corrupt bh_count in iscsit_stop_time2retain_timer()Joern Engel2013-06-271-2/+2
* iscsi-target: fix heap buffer overflow on errorKees Cook2013-06-072-6/+6
* iscsi-target: Fix processing of OOO commandsShlomo Pongratz2013-05-191-3/+4
* target: Fix incorrect fallthrough of ALUA Standby/Offline/Transition CDBsNicholas Bellinger2013-04-161-0/+3
* target/iscsi: Fix mutual CHAP auth on big-endian archesAndy Grover2013-03-281-1/+4
* target/pscsi: Fix page incrementAsias He2013-03-141-1/+0
* target: Add missing mapped_lun bounds checking during make_mappedlun setupNicholas Bellinger2013-03-041-0/+8
* target: Fix lookup of dynamic NodeACLs during cached demo-mode operationNicholas Bellinger2013-03-044-20/+9
* target: Fix divide by zero bug in fabric_max_sectors for unconfigured devicesNicholas Bellinger2013-02-281-1/+7
* target: fix regression with dev_link_magic in target_fabric_port_linkNicholas Bellinger2013-02-031-6/+5
* target: Add link_magic for fabric allow_link destination target_itemsNicholas Bellinger2013-01-214-0/+15
* target: Release se_cmd when LUN lookup fails for TMRRoland Dreier2013-01-211-0/+2
* 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
* iscsit: use GFP_ATOMIC under spin lockWei Yongjun2013-01-171-1/+1
* target: Fix incorrect usage of nested IRQ spinlocks in ABORT_TASK pathSteve Hodgson2012-11-171-3/+3
* iscsi-target: Fix missed wakeup race in TX threadRoland Dreier2012-11-175-3/+26
* target: Avoid integer overflow in se_dev_align_max_sectors()Roland Dreier2012-11-171-9/+9
* target: Don't return success from module_init() if setup failsRoland Dreier2012-11-171-1/+2
* target: Fix double-free of se_cmd in target_complete_tmr_failureNicholas Bellinger2012-11-051-1/+0
* target: fix return code in target_core_init_configfs error pathPeter Senna Tschudin2012-10-211-1/+7
* iscsi-target: Bump defaults for nopin_timeout + nopin_response_timeout valuesNicholas Bellinger2012-10-211-2/+2
* iscsi-target: Add explicit set of cache_dynamic_acls=1 for TPG demo-modeNicholas Bellinger2012-10-211-0/+12
* iscsit: remove incorrect unlock in iscsit_build_sendtargets_respChristoph Hellwig2012-10-211-1/+0
* iscsi-target: Correctly set 0xffffffff field within ISCSI_OP_REJECT PDUNicholas Bellinger2012-10-211-0/+1
* target: Fix ->data_length re-assignment bug with SCSI overflowNicholas Bellinger2012-10-021-2/+7
* target: fix NULL pointer dereference bug alloc_page() fails to get memoryYi Zou2012-09-141-2/+2
* target: Check number of unmap descriptors against our limitRoland Dreier2012-08-151-0/+5
* target: Fix possible integer underflow in UNMAP emulationRoland Dreier2012-08-151-10/+10
* target: Fix reading of data length fields for UNMAP commandsRoland Dreier2012-08-151-3/+3
* target: Add range checking to UNMAP emulationRoland Dreier2012-08-151-0/+12
* iscsi-target: Drop bogus struct file usage for iSCSI/SCTPAl Viro2012-08-093-78/+6
* target: Add generation of LOGICAL BLOCK ADDRESS OUT OF RANGERoland Dreier2012-08-091-0/+10
* tcm_fc: Fix crash seen with aborts and large readsMark Rustad2012-07-291-0/+2
* target: Fix range calculation in WRITE SAME emulation when num blocks == 0Roland Dreier2012-07-291-1/+1
* target: Clean up returning errors in PR handling codeRoland Dreier2012-07-291-3/+4
* tcm_fc: Resolve suspicious RCU usage warningsMark Rustad2012-07-161-1/+2
* target: Return error to initiator if SET TARGET PORT GROUPS emulation failsRoland Dreier2012-06-221-3/+5
* target: Fix bug in handling of FILEIO + block_device resize opsNicholas Bellinger2012-05-171-6/+16
* target: Fix SPC-2 RELEASE bug for multi-session iSCSI client setupsBernhard Kohl2012-05-141-0/+3
* target: Drop incorrect se_lun_acl release for dynamic -> explict ACL conversionNicholas Bellinger2012-05-111-22/+0
* tcm_fc: Do not free tpg structure during wq allocation failureMark Rustad2012-04-061-5/+8
* tcm_fc: Add abort flag for gracefully handling exchange timeoutMark Rustad2012-04-063-2/+11
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2012-03-2236-967/+874
|\
| * loopback: Fix transport_generic_allocate_tasks error handlingNicholas Bellinger2012-03-171-2/+1