summaryrefslogtreecommitdiffstats
path: root/drivers/target/target_core_sbc.c
Commit message (Expand)AuthorAgeFilesLines
* scsi: target: Rename sbc_ops to exec_cmd_opsMike Christie2023-04-111-6/+7
* scsi: target: core: Fix hard lockup when executing a compare-and-write commandMaurizio Lombardi2022-11-241-6/+16
* scsi: target: Remove the unused function transport_lba_64_ext()Jiapeng Chong2022-10-221-8/+0
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2022-08-041-99/+0
|\
| * scsi: target: Remove XDWRITEREAD emulated supportMike Christie2022-07-261-99/+0
* | scsi: target: Fix WRITE_SAME No Data Buffer crashMike Christie2022-07-071-0/+6
|/
* scsi: target: Fix protect handling in WRITE SAME(32)Dmitry Bogdanov2021-07-181-18/+17
* scsi: target: Use standard SAM status typesHannes Reinecke2021-05-311-5/+5
* scsi: target: core: Get rid of warning in compare_and_write_do_cmp()Chaitanya Kulkarni2021-03-091-2/+2
* scsi: target: Return COMPARE AND WRITE miscompare offsetsDavid Disseldorp2020-11-041-10/+26
* scsi: target: Split out COMPARE AND WRITE memcmp into helperDavid Disseldorp2020-11-041-53/+68
* scsi: target: Rename cmd.bad_sector to cmd.sense_infoDavid Disseldorp2020-11-041-1/+1
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-301-14/+1
* 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/+5
* scsi: target/core: Remove the SCF_COMPARE_AND_WRITE_POST flagBart Van Assche2018-10-161-6/+0
* 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-121-3/+5
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2017-07-131-44/+21
|\
| * target: Use {get,put}_unaligned_be*() instead of open coding these functionsBart Van Assche2017-07-061-44/+15
| * target: reject COMPARE_AND_WRITE if emulate_caw is not setJiang Yi2017-07-061-0/+6
* | t10-pi: Move opencoded contants to common headerDmitry Monakhov2017-07-031-1/+1
|/
* Revert "target: Fix VERIFY and WRITE VERIFY command parsing"Nicholas Bellinger2017-05-111-64/+10
* target: Fix compare_and_write_callback handling for non GOOD statusNicholas Bellinger2017-05-041-1/+4
* target: Add WRITE_VERIFY_16Bryant G. Ly2017-05-011-0/+2
* target: Use kmalloc_array() in compare_and_write_callback()Markus Elfring2017-05-011-2/+2
* target: Fix VERIFY and WRITE VERIFY command parsingBart Van Assche2017-05-011-9/+62
* target: Fix VERIFY_16 handling in sbc_parse_cdbMax Lohrmann2017-03-071-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-201-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-281-2/+2
* | target: Fix race for SCF_COMPARE_AND_WRITE_POST checkingNicholas Bellinger2015-11-281-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-301-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/+129
|\
| * target: implement WRITE_SAME with UNMAP bit using ->execute_unmapChristoph Hellwig2015-06-231-2/+19
| * target: simplify UNMAP handlingChristoph Hellwig2015-06-231-8/+6
| * target: replace se_cmd->execute_rw with a protocol_data fieldChristoph Hellwig2015-06-231-13/+7
| * target: handle odd SG mapping for data transfer memoryAkinobu Mita2015-05-301-39/+83
| * target: Fix inconsistent address passed to kunmap_atomic() in sbc_dif_copy_pr...Akinobu Mita2015-05-301-2/+3
| * target: fix DPO and FUA bit checksChristoph Hellwig2015-05-301-2/+3
| * target/sbc: Fix sbc_dif_verify inconsistent map/unmapSagi Grimberg2015-05-301-14/+14
| * target: Merge sbc_verify_dif_read|writeSagi Grimberg2015-05-301-88/+6
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2015-06-231-1/+1
|\ \ | |/ |/|