summaryrefslogtreecommitdiffstats
path: root/drivers/target/target_core_sbc.c
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
|/
* target: Update copyright ownership/year information to 2013Nicholas Bellinger2013-09-111-1/+1
* target: Release COMPARE_AND_WRITE mutex in generic failure pathNicholas Bellinger2013-09-111-0/+7
* target: Add compare_and_write_post() completion callback fall throughNicholas Bellinger2013-09-111-1/+2
* target: Add support for COMPARE_AND_WRITE emulationNicholas Bellinger2013-09-111-1/+196
* target: Allow sbc_ops->execute_rw() to accept SGLs + data_directionNicholas Bellinger2013-09-091-10/+27
* target: Add return for se_cmd->transport_complete_callbackNicholas Bellinger2013-09-091-5/+8
* target: Add (obsolete) checking for PMI/LBA fields in READ CAPACITY(10)Roland Dreier2013-07-081-0/+16
* target: Return correct sense data for IO past the end of a deviceRoland Dreier2013-07-081-1/+1
* target: Add sbc_execute_unmap() helperAsias He2013-04-251-0/+85
* target_core_sbc: use noop for SYNCHRONIZE_CACHEHannes Reinecke2013-03-181-2/+5
* target: Rename spc_get_write_same_sectors -> sbc_get_write_same_sectorsRoland Dreier2013-02-231-3/+3