aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/target/target_core_transport.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-07-08scsi: target: Fix xcopy sess release leakMike Christie1-1/+6
2020-06-13Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-13/+42
2020-06-09scsi: target: Rename target_setup_cmd_from_cdb() to target_cmd_parse_cdb()Sudhakar Panneerselvam1-3/+3
2020-06-09scsi: target: Fix NULL pointer dereferenceSudhakar Panneerselvam1-6/+25
2020-06-09scsi: target: Initialize LUN in transport_init_se_cmd()Sudhakar Panneerselvam1-5/+7
2020-06-09scsi: target: Factor out a new helper, target_cmd_init_cdb()Sudhakar Panneerselvam1-4/+12
2020-06-05Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-3/+3
2020-05-14scsi: target: Put lun_ref at end of tmr processingBodo Stroesser1-0/+1
2020-05-07scsi: target: Make transport_flags per deviceBodo Stroesser1-3/+3
2020-04-02Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+2
2020-02-21scsi: target: use an enum to track emulate_ua_intlck_ctrlDavid Disseldorp1-1/+2
2020-02-12scsi: Revert "target/core: Inline transport_lun_remove_cmd()"Bart Van Assche1-3/+28
2019-11-19scsi: target: core: Release SPC-2 reservations when closing a sessionBart Van Assche1-0/+15
2019-11-19scsi: target: core: Document target_cmd_size_check()Bart Van Assche1-0/+13
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner1-14/+1
2019-02-04scsi: target/core: Add target_send_busy()Bart Van Assche1-0/+16
2019-02-04scsi: target/core: Inline transport_lun_remove_cmd()Bart Van Assche1-28/+3
2019-02-04scsi: target/core: Remove several state tests from the TMF codeBart Van Assche1-2/+0
2018-12-28Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-245/+171
2018-12-18scsi: target/core: Use kmem_cache_free() instead of kfree()Wei Yongjun1-1/+1
2018-12-07scsi: target/core: Reduce the amount of code executed with a spinlock heldBart Van Assche1-6/+2
2018-12-07scsi: target/core: Make ABORT and LUN RESET handling synchronousBart Van Assche1-111/+119
2018-12-07scsi: target/core: Fix TAS handling for aborted commandsBart Van Assche1-53/+2
2018-12-07scsi: target/core: Simplify the code for aborting SCSI commandsBart Van Assche1-20/+2
2018-12-07scsi: target/core: Make it possible to wait from more than one context for command completionBart Van Assche1-5/+9
2018-12-07scsi: target/core: Use system workqueues for TMFBart Van Assche1-1/+1
2018-12-07scsi: target/core: Make sure that target_wait_for_sess_cmds() waits long enoughBart Van Assche1-10/+25
2018-12-07scsi: target/core: Simplify transport_clear_lun_ref()Bart Van Assche1-30/+5
2018-12-07scsi: target/core: Use kvcalloc() instead of open-coding itBart Van Assche1-7/+4
2018-11-28scsi: target: drop unnecessary get_fabric_name() accessor from fabric_opsDavid Disseldorp1-5/+5
2018-11-05scsi: target/core: Avoid that a kernel oops is triggered when COMPARE AND WRITE failsBart Van Assche1-2/+2
2018-10-23scsi: target: Don't request modules that aren't even builtRoland Dreier1-4/+4
2018-10-16scsi: target/core: Always call transport_complete_callback() upon failureBart Van Assche1-8/+3
2018-10-16scsi: target/core: Fix spelling in two source code commentsBart Van Assche1-2/+2
2018-10-16scsi: target: Fix target_wait_for_sess_cmds breakage with active signalsNicholas Bellinger1-2/+2
2018-08-02scsi: target: add session removal functionMike Christie1-0/+7
2018-08-02scsi: target: rename target_alloc_sessionMike Christie1-2/+2
2018-08-02scsi: target: make transport_init_session_tags staticMike Christie1-4/+3
2018-08-02scsi: target: fix __transport_register_session lockingMike Christie1-2/+3
2018-07-02scsi: target: Fix handling of removed LUNsBart Van Assche1-4/+19
2018-07-02scsi: target: Send unit attention condition even if the sense buffer is too smallBart Van Assche1-14/+7
2018-07-02scsi: target: Do not duplicate the code that marks that a command has sense dataBart Van Assche1-6/+3
2018-07-02scsi: target: Simplify the code for waiting for command completionBart Van Assche1-16/+8
2018-07-02scsi: target: Simplify transport_generic_free_cmd() (2/2)Bart Van Assche1-6/+4
2018-07-02scsi: target: Simplify transport_generic_free_cmd() (1/2)Bart Van Assche1-6/+2
2018-07-02scsi: target: Fold core_tmr_handle_tas_abort() into transport_cmd_finish_abort()Bart Van Assche1-3/+7
2018-07-02scsi: target: Document when CMD_T_STOP and CMD_T_COMPLETE are setBart Van Assche1-6/+28
2018-07-02scsi: target: Make the session shutdown code also wait for commands that are being abortedBart Van Assche1-56/+21
2018-07-02scsi: target: Introduce transport_init_session()Bart Van Assche1-5/+17
2018-07-02scsi: target: Rename transport_init_session() into transport_alloc_session()Bart Van Assche1-4/+22