aboutsummaryrefslogtreecommitdiff
path: root/drivers/target/target_core_sbc.c
AgeCommit message (Expand)Author
2017-05-17target: Fix compare_and_write_callback handling for non GOOD statusNicholas Bellinger
2017-05-17target: Fix VERIFY and WRITE VERIFY command parsingBart Van Assche
2017-05-17target: Fix VERIFY_16 handling in sbc_parse_cdbMax Lohrmann
2017-03-06target: Fix COMPARE_AND_WRITE ref leak for non GOOD statusNicholas Bellinger
2016-03-05target: fix COMPARE_AND_WRITE non zero SGL offset data corruptionJan Engelhardt
2016-03-05target: Fix race for SCF_COMPARE_AND_WRITE_POST checkingNicholas Bellinger
2015-05-19target: Drop signal_pending checks after interruptible lock acquireNicholas Bellinger
2015-04-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds
2015-04-15target/sbc: Update sbc_dif_generate pr_debug outputNicholas Bellinger
2015-04-15target/sbc: Make internal DIF emulation honor ->prot_checksNicholas Bellinger
2015-04-15target/sbc: Return INVALID_CDB_FIELD if DIF + sess_prot_type disabledNicholas Bellinger
2015-04-14target: Fix COMPARE_AND_WRITE with SG_TO_MEM_NOALLOC handlingNicholas Bellinger
2015-04-07target: Add internal WRITE_STRIP supportNicholas Bellinger
2015-04-07target: Update SPC/SBC emulation for sess_prot_typeNicholas Bellinger
2015-04-07target: Add protected fabric + unprotected device supportNicholas Bellinger
2015-04-07target: Convert DIF emulation to use cmd->prot_typeNicholas Bellinger
2015-03-19target: do not reject FUA CDBs when write cache is enabled but emulate_write_...Christophe Vu-Brugier
2015-02-21Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds
2015-02-14target: Fail UNMAP when emulate_tpu=0Nicholas Bellinger
2015-02-14target: Fail WRITE_SAME w/ UNMAP=1 when emulate_tpws=0Nicholas Bellinger
2015-02-14target: Add sanity checks for DPO/FUA bit usageNicholas Bellinger
2015-02-14target: Perform PROTECT sanity checks for WRITE_SAMENicholas Bellinger
2015-02-14target: Fail I/O with PROTECT bit when protection is unsupportedNicholas Bellinger
2015-02-14target: Check for LBA + sectors wrap-around in sbc_parse_cdbNicholas Bellinger
2015-02-14target: Add missing WRITE_SAME end-of-device sanity checkNicholas Bellinger
2015-01-09target: Drop arbitrary maximum I/O size limitNicholas Bellinger
2014-12-18Merge remote-tracking branch 'scsi-queue/drivers-for-3.19' into for-linusJames Bottomley
2014-12-04scsi: remove MSG_*_TAG definesChristoph Hellwig
2014-11-24scsi: rename SERVICE_ACTION_IN to SERVICE_ACTION_IN_16Hannes Reinecke
2014-10-02target: Remove unneeded check in sbc_parse_cdbAndy Grover
2014-06-11TARGET/sbc,loopback: Adjust command data length in case pi exists on the wireSagi Grimberg
2014-06-11target: Report correct response length for some commandsRoland Dreier
2014-06-11target/sbc: Check that the LBA and number of blocks are correct in VERIFYChristophe Vu-Brugier
2014-06-11target/sbc: Remove sbc_check_valid_sectors()Christophe Vu-Brugier
2014-04-07target/sbc: Add sbc_dif_read_strip software emulationNicholas Bellinger
2014-04-07target/sbc: Add sbc_dif_generate software emulationNicholas Bellinger
2014-04-07target/sbc: Only expose PI read_cap16 bits when supported by fabricNicholas Bellinger
2014-04-07Target/sbc: Initialize COMPARE_AND_WRITE write_sg scatterlistMartin Svec
2014-04-07Target/sbc: add debug printSagi Grimberg
2014-04-07Target/core: Remove prot_handover use for nowSagi Grimberg
2014-04-07Target/dif: Introduce protection-passthough-only modeSagi Grimberg
2014-03-13Target/sbc: Set protection operation and relevant checksSagi Grimberg
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