aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/target/target_core_sbc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner1-14/+1
2018-10-16scsi: target/core: Always call transport_complete_callback() upon failureBart Van Assche1-1/+5
2018-10-16scsi: target/core: Use sg_alloc_table() instead of open-coding itBart Van Assche1-6/+5
2018-10-16scsi: target/core: Remove the SCF_COMPARE_AND_WRITE_POST flagBart Van Assche1-6/+0
2018-07-02scsi: target: Use config_item_name() instead of open-coding itBart Van Assche1-3/+4
2018-01-12target: don't call an unmap callback if a range length is zeroAndrei Vagin1-3/+5
2017-07-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds1-44/+21
2017-07-06target: Use {get,put}_unaligned_be*() instead of open coding these functionsBart Van Assche1-44/+15
2017-07-06target: reject COMPARE_AND_WRITE if emulate_caw is not setJiang Yi1-0/+6
2017-07-03t10-pi: Move opencoded contants to common headerDmitry Monakhov1-1/+1
2017-05-11Revert "target: Fix VERIFY and WRITE VERIFY command parsing"Nicholas Bellinger1-64/+10
2017-05-04target: Fix compare_and_write_callback handling for non GOOD statusNicholas Bellinger1-1/+4
2017-05-01target: Add WRITE_VERIFY_16Bryant G. Ly1-0/+2
2017-05-01target: Use kmalloc_array() in compare_and_write_callback()Markus Elfring1-2/+2
2017-05-01target: Fix VERIFY and WRITE VERIFY command parsingBart Van Assche1-9/+62
2017-03-07target: Fix VERIFY_16 handling in sbc_parse_cdbMax Lohrmann1-2/+8
2017-02-09target: Remove command flag CMD_T_BUSYBart Van Assche1-1/+1
2017-02-08target: Fix COMPARE_AND_WRITE ref leak for non GOOD statusNicholas Bellinger1-2/+6
2016-12-09target: Minimize #include directivesBart Van Assche1-0/+1
2016-07-20target: Fix ordered task target_setup_cmd_from_cdb exception hangNicholas Bellinger1-1/+1
2016-01-20Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds1-1/+9
2016-01-06target/sbc: Add LBPRZ attribute + control CDB emulationJamie Pocas1-1/+9
2015-11-28target: fix COMPARE_AND_WRITE non zero SGL offset data corruptionJan Engelhardt1-2/+2
2015-11-28target: Fix race for SCF_COMPARE_AND_WRITE_POST checkingNicholas Bellinger1-4/+9
2015-07-31target: check DPO/FUA usage for COMPARE AND WRITEDavid Disseldorp1-0/+3
2015-07-30target: add support for START_STOP_UNIT SCSI opcodeBrian Bunker1-0/+36
2015-07-06target: Use struct t10_pi_tupleSagi Grimberg1-5/+5
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