aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/target
Commit message (Expand)AuthorAgeFilesLines
* 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
* target: Fix reading of data length fields for UNMAP commandsRoland Dreier2012-08-021-3/+3
* target: Add range checking to UNMAP emulationRoland Dreier2012-08-021-0/+12
* target: Add generation of LOGICAL BLOCK ADDRESS OUT OF RANGERoland Dreier2012-08-021-0/+10
* target: Fix range calculation in WRITE SAME emulation when num blocks == 0Roland Dreier2012-07-251-1/+1
* target: Clean up returning errors in PR handling codeRoland Dreier2012-07-251-3/+4
* tcm_fc: Fix crash seen with aborts and large readsMark Rustad2012-07-251-0/+2
* tcm_fc: Resolve suspicious RCU usage warningsMark Rustad2012-07-121-1/+2
* target: Return error to initiator if SET TARGET PORT GROUPS emulation failsRoland Dreier2012-06-191-3/+5
* target/file: Use O_DSYNC by default for FILEIO backendsNicholas Bellinger2012-06-102-62/+17
* target: Fix bug in handling of FILEIO + block_device resize opsNicholas Bellinger2012-05-201-6/+16
* target: Fix SPC-2 RELEASE bug for multi-session iSCSI client setupsBernhard Kohl2012-05-201-0/+3
* target: Drop incorrect se_lun_acl release for dynamic -> explict ACL conversionNicholas Bellinger2012-05-201-22/+0
* tcm_fc: Do not free tpg structure during wq allocation failureMark Rustad2012-04-131-5/+8
* tcm_fc: Add abort flag for gracefully handling exchange timeoutMark Rustad2012-04-133-2/+11
* target: Fix unsupported WRITE_SAME sense payloadMartin Svec2012-04-131-3/+3
* target: Fix 16-bit target ports for SET TARGET PORT GROUPS emulationRoland Dreier2012-04-021-4/+3
* target: prevent NULL pointer dereference in target_report_lunsJörn Engel2012-04-021-1/+3
* target: fix use after free in target_report_lunsJörn Engel2012-04-021-1/+1
* target: Don't set WBUS16 or SYNC bits in INQUIRY responseRoland Dreier2012-04-021-1/+1
* tcm_fc: Fix fc_exch memory leak in ft_send_resp_statusNicholas Bellinger2012-04-021-2/+4
* iscsi-target: Fix dynamic -> explict NodeACL pointer referenceNicholas Bellinger2012-04-021-4/+2
* iscsi-target: Fix iscsit_alloc_buffs() failure casesNicholas Bellinger2012-04-021-8/+6
* tcm_loop: Set residual field for SCSI commandsRoland Dreier2012-04-021-0/+6
* target: Fix compatible reservation handling (CRH=1) with legacy RESERVE/RELEASENicholas Bellinger2012-03-192-12/+23
* iscsi-target: Fix reservation conflict -EBUSY response handling bugNicholas Bellinger2012-03-191-1/+1
* target: Allow control CDBs with data > 1 pageAndy Grover2012-02-296-52/+75
* target: Fail INQUIRY commands with EVPD==0 but PAGE CODE!=0Roland Dreier2012-02-131-0/+7