aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/target
Commit message (Expand)AuthorAgeFilesLines
* target: REPORT LUNS should return LUN 0 even for dynamic ACLsRoland Dreier2015-10-131-4/+9
* target/iscsi: Fix double free of a TUR followed by a solicited NOPOUTAlexei Potashnik2015-10-131-1/+1
* iscsi-target: Fix use-after-free during TPG session shutdownNicholas Bellinger2015-08-121-4/+8
* target/pscsi: Don't leak scsi_host if hba is VIRTUAL_HOSTAndy Grover2015-08-072-0/+4
* target/pscsi: Fix NULL pointer dereference in get_device_typeNicholas Bellinger2015-05-091-1/+1
* tcm_fc: missing curly braces in ft_invl_hw_context()Dan Carpenter2015-05-091-1/+2
* iscsi-target: Drop problematic active_ts_list usageNicholas Bellinger2015-05-091-25/+5
* iscsi-target: Fail connection on short sendmsg writesNicholas Bellinger2015-02-201-15/+11
* target: Fix queue full status NULL pointer for SCF_TRANSPORT_TASK_SENSEQuinn Tran2014-12-141-2/+1
* iscsi-target: avoid NULL pointer in iscsi_copy_param_list failureJoern Engel2014-11-051-1/+1
* iscsi-target: Fix memory corruption in iscsit_logout_post_handler_diffcidNicholas Bellinger2014-11-051-1/+3
* target: Explicitly clear ramdisk_mcp backend pagesNicholas Bellinger2014-07-111-1/+1
* target: Fix left-over se_lun->lun_sep pointer OOPsNicholas Bellinger2014-07-111-0/+1
* iscsi-target: Reject mutual authentication with reflected CHAP_CNicholas Bellinger2014-07-111-0/+10
* target/tcm_fc: Fix use-after-free of ft_tpgAndy Grover2014-04-301-0/+1
* iscsi-target: Fix ERL=2 ASYNC_EVENT connection pointer bugNicholas Bellinger2014-04-301-1/+3
* target/iscsi: Fix network portal creation raceAndy Grover2014-04-021-13/+21
* iscsi-target: Fix-up all zero data-length CDBs with R/W_BIT setNicholas Bellinger2014-02-151-14/+12
* iscsi-target: chap auth shouldn't match username with trailing garbageEric Seppanen2014-01-031-1/+4
* iscsi-target: fix extract_param to handle buffer length corner caseEric Seppanen2014-01-031-1/+1
* target/pscsi: fix return value checkWei Yongjun2013-11-281-4/+4
* target: Fix trailing ASCII space usage in INQUIRY vendor+modelNicholas Bellinger2013-09-101-5/+6
* iscsi-target: Fix tfc_tpg_nacl_auth_cit configfs length overflowJörn Engel2013-07-271-1/+1
* iscsi-target: fix heap buffer overflow on errorKees Cook2013-06-192-6/+6
* iscsi-target: Fix processing of OOO commandsShlomo Pongratz2013-05-301-3/+4
* target: Fix incorrect fallthrough of ALUA Standby/Offline/Transition CDBsNicholas Bellinger2013-04-251-0/+3
* target: Fix MAINTENANCE_IN service action CDB checks to use lower 5 bitsNicholas Bellinger2013-04-252-4/+5
* target: Add missing mapped_lun bounds checking during make_mappedlun setupNicholas Bellinger2013-03-061-0/+8
* target: Fix lookup of dynamic NodeACLs during cached demo-mode operationNicholas Bellinger2013-03-063-19/+8
* tcm_fc: Do not report target role when target is not definedMark Rustad2013-02-061-2/+8
* tcm_fc: Do not indicate retry capability to initiatorsMark Rustad2013-02-061-1/+1
* target: use correct sense code for LUN communication failureHannes Reinecke2013-02-061-1/+1
* target/tcm_fc: fix the lockdep warning due to inconsistent lock stateYi Zou2013-01-031-1/+1
* target/file: Fix 32-bit highmem breakage for SGL -> iovec mappingSebastian Andrzej Siewior2013-01-031-2/+7
* iscsit: use GFP_ATOMIC under spin lockWei Yongjun2013-01-031-1/+1
* iscsi-target: Always send a response before terminating iSCSI connectionRoland Dreier2013-01-032-6/+12
* iscsi-target: Fix missed wakeup race in TX threadRoland Dreier2012-11-165-3/+26
* target: Avoid integer overflow in se_dev_align_max_sectors()Roland Dreier2012-11-161-9/+9
* target: Don't return success from module_init() if setup failsRoland Dreier2012-11-161-1/+2
* iscsi-target: Bump defaults for nopin_timeout + nopin_response_timeout valuesNicholas Bellinger2012-10-171-2/+2
* iscsit: remove incorrect unlock in iscsit_build_sendtargets_respChristoph Hellwig2012-10-171-1/+0
* iscsi-target: Add explicit set of cache_dynamic_acls=1 for TPG demo-modeNicholas Bellinger2012-10-171-0/+12
* target/file: Re-enable optional fd_buffered_io=1 operationNicholas Bellinger2012-10-172-3/+39
* iscsi-target: Correctly set 0xffffffff field within ISCSI_OP_REJECT PDUNicholas Bellinger2012-10-171-0/+1
* target: fix return code in target_core_init_configfs error pathPeter Senna Tschudin2012-10-171-1/+7
* target: Fix ->data_length re-assignment bug with SCSI overflowNicholas Bellinger2012-10-101-2/+7
* target: fix NULL pointer dereference bug alloc_page() fails to get memoryYi Zou2012-09-121-2/+2
* iscsi-target: Drop bogus struct file usage for iSCSI/SCTPAl Viro2012-08-023-78/+6
* target: Check number of unmap descriptors against our limitRoland Dreier2012-08-021-0/+5
* target: Fix possible integer underflow in UNMAP emulationRoland Dreier2012-08-021-10/+10