aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/target/target_core_transport.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2018-07-02scsi: target: Move a list_del_init() statementBart Van Assche1-2/+1
2018-06-19scsi: target: Convert target drivers to use sbitmapMatthew Wilcox1-2/+3
2018-06-12treewide: Use array_size() in vzalloc()Kees Cook1-1/+1
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-1/+1
2018-05-28scsi: target: fix spelling mistake "Uknown" -> "Unknown"Colin Ian King1-1/+1
2018-05-18scsi: target: transport should handle st FM/EOM/ILI readsLee Duncan1-6/+37
2018-04-20scsi: target: target_core_transport.c: enable+fix kernel-docRandy Dunlap1-7/+10
2018-04-20scsi: target: target_core_transport.c: fix kernel-doc warningsRandy Dunlap1-1/+1
2018-02-09Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds1-0/+3
2018-01-19lib/scatterlist: Fix chaining support in sgl_alloc_order()Bart Van Assche1-1/+1
2018-01-12target: add SAM_STAT_BUSY sense reasonMike Christie1-0/+3