summaryrefslogtreecommitdiffstats
path: root/drivers/target/target_core_sbc.c
Commit message (Expand)AuthorAgeFilesLines
* target: Update copyright ownership/year information to 2013Nicholas Bellinger2013-09-111-1/+1
* target: Release COMPARE_AND_WRITE mutex in generic failure pathNicholas Bellinger2013-09-111-0/+7
* target: Add compare_and_write_post() completion callback fall throughNicholas Bellinger2013-09-111-1/+2
* target: Add support for COMPARE_AND_WRITE emulationNicholas Bellinger2013-09-111-1/+196
* target: Allow sbc_ops->execute_rw() to accept SGLs + data_directionNicholas Bellinger2013-09-091-10/+27
* target: Add return for se_cmd->transport_complete_callbackNicholas Bellinger2013-09-091-5/+8
* target: Add (obsolete) checking for PMI/LBA fields in READ CAPACITY(10)Roland Dreier2013-07-081-0/+16
* target: Return correct sense data for IO past the end of a deviceRoland Dreier2013-07-081-1/+1
* target: Add sbc_execute_unmap() helperAsias He2013-04-251-0/+85
* target_core_sbc: use noop for SYNCHRONIZE_CACHEHannes Reinecke2013-03-181-2/+5
* target: Rename spc_get_write_same_sectors -> sbc_get_write_same_sectorsRoland Dreier2013-02-231-3/+3
* target: Fix sense data for out-of-bounds IO operationsRoland Dreier2013-02-131-1/+1
* target: Fix zero-length READ_CAPACITY_16 regressionNicholas Bellinger2013-01-291-10/+8Star
* target: Make spc_get_write_same_sectors return sector_tNicholas Bellinger2012-11-281-1/+1
* target: update error handling for sbc_setup_write_same()Dan Carpenter2012-11-281-3/+3
* target: Update copyright information to 2012Nicholas Bellinger2012-11-281-4/+1Star
* target: Add/check max_write_same_len device attribute + update block limits VPDNicholas Bellinger2012-11-151-0/+7
* target/sbc: Seperate WRITE_SAME based on UNMAP flag in sbc_opsNicholas Bellinger2012-11-151-28/+23Star
* target: Change sbc_emulate_noop to return sense_reason_tNicholas Bellinger2012-11-081-8/+2Star
* target: pass sense_reason as a return valueChristoph Hellwig2012-11-071-47/+40Star
* target: remove ->get_device_revChristoph Hellwig2012-11-071-6/+0Star
* target: provide generic sbc device type/revision helpersChristoph Hellwig2012-11-071-0/+12
* target: rename spc_opsChristoph Hellwig2012-11-071-1/+1
* target: kill struct se_subsystem_devChristoph Hellwig2012-11-071-16/+15Star
* target: reintroduce some obsolete SCSI-2 commandsBernhard Kohl2012-10-271-0/+18
* target: support zero allocation length in SBC commandsPaolo Bonzini2012-09-181-8/+15
* target: move unmap to struct spc_opsChristoph Hellwig2012-07-171-58/+4Star
* target: move write_same to struct spc_opsChristoph Hellwig2012-07-171-34/+18Star
* target: move sync_cache to struct spc_opsChristoph Hellwig2012-07-171-14/+4Star
* target: add struct spc_ops + initial ->execute_rw pointer usageChristoph Hellwig2012-07-171-1/+11
* target: move code for CDB emulationChristoph Hellwig2012-07-171-19/+220
* target: add a parse_cdb method to the backend driversChristoph Hellwig2012-07-171-0/+450