aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/target/target_core_spc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-02-13target: Fix parameter list length checking in MODE SELECTRoland Dreier1-0/+13
2013-02-13target/iblock: Use backend REQ_FLUSH hint for WriteCacheEnabled statusNicholas Bellinger1-3/+18
2013-02-13target: Export SPC inquiry emulationHannes Reinecke1-3/+5
2013-01-29target: Fix zero-length MODE_SENSE regressionNicholas Bellinger1-28/+7
2013-01-29target: Fix zero-length INQUIRY additional sense code regressionNicholas Bellinger1-5/+4
2012-11-27target: Update copyright information to 2012Nicholas Bellinger1-4/+1
2012-11-15target: Add/check max_write_same_len device attribute + update block limits VPDNicholas Bellinger1-1/+7
2012-11-06target: pass sense_reason as a return valueChristoph Hellwig1-63/+63
2012-11-06target: Fix incorrect starting offset after MODE_SENSE refactoringNicholas Bellinger1-2/+5
2012-11-06target: Add emulation for MODE SELECTRoland Dreier1-0/+53
2012-11-06target: Implement mode page 0x1c, "Informational Exceptions"Roland Dreier1-0/+14
2012-11-06target: Refactor MODE SENSE emulationRoland Dreier1-59/+176
2012-11-06target: remove ->get_device_revChristoph Hellwig1-1/+1
2012-11-06target: simplify alua supportChristoph Hellwig1-9/+3
2012-11-06target: simplify reservations codeChristoph Hellwig1-15/+4
2012-11-06target: kill dev->dev_task_attr_typeChristoph Hellwig1-4/+2
2012-11-06target/pscsi: call spc_emulate_report_luns directlyChristoph Hellwig1-1/+2
2012-11-06target: move REPORT LUNS emulation to target_core_spc.cChristoph Hellwig1-1/+64
2012-11-06target: kill struct se_subsystem_devChristoph Hellwig1-49/+42
2012-10-31target: Re-add explict zeroing of INQUIRY bounce buffer memoryNicholas Bellinger1-0/+2
2012-09-17target: fix truncation of mode data, support zero allocation lengthPaolo Bonzini1-10/+7
2012-09-17target: support zero allocation length in INQUIRYPaolo Bonzini1-25/+6
2012-09-07target: support zero allocation length in REQUEST SENSEPaolo Bonzini1-17/+18
2012-07-16target: Move MAINTENANCE_[IN,OUT] from pscsi_parse_cdb -> spc_parse_cdbNicholas Bellinger1-1/+41
2012-07-16target: move code for CDB emulationChristoph Hellwig1-11/+905
2012-07-16target: add a parse_cdb method to the backend driversChristoph Hellwig1-0/+1
2012-07-16target: split parsing of SPC commands into a separate helperChristoph Hellwig1-0/+169