summaryrefslogtreecommitdiff
path: root/drivers/target/target_core_sbc.c
Commit message (Expand)AuthorAge
* target: don't call an unmap callback if a range length is zeroAndrei Vagin2018-01-12
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2017-07-13
|\
| * target: Use {get,put}_unaligned_be*() instead of open coding these functionsBart Van Assche2017-07-06
| * target: reject COMPARE_AND_WRITE if emulate_caw is not setJiang Yi2017-07-06
* | t10-pi: Move opencoded contants to common headerDmitry Monakhov2017-07-03
|/
* Revert "target: Fix VERIFY and WRITE VERIFY command parsing"Nicholas Bellinger2017-05-11
* target: Fix compare_and_write_callback handling for non GOOD statusNicholas Bellinger2017-05-04
* target: Add WRITE_VERIFY_16Bryant G. Ly2017-05-01
* target: Use kmalloc_array() in compare_and_write_callback()Markus Elfring2017-05-01
* target: Fix VERIFY and WRITE VERIFY command parsingBart Van Assche2017-05-01
* target: Fix VERIFY_16 handling in sbc_parse_cdbMax Lohrmann2017-03-07
* target: Remove command flag CMD_T_BUSYBart Van Assche2017-02-09
* target: Fix COMPARE_AND_WRITE ref leak for non GOOD statusNicholas Bellinger2017-02-08
* target: Minimize #include directivesBart Van Assche2016-12-09
* target: Fix ordered task target_setup_cmd_from_cdb exception hangNicholas Bellinger2016-07-20
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2016-01-20
|\
| * target/sbc: Add LBPRZ attribute + control CDB emulationJamie Pocas2016-01-06
* | target: fix COMPARE_AND_WRITE non zero SGL offset data corruptionJan Engelhardt2015-11-28
* | target: Fix race for SCF_COMPARE_AND_WRITE_POST checkingNicholas Bellinger2015-11-28
|/
* target: check DPO/FUA usage for COMPARE AND WRITEDavid Disseldorp2015-07-31
* target: add support for START_STOP_UNIT SCSI opcodeBrian Bunker2015-07-30
* target: Use struct t10_pi_tupleSagi Grimberg2015-07-06
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2015-07-04
|\
| * target: implement WRITE_SAME with UNMAP bit using ->execute_unmapChristoph Hellwig2015-06-23
| * target: simplify UNMAP handlingChristoph Hellwig2015-06-23
| * target: replace se_cmd->execute_rw with a protocol_data fieldChristoph Hellwig2015-06-23
| * target: handle odd SG mapping for data transfer memoryAkinobu Mita2015-05-30
| * target: Fix inconsistent address passed to kunmap_atomic() in sbc_dif_copy_pr...Akinobu Mita2015-05-30
| * target: fix DPO and FUA bit checksChristoph Hellwig2015-05-30
| * target/sbc: Fix sbc_dif_verify inconsistent map/unmapSagi Grimberg2015-05-30
| * target: Merge sbc_verify_dif_read|writeSagi Grimberg2015-05-30
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2015-06-23
|\ \ | |/ |/|
| * target: Minimize SCSI header #include directivesBart Van Assche2015-06-02
* | target: Drop signal_pending checks after interruptible lock acquireNicholas Bellinger2015-05-19
|/
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2015-04-24
|\
| * target/sbc: Update sbc_dif_generate pr_debug outputNicholas Bellinger2015-04-15
| * target/sbc: Make internal DIF emulation honor ->prot_checksNicholas Bellinger2015-04-15
| * target/sbc: Return INVALID_CDB_FIELD if DIF + sess_prot_type disabledNicholas Bellinger2015-04-15
| * target: Fix COMPARE_AND_WRITE with SG_TO_MEM_NOALLOC handlingNicholas Bellinger2015-04-14
| * target: Add internal WRITE_STRIP supportNicholas Bellinger2015-04-07
| * target: Update SPC/SBC emulation for sess_prot_typeNicholas Bellinger2015-04-07
| * target: Add protected fabric + unprotected device supportNicholas Bellinger2015-04-07
| * target: Convert DIF emulation to use cmd->prot_typeNicholas Bellinger2015-04-07
* | target: do not reject FUA CDBs when write cache is enabled but emulate_write_...Christophe Vu-Brugier2015-03-19
|/
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2015-02-21
|\
| * target: Fail UNMAP when emulate_tpu=0Nicholas Bellinger2015-02-14
| * target: Fail WRITE_SAME w/ UNMAP=1 when emulate_tpws=0Nicholas Bellinger2015-02-14
| * target: Add sanity checks for DPO/FUA bit usageNicholas Bellinger2015-02-14
| * target: Perform PROTECT sanity checks for WRITE_SAMENicholas Bellinger2015-02-14
| * target: Fail I/O with PROTECT bit when protection is unsupportedNicholas Bellinger2015-02-14