summaryrefslogtreecommitdiffstats
path: root/drivers/target/target_core_sbc.c
Commit message (Expand)AuthorAgeFilesLines
* Target/sbc: Don't use sg as iterator in sbc_verify_readSagi Grimberg2014-02-231-5/+5
* target/sbc: Fix sbc_dif_copy_prot addr offset bugNicholas Bellinger2014-02-231-3/+2
* Target/sbc: Fix protection copy routineSagi Grimberg2014-02-121-0/+8
* target: Report bad sector in sense data for DIF errorsSagi Grimberg2014-01-251-0/+2
* target/sbc: Add P_TYPE + PROT_EN bits to READ_CAPACITY_16Nicholas Bellinger2014-01-181-0/+5
* target/sbc: Add DIF TYPE1+TYPE3 read/write verify emulationNicholas Bellinger2014-01-181-0/+178
* target/sbc: Add DIF setup in sbc_check_prot + sbc_parse_cdbNicholas Bellinger2014-01-181-0/+62
* target_core_alua: Referrals infrastructureHannes Reinecke2014-01-091-1/+4
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2013-11-221-1/+11
|\
| * target: Pass through I/O topology for block backstoresAndy Grover2013-11-121-1/+11
* | target: Return an error for WRITE SAME with ANCHOR==1Roland Dreier2013-10-161-0/+5
* | target: Fail on non zero scsi_status in compare_and_write_callbackNicholas Bellinger2013-10-031-1/+10
* | target: Fix recursive COMPARE_AND_WRITE callback failureNicholas Bellinger2013-10-031-1/+10
* | target: Reset data_length for COMPARE_AND_WRITE to NoLB * block_sizeNicholas Bellinger2013-10-031-0/+6
|/
* target: Update copyright ownership/year information to 2013Nicholas Bellinger2013-09-101-1/+1
* target: Release COMPARE_AND_WRITE mutex in generic failure pathNicholas Bellinger2013-09-101-0/+7
* target: Add compare_and_write_post() completion callback fall throughNicholas Bellinger2013-09-101-1/+2
* target: Add support for COMPARE_AND_WRITE emulationNicholas Bellinger2013-09-101-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-071-0/+16
* target: Return correct sense data for IO past the end of a deviceRoland Dreier2013-07-071-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/+8
* target: Make spc_get_write_same_sectors return sector_tNicholas Bellinger2012-11-271-1/+1
* target: update error handling for sbc_setup_write_same()Dan Carpenter2012-11-271-3/+3
* target: Update copyright information to 2012Nicholas Bellinger2012-11-271-4/+1
* 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/+23
* target: Change sbc_emulate_noop to return sense_reason_tNicholas Bellinger2012-11-071-8/+2
* target: pass sense_reason as a return valueChristoph Hellwig2012-11-061-47/+40
* target: remove ->get_device_revChristoph Hellwig2012-11-061-6/+0
* target: provide generic sbc device type/revision helpersChristoph Hellwig2012-11-061-0/+12
* target: rename spc_opsChristoph Hellwig2012-11-061-1/+1
* target: kill struct se_subsystem_devChristoph Hellwig2012-11-061-16/+15
* target: reintroduce some obsolete SCSI-2 commandsBernhard Kohl2012-10-261-0/+18
* target: support zero allocation length in SBC commandsPaolo Bonzini2012-09-171-8/+15
* target: move unmap to struct spc_opsChristoph Hellwig2012-07-161-58/+4
* target: move write_same to struct spc_opsChristoph Hellwig2012-07-161-34/+18
* target: move sync_cache to struct spc_opsChristoph Hellwig2012-07-161-14/+4
* target: add struct spc_ops + initial ->execute_rw pointer usageChristoph Hellwig2012-07-161-1/+11
* target: move code for CDB emulationChristoph Hellwig2012-07-161-19/+220
* target: add a parse_cdb method to the backend driversChristoph Hellwig2012-07-161-0/+450
OpenPOWER on IntegriCloud