summaryrefslogtreecommitdiff
path: root/drivers/target/target_core_sbc.c
AgeCommit message (Expand)Author
2015-05-06target: Fix COMPARE_AND_WRITE with SG_TO_MEM_NOALLOC handlingNicholas Bellinger
2015-03-18target: Check for LBA + sectors wrap-around in sbc_parse_cdbNicholas Bellinger
2015-03-18target: Add missing WRITE_SAME end-of-device sanity checkNicholas Bellinger
2015-02-05target: Drop arbitrary maximum I/O size limitNicholas Bellinger
2014-06-30target: Report correct response length for some commandsRoland Dreier
2014-05-06Target/sbc: Initialize COMPARE_AND_WRITE write_sg scatterlistMartin Svec
2014-03-06Target/sbc: Fix sbc_copy_prot for offset scattersSagi Grimberg
2014-02-23Target/sbc: Don't use sg as iterator in sbc_verify_readSagi Grimberg
2014-02-23target/sbc: Fix sbc_dif_copy_prot addr offset bugNicholas Bellinger
2014-02-12Target/sbc: Fix protection copy routineSagi Grimberg
2014-01-25target: Report bad sector in sense data for DIF errorsSagi Grimberg
2014-01-18target/sbc: Add P_TYPE + PROT_EN bits to READ_CAPACITY_16Nicholas Bellinger
2014-01-18target/sbc: Add DIF TYPE1+TYPE3 read/write verify emulationNicholas Bellinger
2014-01-18target/sbc: Add DIF setup in sbc_check_prot + sbc_parse_cdbNicholas Bellinger
2014-01-09target_core_alua: Referrals infrastructureHannes Reinecke
2013-11-22Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds
2013-11-12target: Pass through I/O topology for block backstoresAndy Grover
2013-10-16target: Return an error for WRITE SAME with ANCHOR==1Roland Dreier
2013-10-03target: Fail on non zero scsi_status in compare_and_write_callbackNicholas Bellinger
2013-10-03target: Fix recursive COMPARE_AND_WRITE callback failureNicholas Bellinger
2013-10-03target: Reset data_length for COMPARE_AND_WRITE to NoLB * block_sizeNicholas Bellinger
2013-09-10target: Update copyright ownership/year information to 2013Nicholas Bellinger
2013-09-10target: Release COMPARE_AND_WRITE mutex in generic failure pathNicholas Bellinger
2013-09-10target: Add compare_and_write_post() completion callback fall throughNicholas Bellinger
2013-09-10target: Add support for COMPARE_AND_WRITE emulationNicholas Bellinger
2013-09-09target: Allow sbc_ops->execute_rw() to accept SGLs + data_directionNicholas Bellinger
2013-09-09target: Add return for se_cmd->transport_complete_callbackNicholas Bellinger
2013-07-07target: Add (obsolete) checking for PMI/LBA fields in READ CAPACITY(10)Roland Dreier
2013-07-07target: Return correct sense data for IO past the end of a deviceRoland Dreier
2013-04-25target: Add sbc_execute_unmap() helperAsias He
2013-03-18target_core_sbc: use noop for SYNCHRONIZE_CACHEHannes Reinecke
2013-02-23target: Rename spc_get_write_same_sectors -> sbc_get_write_same_sectorsRoland Dreier
2013-02-13target: Fix sense data for out-of-bounds IO operationsRoland Dreier
2013-01-29target: Fix zero-length READ_CAPACITY_16 regressionNicholas Bellinger
2012-11-27target: Make spc_get_write_same_sectors return sector_tNicholas Bellinger
2012-11-27target: update error handling for sbc_setup_write_same()Dan Carpenter
2012-11-27target: Update copyright information to 2012Nicholas Bellinger
2012-11-15target: Add/check max_write_same_len device attribute + update block limits VPDNicholas Bellinger
2012-11-15target/sbc: Seperate WRITE_SAME based on UNMAP flag in sbc_opsNicholas Bellinger
2012-11-07target: Change sbc_emulate_noop to return sense_reason_tNicholas Bellinger
2012-11-06target: pass sense_reason as a return valueChristoph Hellwig
2012-11-06target: remove ->get_device_revChristoph Hellwig
2012-11-06target: provide generic sbc device type/revision helpersChristoph Hellwig
2012-11-06target: rename spc_opsChristoph Hellwig
2012-11-06target: kill struct se_subsystem_devChristoph Hellwig
2012-10-26target: reintroduce some obsolete SCSI-2 commandsBernhard Kohl
2012-09-17target: support zero allocation length in SBC commandsPaolo Bonzini
2012-07-16target: move unmap to struct spc_opsChristoph Hellwig
2012-07-16target: move write_same to struct spc_opsChristoph Hellwig
2012-07-16target: move sync_cache to struct spc_opsChristoph Hellwig