summaryrefslogtreecommitdiffstats
path: root/drivers/target/target_core_transport.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-301-14/+1Star
* scsi: target/core: Add target_send_busy()Bart Van Assche2019-02-051-0/+16
* scsi: target/core: Inline transport_lun_remove_cmd()Bart Van Assche2019-02-051-28/+3Star
* scsi: target/core: Remove several state tests from the TMF codeBart Van Assche2019-02-051-2/+0Star
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2018-12-281-245/+171Star
|\
| * scsi: target/core: Use kmem_cache_free() instead of kfree()Wei Yongjun2018-12-191-1/+1
| * scsi: target/core: Reduce the amount of code executed with a spinlock heldBart Van Assche2018-12-081-6/+2Star
| * scsi: target/core: Make ABORT and LUN RESET handling synchronousBart Van Assche2018-12-081-111/+119
| * scsi: target/core: Fix TAS handling for aborted commandsBart Van Assche2018-12-081-53/+2Star
| * scsi: target/core: Simplify the code for aborting SCSI commandsBart Van Assche2018-12-081-20/+2Star
| * scsi: target/core: Make it possible to wait from more than one context for co...Bart Van Assche2018-12-081-5/+9
| * scsi: target/core: Use system workqueues for TMFBart Van Assche2018-12-081-1/+1
| * scsi: target/core: Make sure that target_wait_for_sess_cmds() waits long enoughBart Van Assche2018-12-081-10/+25
| * scsi: target/core: Simplify transport_clear_lun_ref()Bart Van Assche2018-12-081-30/+5Star
| * scsi: target/core: Use kvcalloc() instead of open-coding itBart Van Assche2018-12-081-7/+4Star
| * scsi: target: drop unnecessary get_fabric_name() accessor from fabric_opsDavid Disseldorp2018-11-291-5/+5
* | scsi: target/core: Avoid that a kernel oops is triggered when COMPARE AND WRI...Bart Van Assche2018-11-061-2/+2
|/
* scsi: target: Don't request modules that aren't even builtRoland Dreier2018-10-241-4/+4
* scsi: target/core: Always call transport_complete_callback() upon failureBart Van Assche2018-10-161-8/+3Star
* 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/+3Star
* 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/+7Star
* scsi: target: Do not duplicate the code that marks that a command has sense dataBart Van Assche2018-07-021-6/+3Star
* scsi: target: Simplify the code for waiting for command completionBart Van Assche2018-07-021-16/+8Star
* scsi: target: Simplify transport_generic_free_cmd() (2/2)Bart Van Assche2018-07-021-6/+4Star
* scsi: target: Simplify transport_generic_free_cmd() (1/2)Bart Van Assche2018-07-021-6/+2Star
* scsi: target: Fold core_tmr_handle_tas_abort() into transport_cmd_finish_abort()Bart Van Assche2018-07-021-3/+7
* scsi: target: Document when CMD_T_STOP and CMD_T_COMPLETE are setBart Van Assche2018-07-021-6/+28
* scsi: target: Make the session shutdown code also wait for commands that are ...Bart Van Assche2018-07-021-56/+21Star
* scsi: target: Introduce transport_init_session()Bart Van Assche2018-07-021-5/+17
* scsi: target: Rename transport_init_session() into transport_alloc_session()Bart Van Assche2018-07-021-4/+22
* scsi: target: Move a list_del_init() statementBart Van Assche2018-07-021-2/+1Star
* scsi: target: Convert target drivers to use sbitmapMatthew Wilcox2018-06-201-2/+3
* treewide: Use array_size() in vzalloc()Kees Cook2018-06-131-1/+1
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-131-1/+1
* scsi: target: fix spelling mistake "Uknown" -> "Unknown"Colin Ian King2018-05-291-1/+1
* scsi: target: transport should handle st FM/EOM/ILI readsLee Duncan2018-05-181-6/+37
* scsi: target: target_core_transport.c: enable+fix kernel-docRandy Dunlap2018-04-211-7/+10
* scsi: target: target_core_transport.c: fix kernel-doc warningsRandy Dunlap2018-04-211-1/+1
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2018-02-091-0/+3
|\
| * target: add SAM_STAT_BUSY sense reasonMike Christie2018-01-131-0/+3
* | lib/scatterlist: Fix chaining support in sgl_alloc_order()Bart Van Assche2018-01-191-1/+1
* | target: Use sgl_alloc_order() and sgl_free()Bart Van Assche2018-01-061-42/+4Star
|/
* target: Avoid early CMD_T_PRE_EXECUTE failures during ABORT_TASKNicholas Bellinger2017-11-081-0/+2
* target: Fix quiese during transport_write_pending_qf endless loopNicholas Bellinger2017-11-081-0/+13