summaryrefslogtreecommitdiffstats
path: root/drivers/target/target_core_sbc.c
AgeCommit message (Expand)AuthorLines
2015-03-19target: do not reject FUA CDBs when write cache is enabled but emulate_write_...Christophe Vu-Brugier-2/+1
2015-02-21Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds-30/+110
2015-02-14target: Fail UNMAP when emulate_tpu=0Nicholas Bellinger-0/+5
2015-02-14target: Fail WRITE_SAME w/ UNMAP=1 when emulate_tpws=0Nicholas Bellinger-0/+5
2015-02-14target: Add sanity checks for DPO/FUA bit usageNicholas Bellinger-10/+46
2015-02-14target: Perform PROTECT sanity checks for WRITE_SAMENicholas Bellinger-0/+8
2015-02-14target: Fail I/O with PROTECT bit when protection is unsupportedNicholas Bellinger-19/+32
2015-02-14target: Check for LBA + sectors wrap-around in sbc_parse_cdbNicholas Bellinger-1/+2
2015-02-14target: Add missing WRITE_SAME end-of-device sanity checkNicholas Bellinger-0/+12
2015-01-09target: Drop arbitrary maximum I/O size limitNicholas Bellinger-15/+0
2014-12-18Merge remote-tracking branch 'scsi-queue/drivers-for-3.19' into for-linusJames Bottomley-1/+1
2014-12-04scsi: remove MSG_*_TAG definesChristoph Hellwig-1/+1
2014-11-24scsi: rename SERVICE_ACTION_IN to SERVICE_ACTION_IN_16Hannes Reinecke-1/+1
2014-10-02target: Remove unneeded check in sbc_parse_cdbAndy Grover-1/+1
2014-06-11TARGET/sbc,loopback: Adjust command data length in case pi exists on the wireSagi Grimberg-2/+13
2014-06-11target: Report correct response length for some commandsRoland Dreier-2/+2
2014-06-11target/sbc: Check that the LBA and number of blocks are correct in VERIFYChristophe Vu-Brugier-1/+3
2014-06-11target/sbc: Remove sbc_check_valid_sectors()Christophe Vu-Brugier-39/+6
2014-04-07target/sbc: Add sbc_dif_read_strip software emulationNicholas Bellinger-4/+27
2014-04-07target/sbc: Add sbc_dif_generate software emulationNicholas Bellinger-0/+44
2014-04-07target/sbc: Only expose PI read_cap16 bits when supported by fabricNicholas Bellinger-2/+5
2014-04-07Target/sbc: Initialize COMPARE_AND_WRITE write_sg scatterlistMartin Svec-1/+2
2014-04-07Target/sbc: add debug printSagi Grimberg-0/+3
2014-04-07Target/core: Remove prot_handover use for nowSagi Grimberg-1/+0
2014-04-07Target/dif: Introduce protection-passthough-only modeSagi Grimberg-1/+1
2014-03-13Target/sbc: Set protection operation and relevant checksSagi Grimberg-14/+73
2014-03-06Target/sbc: Fix sbc_copy_prot for offset scattersSagi Grimberg-16/+22
2014-02-23Target/sbc: Don't use sg as iterator in sbc_verify_readSagi Grimberg-5/+5
2014-02-23target/sbc: Fix sbc_dif_copy_prot addr offset bugNicholas Bellinger-3/+2
2014-02-12Target/sbc: Fix protection copy routineSagi Grimberg-0/+8
2014-01-25target: Report bad sector in sense data for DIF errorsSagi Grimberg-0/+2
2014-01-18target/sbc: Add P_TYPE + PROT_EN bits to READ_CAPACITY_16Nicholas Bellinger-0/+5
2014-01-18target/sbc: Add DIF TYPE1+TYPE3 read/write verify emulationNicholas Bellinger-0/+178
2014-01-18target/sbc: Add DIF setup in sbc_check_prot + sbc_parse_cdbNicholas Bellinger-0/+62
2014-01-09target_core_alua: Referrals infrastructureHannes Reinecke-1/+4
2013-11-22Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds-1/+11
2013-11-12target: Pass through I/O topology for block backstoresAndy Grover-1/+11
2013-10-16target: Return an error for WRITE SAME with ANCHOR==1Roland Dreier-0/+5
2013-10-03target: Fail on non zero scsi_status in compare_and_write_callbackNicholas Bellinger-1/+10
2013-10-03target: Fix recursive COMPARE_AND_WRITE callback failureNicholas Bellinger-1/+10
2013-10-03target: Reset data_length for COMPARE_AND_WRITE to NoLB * block_sizeNicholas Bellinger-0/+6
2013-09-10target: Update copyright ownership/year information to 2013Nicholas Bellinger-1/+1
2013-09-10target: Release COMPARE_AND_WRITE mutex in generic failure pathNicholas Bellinger-0/+7
2013-09-10target: Add compare_and_write_post() completion callback fall throughNicholas Bellinger-1/+2
2013-09-10target: Add support for COMPARE_AND_WRITE emulationNicholas Bellinger-1/+196
2013-09-09target: Allow sbc_ops->execute_rw() to accept SGLs + data_directionNicholas Bellinger-10/+27
2013-09-09target: Add return for se_cmd->transport_complete_callbackNicholas Bellinger-5/+8
2013-07-07target: Add (obsolete) checking for PMI/LBA fields in READ CAPACITY(10)Roland Dreier-0/+16
2013-07-07target: Return correct sense data for IO past the end of a deviceRoland Dreier-1/+1
2013-04-25target: Add sbc_execute_unmap() helperAsias He-0/+85