summaryrefslogtreecommitdiffstats
path: root/drivers/target/target_core_transport.c
Commit message (Expand)AuthorAgeFilesLines
* scsi: target: core: Add cmd length set before cmd completeAleksandr Miloserdov2021-02-221-4/+11
* scsi: target: core: Change ASCQ for residual writeAnastasia Kovaleva2021-01-261-1/+7
* scsi: target: core: Signal WRITE residualsAnastasia Kovaleva2021-01-261-14/+20
* scsi: target: core: Set residuals for 4Kn devicesRoman Bolshakov2021-01-261-11/+0
* scsi: target: core: Remove in_interrupt() check in transport_handle_cdb_direct()Ahmed S. Darwish2021-01-221-6/+3
* scsi: target: core: Replace in_interrupt() usage in target_submit_cmd_map_sgls()Sebastian Andrzej Siewior2021-01-221-1/+2
* scsi: target: Make state_list per CPUMike Christie2020-11-041-14/+13
* scsi: target: Drop sess_cmd_lock from I/O pathMike Christie2020-11-041-44/+33
* scsi: target: Remove TARGET_SCF_LOOKUP_LUN_FROM_TAGMike Christie2020-11-041-33/+0
* scsi: target: Fix cmd_count ref leakMike Christie2020-11-041-0/+8
* scsi: target: Return COMPARE AND WRITE miscompare offsetsDavid Disseldorp2020-11-041-0/+1
* scsi: target: Rename cmd.bad_sector to cmd.sense_infoDavid Disseldorp2020-11-041-6/+6
* scsi: target: Rename struct sense_info to sense_detailDavid Disseldorp2020-11-041-11/+11
* Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2020-10-021-1/+2
|\
| * scsi: target: Fix lun lookup for TARGET_SCF_LOOKUP_LUN_FROM_TAG caseSudhakar Panneerselvam2020-09-221-1/+2
* | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-2/+2
|/
* scsi: target: Add tmr_notify backend functionBodo Stroesser2020-07-281-0/+1
* scsi: target: Fix xcopy sess release leakMike Christie2020-07-081-1/+6
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2020-06-131-13/+42
|\
| * scsi: target: Rename target_setup_cmd_from_cdb() to target_cmd_parse_cdb()Sudhakar Panneerselvam2020-06-091-3/+3
| * scsi: target: Fix NULL pointer dereferenceSudhakar Panneerselvam2020-06-091-6/+25
| * scsi: target: Initialize LUN in transport_init_se_cmd()Sudhakar Panneerselvam2020-06-091-5/+7
| * scsi: target: Factor out a new helper, target_cmd_init_cdb()Sudhakar Panneerselvam2020-06-091-4/+12
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2020-06-051-3/+3
|\|
| * scsi: target: Make transport_flags per deviceBodo Stroesser2020-05-071-3/+3
* | scsi: target: Put lun_ref at end of tmr processingBodo Stroesser2020-05-141-0/+1
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2020-04-021-1/+2
|\
| * scsi: target: use an enum to track emulate_ua_intlck_ctrlDavid Disseldorp2020-02-211-1/+2
* | scsi: Revert "target/core: Inline transport_lun_remove_cmd()"Bart Van Assche2020-02-121-3/+28
|/
* scsi: target: core: Release SPC-2 reservations when closing a sessionBart Van Assche2019-11-191-0/+15
* scsi: target: core: Document target_cmd_size_check()Bart Van Assche2019-11-191-0/+13
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-301-14/+1
* scsi: target/core: Add target_send_busy()Bart Van Assche2019-02-041-0/+16
* scsi: target/core: Inline transport_lun_remove_cmd()Bart Van Assche2019-02-041-28/+3
* scsi: target/core: Remove several state tests from the TMF codeBart Van Assche2019-02-041-2/+0
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2018-12-281-245/+171
|\
| * scsi: target/core: Use kmem_cache_free() instead of kfree()Wei Yongjun2018-12-181-1/+1
| * scsi: target/core: Reduce the amount of code executed with a spinlock heldBart Van Assche2018-12-071-6/+2
| * scsi: target/core: Make ABORT and LUN RESET handling synchronousBart Van Assche2018-12-071-111/+119
| * scsi: target/core: Fix TAS handling for aborted commandsBart Van Assche2018-12-071-53/+2
| * scsi: target/core: Simplify the code for aborting SCSI commandsBart Van Assche2018-12-071-20/+2
| * scsi: target/core: Make it possible to wait from more than one context for co...Bart Van Assche2018-12-071-5/+9
| * scsi: target/core: Use system workqueues for TMFBart Van Assche2018-12-071-1/+1
| * scsi: target/core: Make sure that target_wait_for_sess_cmds() waits long enoughBart Van Assche2018-12-071-10/+25
| * scsi: target/core: Simplify transport_clear_lun_ref()Bart Van Assche2018-12-071-30/+5
| * scsi: target/core: Use kvcalloc() instead of open-coding itBart Van Assche2018-12-071-7/+4
| * scsi: target: drop unnecessary get_fabric_name() accessor from fabric_opsDavid Disseldorp2018-11-281-5/+5
* | scsi: target/core: Avoid that a kernel oops is triggered when COMPARE AND WRI...Bart Van Assche2018-11-051-2/+2
|/
* scsi: target: Don't request modules that aren't even builtRoland Dreier2018-10-231-4/+4
* scsi: target/core: Always call transport_complete_callback() upon failureBart Van Assche2018-10-161-8/+3