summaryrefslogtreecommitdiff
path: root/drivers/target
AgeCommit message (Expand)AuthorFilesLines
2013-06-07iscsi-target: fix heap buffer overflow on errorKees Cook2-6/+6
2013-05-19iscsi-target: Fix processing of OOO commandsShlomo Pongratz1-3/+4
2013-04-16target: Fix incorrect fallthrough of ALUA Standby/Offline/Transition CDBsNicholas Bellinger1-0/+3
2013-03-28target/iscsi: Fix mutual CHAP auth on big-endian archesAndy Grover1-1/+4
2013-03-14target/pscsi: Fix page incrementAsias He1-1/+0
2013-03-04target: Add missing mapped_lun bounds checking during make_mappedlun setupNicholas Bellinger1-0/+8
2013-03-04target: Fix lookup of dynamic NodeACLs during cached demo-mode operationNicholas Bellinger4-20/+9
2013-02-28target: Fix divide by zero bug in fabric_max_sectors for unconfigured devicesNicholas Bellinger1-1/+7
2013-02-03target: fix regression with dev_link_magic in target_fabric_port_linkNicholas Bellinger1-6/+5
2013-01-21target: Add link_magic for fabric allow_link destination target_itemsNicholas Bellinger4-0/+15
2013-01-21target: Release se_cmd when LUN lookup fails for TMRRoland Dreier1-0/+2
2013-01-21tcm_fc: Do not report target role when target is not definedMark Rustad1-2/+8
2013-01-21tcm_fc: Do not indicate retry capability to initiatorsMark Rustad1-1/+1
2013-01-17target/tcm_fc: fix the lockdep warning due to inconsistent lock stateYi Zou1-1/+1
2013-01-17iscsit: use GFP_ATOMIC under spin lockWei Yongjun1-1/+1
2012-11-17target: Fix incorrect usage of nested IRQ spinlocks in ABORT_TASK pathSteve Hodgson1-3/+3
2012-11-17iscsi-target: Fix missed wakeup race in TX threadRoland Dreier5-3/+26
2012-11-17target: Avoid integer overflow in se_dev_align_max_sectors()Roland Dreier1-9/+9
2012-11-17target: Don't return success from module_init() if setup failsRoland Dreier1-1/+2
2012-11-05target: Fix double-free of se_cmd in target_complete_tmr_failureNicholas Bellinger1-1/+0
2012-10-21target: fix return code in target_core_init_configfs error pathPeter Senna Tschudin1-1/+7
2012-10-21iscsi-target: Bump defaults for nopin_timeout + nopin_response_timeout valuesNicholas Bellinger1-2/+2
2012-10-21iscsi-target: Add explicit set of cache_dynamic_acls=1 for TPG demo-modeNicholas Bellinger1-0/+12
2012-10-21iscsit: remove incorrect unlock in iscsit_build_sendtargets_respChristoph Hellwig1-1/+0
2012-10-21iscsi-target: Correctly set 0xffffffff field within ISCSI_OP_REJECT PDUNicholas Bellinger1-0/+1
2012-10-02target: Fix ->data_length re-assignment bug with SCSI overflowNicholas Bellinger1-2/+7
2012-09-14target: fix NULL pointer dereference bug alloc_page() fails to get memoryYi Zou1-2/+2
2012-08-15target: Check number of unmap descriptors against our limitRoland Dreier1-0/+5
2012-08-15target: Fix possible integer underflow in UNMAP emulationRoland Dreier1-10/+10
2012-08-15target: Fix reading of data length fields for UNMAP commandsRoland Dreier1-3/+3
2012-08-15target: Add range checking to UNMAP emulationRoland Dreier1-0/+12
2012-08-09iscsi-target: Drop bogus struct file usage for iSCSI/SCTPAl Viro3-78/+6
2012-08-09target: Add generation of LOGICAL BLOCK ADDRESS OUT OF RANGERoland Dreier1-0/+10
2012-07-29tcm_fc: Fix crash seen with aborts and large readsMark Rustad1-0/+2
2012-07-29target: Fix range calculation in WRITE SAME emulation when num blocks == 0Roland Dreier1-1/+1
2012-07-29target: Clean up returning errors in PR handling codeRoland Dreier1-3/+4
2012-07-16tcm_fc: Resolve suspicious RCU usage warningsMark Rustad1-1/+2
2012-06-22target: Return error to initiator if SET TARGET PORT GROUPS emulation failsRoland Dreier1-3/+5
2012-05-17target: Fix bug in handling of FILEIO + block_device resize opsNicholas Bellinger1-6/+16
2012-05-14target: Fix SPC-2 RELEASE bug for multi-session iSCSI client setupsBernhard Kohl1-0/+3
2012-05-11target: Drop incorrect se_lun_acl release for dynamic -> explict ACL conversionNicholas Bellinger1-22/+0
2012-04-06tcm_fc: Do not free tpg structure during wq allocation failureMark Rustad1-5/+8
2012-04-06tcm_fc: Add abort flag for gracefully handling exchange timeoutMark Rustad3-2/+11
2012-03-22Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds36-967/+874
2012-03-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2-0/+2
2012-03-21Merge branch 'kmap_atomic' of git://github.com/congwang/linuxLinus Torvalds2-8/+6
2012-03-20Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-11/+1
2012-03-20target: remove the second argument of k[un]map_atomic()Cong Wang2-8/+6
2012-03-17loopback: Fix transport_generic_allocate_tasks error handlingNicholas Bellinger1-2/+1
2012-03-17iscsi-target: remove improper externsDan Carpenter1-8/+8