aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/target/target_core_sbc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-11-06target: pass sense_reason as a return valueChristoph Hellwig1-47/+40
2012-11-06target: remove ->get_device_revChristoph Hellwig1-6/+0
2012-11-06target: provide generic sbc device type/revision helpersChristoph Hellwig1-0/+12
2012-11-06target: rename spc_opsChristoph Hellwig1-1/+1
2012-11-06target: kill struct se_subsystem_devChristoph Hellwig1-16/+15
2012-10-26target: reintroduce some obsolete SCSI-2 commandsBernhard Kohl1-0/+18
2012-09-17target: support zero allocation length in SBC commandsPaolo Bonzini1-8/+15
2012-07-16target: move unmap to struct spc_opsChristoph Hellwig1-58/+4
2012-07-16target: move write_same to struct spc_opsChristoph Hellwig1-34/+18
2012-07-16target: move sync_cache to struct spc_opsChristoph Hellwig1-14/+4
2012-07-16target: add struct spc_ops + initial ->execute_rw pointer usageChristoph Hellwig1-1/+11
2012-07-16target: move code for CDB emulationChristoph Hellwig1-19/+220
2012-07-16target: add a parse_cdb method to the backend driversChristoph Hellwig1-0/+450