summaryrefslogtreecommitdiff
path: root/drivers/target/target_core_sbc.c
AgeCommit message (Expand)Author
2017-05-20target: Fix compare_and_write_callback handling for non GOOD statusNicholas Bellinger
2017-03-26target: Fix VERIFY_16 handling in sbc_parse_cdbMax Lohrmann
2017-02-14target: Fix COMPARE_AND_WRITE ref leak for non GOOD statusNicholas Bellinger
2016-07-20target: Fix ordered task target_setup_cmd_from_cdb exception hangNicholas Bellinger
2016-01-20Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds
2016-01-06target/sbc: Add LBPRZ attribute + control CDB emulationJamie Pocas
2015-11-28target: fix COMPARE_AND_WRITE non zero SGL offset data corruptionJan Engelhardt
2015-11-28target: Fix race for SCF_COMPARE_AND_WRITE_POST checkingNicholas Bellinger
2015-07-31target: check DPO/FUA usage for COMPARE AND WRITEDavid Disseldorp
2015-07-30target: add support for START_STOP_UNIT SCSI opcodeBrian Bunker
2015-07-06target: Use struct t10_pi_tupleSagi Grimberg
2015-07-04Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds
2015-06-23Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2015-06-23target: implement WRITE_SAME with UNMAP bit using ->execute_unmapChristoph Hellwig
2015-06-23target: simplify UNMAP handlingChristoph Hellwig
2015-06-23target: replace se_cmd->execute_rw with a protocol_data fieldChristoph Hellwig
2015-06-02target: Minimize SCSI header #include directivesBart Van Assche
2015-05-30target: handle odd SG mapping for data transfer memoryAkinobu Mita
2015-05-30target: Fix inconsistent address passed to kunmap_atomic() in sbc_dif_copy_pr...Akinobu Mita
2015-05-30target: fix DPO and FUA bit checksChristoph Hellwig
2015-05-30target/sbc: Fix sbc_dif_verify inconsistent map/unmapSagi Grimberg
2015-05-30target: Merge sbc_verify_dif_read|writeSagi Grimberg
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