summaryrefslogtreecommitdiffstats
path: root/drivers/target/target_core_transport.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* scsi: target/core: Fix spelling in two source code commentsBart Van Assche2018-10-161-2/+2
* scsi: target: Fix target_wait_for_sess_cmds breakage with active signalsNicholas Bellinger2018-10-161-2/+2
* scsi: target: add session removal functionMike Christie2018-08-021-0/+7
* scsi: target: rename target_alloc_sessionMike Christie2018-08-021-2/+2
* scsi: target: make transport_init_session_tags staticMike Christie2018-08-021-4/+3
* scsi: target: fix __transport_register_session lockingMike Christie2018-08-021-2/+3
* scsi: target: Fix handling of removed LUNsBart Van Assche2018-07-021-4/+19
* scsi: target: Send unit attention condition even if the sense buffer is too s...Bart Van Assche2018-07-021-14/+7
* scsi: target: Do not duplicate the code that marks that a command has sense dataBart Van Assche2018-07-021-6/+3
* scsi: target: Simplify the code for waiting for command completionBart Van Assche2018-07-021-16/+8
* scsi: target: Simplify transport_generic_free_cmd() (2/2)Bart Van Assche2018-07-021-6/+4
* scsi: target: Simplify transport_generic_free_cmd() (1/2)Bart Van Assche2018-07-021-6/+2
* scsi: target: Fold core_tmr_handle_tas_abort() into transport_cmd_finish_abort()Bart Van Assche2018-07-021-3/+7