summaryrefslogtreecommitdiffstats
path: root/drivers/target/target_core_sbc.c
Commit message (Expand)AuthorAgeFilesLines
* target: Fix ordered task target_setup_cmd_from_cdb exception hangNicholas Bellinger2016-07-201-1/+1
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2016-01-201-1/+9
|\
| * target/sbc: Add LBPRZ attribute + control CDB emulationJamie Pocas2016-01-061-1/+9
* | target: fix COMPARE_AND_WRITE non zero SGL offset data corruptionJan Engelhardt2015-11-281-2/+2
* | target: Fix race for SCF_COMPARE_AND_WRITE_POST checkingNicholas Bellinger2015-11-281-4/+9
|/
* target: check DPO/FUA usage for COMPARE AND WRITEDavid Disseldorp2015-07-311-0/+3
* target: add support for START_STOP_UNIT SCSI opcodeBrian Bunker2015-07-301-0/+36
* target: Use struct t10_pi_tupleSagi Grimberg2015-07-061-5/+5
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2015-07-041-156/+129
|\
| * target: implement WRITE_SAME with UNMAP bit using ->execute_unmapChristoph Hellwig2015-06-231-2/+19
| * target: simplify UNMAP handlingChristoph Hellwig2015-06-231-8/+6
| * target: replace se_cmd->execute_rw with a protocol_data fieldChristoph Hellwig2015-06-231-13/+7
| * target: handle odd SG mapping for data transfer memoryAkinobu Mita2015-05-301-39/+83
| * target: Fix inconsistent address passed to kunmap_atomic() in sbc_dif_copy_pr...Akinobu Mita2015-05-301-2/+3
| * target: fix DPO and FUA bit checksChristoph Hellwig2015-05-301-2/+3
| * target/sbc: Fix sbc_dif_verify inconsistent map/unmapSagi Grimberg2015-05-301-14/+14
| * target: Merge sbc_verify_dif_read|writeSagi Grimberg2015-05-301-88/+6
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2015-06-231-1/+1
|\ \ | |/ |/|
| * target: Minimize SCSI header #include directivesBart Van Assche2015-06-021-1/+1
* | target: Drop signal_pending checks after interruptible lock acquireNicholas Bellinger2015-05-191-1/+1
|/
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2015-04-241-28/+81
|\
| * target/sbc: Update sbc_dif_generate pr_debug outputNicholas Bellinger2015-04-151-3/+5
| * target/sbc: Make internal DIF emulation honor ->prot_checksNicholas Bellinger2015-04-151-0/+7
| * target/sbc: Return INVALID_CDB_FIELD if DIF + sess_prot_type disabledNicholas Bellinger2015-04-151-1/+5
| * target: Fix COMPARE_AND_WRITE with SG_TO_MEM_NOALLOC handlingNicholas Bellinger2015-04-141-5/+10
| * target: Add internal WRITE_STRIP supportNicholas Bellinger2015-04-071-0/+3
| * target: Update SPC/SBC emulation for sess_prot_typeNicholas Bellinger2015-04-071-2/+11
| * target: Add protected fabric + unprotected device supportNicholas Bellinger2015-04-071-11/+33
| * target: Convert DIF emulation to use cmd->prot_typeNicholas Bellinger2015-04-071-6/+7
* | target: do not reject FUA CDBs when write cache is enabled but emulate_write_...Christophe Vu-Brugier2015-03-191-2/+1
|/
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2015-02-211-30/+110
|\
| * target: Fail UNMAP when emulate_tpu=0Nicholas Bellinger2015-02-141-0/+5
| * target: Fail WRITE_SAME w/ UNMAP=1 when emulate_tpws=0Nicholas Bellinger2015-02-141-0/+5
| * target: Add sanity checks for DPO/FUA bit usageNicholas Bellinger2015-02-141-10/+46
| * target: Perform PROTECT sanity checks for WRITE_SAMENicholas Bellinger2015-02-141-0/+8
| * target: Fail I/O with PROTECT bit when protection is unsupportedNicholas Bellinger2015-02-141-19/+32
| * target: Check for LBA + sectors wrap-around in sbc_parse_cdbNicholas Bellinger2015-02-141-1/+2
| * target: Add missing WRITE_SAME end-of-device sanity checkNicholas Bellinger2015-02-141-0/+12
* | target: Drop arbitrary maximum I/O size limitNicholas Bellinger2015-01-091-15/+0
|/
* Merge remote-tracking branch 'scsi-queue/drivers-for-3.19' into for-linusJames Bottomley2014-12-181-1/+1
|\
| * scsi: remove MSG_*_TAG definesChristoph Hellwig2014-12-041-1/+1
* | scsi: rename SERVICE_ACTION_IN to SERVICE_ACTION_IN_16Hannes Reinecke2014-11-241-1/+1
|/
* target: Remove unneeded check in sbc_parse_cdbAndy Grover2014-10-021-1/+1
* TARGET/sbc,loopback: Adjust command data length in case pi exists on the wireSagi Grimberg2014-06-111-2/+13
* target: Report correct response length for some commandsRoland Dreier2014-06-111-2/+2
* target/sbc: Check that the LBA and number of blocks are correct in VERIFYChristophe Vu-Brugier2014-06-111-1/+3
* target/sbc: Remove sbc_check_valid_sectors()Christophe Vu-Brugier2014-06-111-39/+6
* target/sbc: Add sbc_dif_read_strip software emulationNicholas Bellinger2014-04-071-4/+27
* target/sbc: Add sbc_dif_generate software emulationNicholas Bellinger2014-04-071-0/+44
* target/sbc: Only expose PI read_cap16 bits when supported by fabricNicholas Bellinger2014-04-071-2/+5
OpenPOWER on IntegriCloud