aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/target/target_core_sbc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-07-04Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds1-156/+129
2015-06-23Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+1
2015-06-23target: implement WRITE_SAME with UNMAP bit using ->execute_unmapChristoph Hellwig1-2/+19
2015-06-23target: simplify UNMAP handlingChristoph Hellwig1-8/+6
2015-06-23target: replace se_cmd->execute_rw with a protocol_data fieldChristoph Hellwig1-13/+7
2015-06-02target: Minimize SCSI header #include directivesBart Van Assche1-1/+1
2015-05-30target: handle odd SG mapping for data transfer memoryAkinobu Mita1-39/+83
2015-05-30target: Fix inconsistent address passed to kunmap_atomic() in sbc_dif_copy_prot()Akinobu Mita1-2/+3
2015-05-30target: fix DPO and FUA bit checksChristoph Hellwig1-2/+3
2015-05-30target/sbc: Fix sbc_dif_verify inconsistent map/unmapSagi Grimberg1-14/+14
2015-05-30target: Merge sbc_verify_dif_read|writeSagi Grimberg1-88/+6
2015-05-19target: Drop signal_pending checks after interruptible lock acquireNicholas Bellinger1-1/+1
2015-04-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds1-28/+81
2015-04-15target/sbc: Update sbc_dif_generate pr_debug outputNicholas Bellinger1-3/+5
2015-04-15target/sbc: Make internal DIF emulation honor ->prot_checksNicholas Bellinger1-0/+7
2015-04-15target/sbc: Return INVALID_CDB_FIELD if DIF + sess_prot_type disabledNicholas Bellinger1-1/+5
2015-04-14target: Fix COMPARE_AND_WRITE with SG_TO_MEM_NOALLOC handlingNicholas Bellinger1-5/+10
2015-04-07target: Add internal WRITE_STRIP supportNicholas Bellinger1-0/+3
2015-04-07target: Update SPC/SBC emulation for sess_prot_typeNicholas Bellinger1-2/+11
2015-04-07target: Add protected fabric + unprotected device supportNicholas Bellinger1-11/+33
2015-04-07target: Convert DIF emulation to use cmd->prot_typeNicholas Bellinger1-6/+7
2015-03-19target: do not reject FUA CDBs when write cache is enabled but emulate_write_cache is 0Christophe Vu-Brugier1-2/+1
2015-02-21Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds1-30/+110
2015-02-14target: Fail UNMAP when emulate_tpu=0Nicholas Bellinger1-0/+5
2015-02-14target: Fail WRITE_SAME w/ UNMAP=1 when emulate_tpws=0Nicholas Bellinger1-0/+5
2015-02-14target: Add sanity checks for DPO/FUA bit usageNicholas Bellinger1-10/+46
2015-02-14target: Perform PROTECT sanity checks for WRITE_SAMENicholas Bellinger1-0/+8
2015-02-14target: Fail I/O with PROTECT bit when protection is unsupportedNicholas Bellinger1-19/+32
2015-02-14target: Check for LBA + sectors wrap-around in sbc_parse_cdbNicholas Bellinger1-1/+2
2015-02-14target: Add missing WRITE_SAME end-of-device sanity checkNicholas Bellinger1-0/+12
2015-01-09target: Drop arbitrary maximum I/O size limitNicholas Bellinger1-15/+0
2014-12-18Merge remote-tracking branch 'scsi-queue/drivers-for-3.19' into for-linusJames Bottomley1-1/+1
2014-12-04scsi: remove MSG_*_TAG definesChristoph Hellwig1-1/+1
2014-11-24scsi: rename SERVICE_ACTION_IN to SERVICE_ACTION_IN_16Hannes Reinecke1-1/+1
2014-10-02target: Remove unneeded check in sbc_parse_cdbAndy Grover1-1/+1
2014-06-11TARGET/sbc,loopback: Adjust command data length in case pi exists on the wireSagi Grimberg1-2/+13
2014-06-11target: Report correct response length for some commandsRoland Dreier1-2/+2
2014-06-11target/sbc: Check that the LBA and number of blocks are correct in VERIFYChristophe Vu-Brugier1-1/+3
2014-06-11target/sbc: Remove sbc_check_valid_sectors()Christophe Vu-Brugier1-39/+6
2014-04-07target/sbc: Add sbc_dif_read_strip software emulationNicholas Bellinger1-4/+27
2014-04-07target/sbc: Add sbc_dif_generate software emulationNicholas Bellinger1-0/+44
2014-04-07target/sbc: Only expose PI read_cap16 bits when supported by fabricNicholas Bellinger1-2/+5
2014-04-07Target/sbc: Initialize COMPARE_AND_WRITE write_sg scatterlistMartin Svec1-1/+2
2014-04-07Target/sbc: add debug printSagi Grimberg1-0/+3
2014-04-07Target/core: Remove prot_handover use for nowSagi Grimberg1-1/+0
2014-04-07Target/dif: Introduce protection-passthough-only modeSagi Grimberg1-1/+1
2014-03-13Target/sbc: Set protection operation and relevant checksSagi Grimberg1-14/+73
2014-03-06Target/sbc: Fix sbc_copy_prot for offset scattersSagi Grimberg1-16/+22
2014-02-23Target/sbc: Don't use sg as iterator in sbc_verify_readSagi Grimberg1-5/+5
2014-02-23target/sbc: Fix sbc_dif_copy_prot addr offset bugNicholas Bellinger1-3/+2