summaryrefslogtreecommitdiffstats
path: root/drivers/target/target_core_transport.c
Commit message (Expand)AuthorAgeFilesLines
* scsi: target/core: Use kmem_cache_free() instead of kfree()Wei Yongjun2019-02-231-1/+1
* scsi: target/core: Make sure that target_wait_for_sess_cmds() waits long enoughBart Van Assche2019-01-261-10/+25
* scsi: target: Fix target_wait_for_sess_cmds breakage with active signalsNicholas Bellinger2018-11-131-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
* target: Fix caw_sem leak in transport_generic_request_failureNicholas Bellinger2017-11-081-3/+4
* target: Fix QUEUE_FULL + SCSI task attribute handlingNicholas Bellinger2017-11-081-0/+4
* target: Inline transport_put_cmd()Bart Van Assche2017-11-041-20/+3Star
* target: Suppress gcc 7 fallthrough warningsBart Van Assche2017-11-041-2/+2
* target: return SAM_STAT_TASK_SET_FULL for TCM_OUT_OF_RESOURCESMike Christie2017-11-041-7/+9
* target: add sense code INSUFFICIENT REGISTRATION RESOURCEStangwenji2017-11-041-0/+15
* target: Fix node_acl demo-mode + uncached dynamic shutdown regressionNicholas Bellinger2017-08-101-2/+2
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2017-07-131-29/+193
|\
| * target: fix SAM_STAT_BUSY/TASK_SET_FULL handlingMike Christie2017-07-071-3/+11
| * target: remove transport_completeMike Christie2017-07-071-6/+0Star
| * target: add helper to copy sense to se_cmd bufferMike Christie2017-07-071-0/+18
| * target: do not require a transport_complete for SCF_TRANSPORT_TASK_SENSEMike Christie2017-07-071-2/+2
| * target: Fix COMPARE_AND_WRITE caw_sem leak during se_cmd quiesceJiang Yi2017-07-071-0/+9
| * target: Introduce a function that shows the command stateBart Van Assche2017-07-071-13/+109
| * target: Fix transport_init_se_cmd()Bart Van Assche2017-07-071-0/+1
| * target: Add TARGET_SCF_LOOKUP_LUN_FROM_TAG support for ABORT_TASKNicholas Bellinger2017-07-071-9/+44
| * target: Add support for TMR percpu reference countingNicholas Bellinger2017-07-071-0/+3
* | mm, tree wide: replace __GFP_REPEAT by __GFP_RETRY_MAYFAIL with more useful s...Michal Hocko2017-07-131-1/+1
|/