summaryrefslogtreecommitdiffstats
path: root/drivers/target/target_core_sbc.c
Commit message (Expand)AuthorAgeFilesLines
* 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-161-3/+5
| * target/sbc: Make internal DIF emulation honor ->prot_checksNicholas Bellinger2015-04-161-0/+7
| * target/sbc: Return INVALID_CDB_FIELD if DIF + sess_prot_type disabledNicholas Bellinger2015-04-161-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-081-0/+3
| * target: Update SPC/SBC emulation for sess_prot_typeNicholas Bellinger2015-04-081-2/+11
| * target: Add protected fabric + unprotected device supportNicholas Bellinger2015-04-081-11/+33
| * target: Convert DIF emulation to use cmd->prot_typeNicholas Bellinger2015-04-081-6/+7
* | target: do not reject FUA CDBs when write cache is enabled but emulate_write_...Christophe Vu-Brugier2015-03-201-2/+1Star
|/
* 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-101-15/+0Star
|/
* 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-031-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/+6Star
* 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
* Target/sbc: Initialize COMPARE_AND_WRITE write_sg scatterlistMartin Svec2014-04-071-1/+2
* Target/sbc: add debug printSagi Grimberg2014-04-071-0/+3
* Target/core: Remove prot_handover use for nowSagi Grimberg2014-04-071-1/+0Star
* Target/dif: Introduce protection-passthough-only modeSagi Grimberg2014-04-071-1/+1
* Target/sbc: Set protection operation and relevant checksSagi Grimberg2014-03-131-14/+73
* Target/sbc: Fix sbc_copy_prot for offset scattersSagi Grimberg2014-03-071-16/+22
* Target/sbc: Don't use sg as iterator in sbc_verify_readSagi Grimberg2014-02-241-5/+5
* target/sbc: Fix sbc_dif_copy_prot addr offset bugNicholas Bellinger2014-02-241-3/+2Star
* Target/sbc: Fix protection copy routineSagi Grimberg2014-02-131-0/+8
* target: Report bad sector in sense data for DIF errorsSagi Grimberg2014-01-251-0/+2
* target/sbc: Add P_TYPE + PROT_EN bits to READ_CAPACITY_16Nicholas Bellinger2014-01-181-0/+5
* target/sbc: Add DIF TYPE1+TYPE3 read/write verify emulationNicholas Bellinger2014-01-181-0/+178
* target/sbc: Add DIF setup in sbc_check_prot + sbc_parse_cdbNicholas Bellinger2014-01-181-0/+62
* target_core_alua: Referrals infrastructureHannes Reinecke2014-01-101-1/+4
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2013-11-221-1/+11
|\
| * target: Pass through I/O topology for block backstoresAndy Grover2013-11-121-1/+11
* | target: Return an error for WRITE SAME with ANCHOR==1Roland Dreier2013-10-161-0/+5
* | target: Fail on non zero scsi_status in compare_and_write_callbackNicholas Bellinger2013-10-031-1/+10
* | target: Fix recursive COMPARE_AND_WRITE callback failureNicholas Bellinger2013-10-031-1/+10
* | target: Reset data_length for COMPARE_AND_WRITE to NoLB * block_sizeNicholas Bellinger2013-10-031-0/+6
|/