summaryrefslogtreecommitdiffstats
path: root/drivers/target/target_core_sbc.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-301-14/+1Star
* scsi: target/core: Always call transport_complete_callback() upon failureBart Van Assche2018-10-161-1/+5
* scsi: target/core: Use sg_alloc_table() instead of open-coding itBart Van Assche2018-10-161-6/+5Star
* scsi: target/core: Remove the SCF_COMPARE_AND_WRITE_POST flagBart Van Assche2018-10-161-6/+0Star
* scsi: target: Use config_item_name() instead of open-coding itBart Van Assche2018-07-021-3/+4
* target: don't call an unmap callback if a range length is zeroAndrei Vagin2018-01-131-3/+5
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2017-07-131-44/+21Star
|\
| * target: Use {get,put}_unaligned_be*() instead of open coding these functionsBart Van Assche2017-07-071-44/+15Star
| * target: reject COMPARE_AND_WRITE if emulate_caw is not setJiang Yi2017-07-071-0/+6
* | t10-pi: Move opencoded contants to common headerDmitry Monakhov2017-07-041-1/+1
|/
* Revert "target: Fix VERIFY and WRITE VERIFY command parsing"Nicholas Bellinger2017-05-111-64/+10Star
* target: Fix compare_and_write_callback handling for non GOOD statusNicholas Bellinger2017-05-051-1/+4
* target: Add WRITE_VERIFY_16Bryant G. Ly2017-05-021-0/+2
* target: Use kmalloc_array() in compare_and_write_callback()Markus Elfring2017-05-021-2/+2
* target: Fix VERIFY and WRITE VERIFY command parsingBart Van Assche2017-05-021-9/+62
* target: Fix VERIFY_16 handling in sbc_parse_cdbMax Lohrmann2017-03-081-2/+8
* target: Remove command flag CMD_T_BUSYBart Van Assche2017-02-091-1/+1
* target: Fix COMPARE_AND_WRITE ref leak for non GOOD statusNicholas Bellinger2017-02-081-2/+6
* target: Minimize #include directivesBart Van Assche2016-12-091-0/+1
* 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-211-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-291-2/+2
* | target: Fix race for SCF_COMPARE_AND_WRITE_POST checkingNicholas Bellinger2015-11-291-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-311-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/+129Star
|\
| * target: implement WRITE_SAME with UNMAP bit using ->execute_unmapChristoph Hellwig2015-06-231-2/+19
| * target: simplify UNMAP handlingChristoph Hellwig2015-06-231-8/+6Star
| * target: replace se_cmd->execute_rw with a protocol_data fieldChristoph Hellwig2015-06-231-13/+7Star
| * target: handle odd SG mapping for data transfer memoryAkinobu Mita2015-05-311-39/+83
| * target: Fix inconsistent address passed to kunmap_atomic() in sbc_dif_copy_pr...Akinobu Mita2015-05-311-2/+3
| * target: fix DPO and FUA bit checksChristoph Hellwig2015-05-311-2/+3
| * target/sbc: Fix sbc_dif_verify inconsistent map/unmapSagi Grimberg2015-05-311-14/+14
| * target: Merge sbc_verify_dif_read|writeSagi Grimberg2015-05-311-88/+6Star
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2015-06-241-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-201-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-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
|\