summaryrefslogtreecommitdiffstats
path: root/drivers/target/target_core_transport.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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/+21
* 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/+1
* scsi: target: Convert target drivers to use sbitmapMatthew Wilcox2018-06-191-2/+3
* treewide: Use array_size() in vzalloc()Kees Cook2018-06-121-1/+1
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-1/+1
* scsi: target: fix spelling mistake "Uknown" -> "Unknown"Colin Ian King2018-05-281-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-201-7/+10
* scsi: target: target_core_transport.c: fix kernel-doc warningsRandy Dunlap2018-04-201-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-121-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/+4
|/
* target: Avoid early CMD_T_PRE_EXECUTE failures during ABORT_TASKNicholas Bellinger2017-11-071-0/+2
* target: Fix quiese during transport_write_pending_qf endless loopNicholas Bellinger2017-11-071-0/+13
* target: Fix caw_sem leak in transport_generic_request_failureNicholas Bellinger2017-11-071-3/+4
* target: Fix QUEUE_FULL + SCSI task attribute handlingNicholas Bellinger2017-11-071-0/+4
* target: Inline transport_put_cmd()Bart Van Assche2017-11-041-20/+3
* target: Suppress gcc 7 fallthrough warningsBart Van Assche2017-11-041-2/+2