summaryrefslogtreecommitdiff
path: root/drivers/target
AgeCommit message (Expand)AuthorFilesLines
2013-07-27iscsi-target: Fix tfc_tpg_nacl_auth_cit configfs length overflowJörn Engel1-1/+1
2013-06-19iscsi-target: fix heap buffer overflow on errorKees Cook2-6/+6
2013-05-30iscsi-target: Fix processing of OOO commandsShlomo Pongratz1-3/+4
2013-04-25target: Fix incorrect fallthrough of ALUA Standby/Offline/Transition CDBsNicholas Bellinger1-0/+3
2013-04-25target: Fix MAINTENANCE_IN service action CDB checks to use lower 5 bitsNicholas Bellinger2-4/+5
2013-03-06target: Add missing mapped_lun bounds checking during make_mappedlun setupNicholas Bellinger1-0/+8
2013-03-06target: Fix lookup of dynamic NodeACLs during cached demo-mode operationNicholas Bellinger3-19/+8
2013-02-06tcm_fc: Do not report target role when target is not definedMark Rustad1-2/+8
2013-02-06tcm_fc: Do not indicate retry capability to initiatorsMark Rustad1-1/+1
2013-02-06target: use correct sense code for LUN communication failureHannes Reinecke1-1/+1
2013-01-03target/tcm_fc: fix the lockdep warning due to inconsistent lock stateYi Zou1-1/+1
2013-01-03target/file: Fix 32-bit highmem breakage for SGL -> iovec mappingSebastian Andrzej Siewior1-2/+7
2013-01-03iscsit: use GFP_ATOMIC under spin lockWei Yongjun1-1/+1
2013-01-03iscsi-target: Always send a response before terminating iSCSI connectionRoland Dreier2-6/+12
2012-11-16iscsi-target: Fix missed wakeup race in TX threadRoland Dreier5-3/+26
2012-11-16target: Avoid integer overflow in se_dev_align_max_sectors()Roland Dreier1-9/+9
2012-11-16target: Don't return success from module_init() if setup failsRoland Dreier1-1/+2
2012-10-17iscsi-target: Bump defaults for nopin_timeout + nopin_response_timeout valuesNicholas Bellinger1-2/+2
2012-10-17iscsit: remove incorrect unlock in iscsit_build_sendtargets_respChristoph Hellwig1-1/+0
2012-10-17iscsi-target: Add explicit set of cache_dynamic_acls=1 for TPG demo-modeNicholas Bellinger1-0/+12
2012-10-17target/file: Re-enable optional fd_buffered_io=1 operationNicholas Bellinger2-3/+39
2012-10-17iscsi-target: Correctly set 0xffffffff field within ISCSI_OP_REJECT PDUNicholas Bellinger1-0/+1
2012-10-17target: fix return code in target_core_init_configfs error pathPeter Senna Tschudin1-1/+7
2012-10-10target: Fix ->data_length re-assignment bug with SCSI overflowNicholas Bellinger1-2/+7
2012-09-12target: fix NULL pointer dereference bug alloc_page() fails to get memoryYi Zou1-2/+2
2012-08-02iscsi-target: Drop bogus struct file usage for iSCSI/SCTPAl Viro3-78/+6
2012-08-02target: Check number of unmap descriptors against our limitRoland Dreier1-0/+5
2012-08-02target: Fix possible integer underflow in UNMAP emulationRoland Dreier1-10/+10
2012-08-02target: Fix reading of data length fields for UNMAP commandsRoland Dreier1-3/+3
2012-08-02target: Add range checking to UNMAP emulationRoland Dreier1-0/+12
2012-08-02target: Add generation of LOGICAL BLOCK ADDRESS OUT OF RANGERoland Dreier1-0/+10
2012-07-25target: Fix range calculation in WRITE SAME emulation when num blocks == 0Roland Dreier1-1/+1
2012-07-25target: Clean up returning errors in PR handling codeRoland Dreier1-3/+4
2012-07-25tcm_fc: Fix crash seen with aborts and large readsMark Rustad1-0/+2
2012-07-12tcm_fc: Resolve suspicious RCU usage warningsMark Rustad1-1/+2
2012-06-20target: Return error to initiator if SET TARGET PORT GROUPS emulation failsRoland Dreier1-3/+5
2012-06-10target/file: Use O_DSYNC by default for FILEIO backendsNicholas Bellinger2-62/+17
2012-05-21target: Fix bug in handling of FILEIO + block_device resize opsNicholas Bellinger1-6/+16
2012-05-21target: Fix SPC-2 RELEASE bug for multi-session iSCSI client setupsBernhard Kohl1-0/+3
2012-05-21target: Drop incorrect se_lun_acl release for dynamic -> explict ACL conversionNicholas Bellinger1-22/+0
2012-04-13tcm_fc: Do not free tpg structure during wq allocation failureMark Rustad1-5/+8
2012-04-13tcm_fc: Add abort flag for gracefully handling exchange timeoutMark Rustad3-2/+11
2012-04-13target: Fix unsupported WRITE_SAME sense payloadMartin Svec1-3/+3
2012-04-02target: Fix 16-bit target ports for SET TARGET PORT GROUPS emulationRoland Dreier1-4/+3
2012-04-02target: prevent NULL pointer dereference in target_report_lunsJörn Engel1-1/+3
2012-04-02target: fix use after free in target_report_lunsJörn Engel1-1/+1
2012-04-02target: Don't set WBUS16 or SYNC bits in INQUIRY responseRoland Dreier1-1/+1
2012-04-02tcm_fc: Fix fc_exch memory leak in ft_send_resp_statusNicholas Bellinger1-2/+4
2012-04-02iscsi-target: Fix dynamic -> explict NodeACL pointer referenceNicholas Bellinger1-4/+2
2012-04-02iscsi-target: Fix iscsit_alloc_buffs() failure casesNicholas Bellinger1-8/+6