aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/target/target_core_cdb.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-07-16target: move code for CDB emulationChristoph Hellwig1-1130/+0
2012-07-16target: Fix range calculation in WRITE SAME emulation when num blocks == 0Roland Dreier1-1/+1
2012-05-09target: Remove max_sectors device attribute for modern se_task less codeNicholas Bellinger1-1/+1
2012-05-06target: replace ->execute_task with ->execute_cmdChristoph Hellwig1-42/+22
2012-05-06target: remove target_get_task_cdbChristoph Hellwig1-49/+0
2012-04-14target: stop splitting commands into multiple tasksChristoph Hellwig1-1/+4
2012-03-15target: Remove hack to make READ CAPACITY(10) lie if thin provisioning is enabledRoland Dreier1-5/+0
2012-02-25target: Untangle front-end and back-end meanings of max_sectors attributeRoland Dreier1-1/+1
2012-02-25target: Don't set WBUS16 or SYNC bits in INQUIRY responseRoland Dreier1-1/+1
2012-02-25target: Set peripheral device type consistently in INQUIRY responseRoland Dreier1-10/+10
2012-02-25target: Fix up handling of short INQUIRY buffersRoland Dreier1-114/+36
2012-02-07target: accept REQUEST_SENSE with 18bytesSebastian Andrzej Siewior1-10/+4
2012-01-18target: Fail INQUIRY commands with EVPD==0 but PAGE CODE!=0Roland Dreier1-0/+7
2012-01-18target: Return correct ASC for unimplemented VPD pagesRoland Dreier1-1/+1
2012-01-18target: Allow control CDBs with data > 1 pageAndy Grover1-14/+14
2011-12-14target: Set response format in INQUIRY responseRoland Dreier1-0/+12
2011-12-14target: remove useless castsJörn Engel1-12/+8
2011-12-14target: header reshuffle, part2Christoph Hellwig1-2/+2
2011-12-14target: reshuffle headersChristoph Hellwig1-1/+2
2011-12-06target: Fix page length in emulated INQUIRY VPD page 86hRoland Dreier1-1/+1
2011-12-06target: Address legacy PYX_TRANSPORT_* return code breakageNicholas Bellinger1-5/+13
2011-11-04target: use ->exectute_task for all CDB emulationChristoph Hellwig1-101/+10
2011-11-04target: remove SCF_EMULATE_CDB_ASYNCChristoph Hellwig1-18/+40
2011-11-04target: refactor transport_emulate_control_cdbChristoph Hellwig1-46/+59
2011-10-26target: Fix compile warning w/ missing module.h includeNicholas Bellinger1-0/+1
2011-10-24target: remove the ->transport_split_cdb callback in se_cmdChristoph Hellwig1-3/+36
2011-10-24target: replace ->get_cdb with a target_get_task_cdb helperChristoph Hellwig1-0/+16
2011-10-24target: simplify target_parse_naa_6h_vendor_specific()Andy Shevchenko1-15/+14
2011-09-16target: Skip non hex characters for VPD=0x83 NAA IEEE Registered ExtendedNicholas Bellinger1-2/+33
2011-08-22target: Print subpage too for unhandled MODE SENSE pagesRoland Dreier1-2/+2
2011-08-22target: Remove duplicate task completions in transport_emulate_control_cdbNicholas Bellinger1-6/+8
2011-08-22target: Add WRITE_SAME (10) parsing and refactor passthrough checksNicholas Bellinger1-12/+16
2011-08-22target: Make standard INQUIRY return 'not connected' for tpg_virt_lun0Nicholas Bellinger1-3/+8
2011-07-22target: remove custom hex2bin() implementationAndy Shevchenko1-12/+4
2011-07-22target: fix typo Assoication -> AssociationAndy Shevchenko1-5/+5
2011-07-22target: Update QUEUE ALGORITHM MODIFIER control page defaultNicholas Bellinger1-0/+29
2011-07-22target: Follow up core updates from AGrover and HCH (round 4)Andy Grover1-24/+26
2011-07-22target: Make all control CDBs scatter-gatherAndy Grover1-16/+53
2011-07-22target: Implement Block Device Characteristics VPD pageRoland Dreier1-0/+17
2011-07-22target: Fix reporting of supported VPD pagesRoland Dreier1-48/+47
2011-07-22target: Updates from AGrover and HCH (round 3)Andy Grover1-19/+20
2011-07-22target: Fix WRITE_SAME_[16,32] number of blocks=0 caseNicholas Bellinger1-8/+20
2011-07-22target: More core cleanups from AGrover (round 2)Andy Grover1-31/+31
2011-07-22target: Core cleanups from AGrover (round 1)Andy Grover1-73/+73
2011-03-14[SCSI] target: Fix volume size misreporting for volumes > 2TBNicholas Bellinger1-1/+7
2011-01-14[SCSI] target: Add LIO target core v4.0.0-rc6Nicholas Bellinger1-0/+1131