summaryrefslogtreecommitdiffstats
path: root/drivers/target/target_core_transport.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-091-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-061-3/+11
| * target: remove transport_completeMike Christie2017-07-061-6/+0
| * target: add helper to copy sense to se_cmd bufferMike Christie2017-07-061-0/+18
| * target: do not require a transport_complete for SCF_TRANSPORT_TASK_SENSEMike Christie2017-07-061-2/+2
| * target: Fix COMPARE_AND_WRITE caw_sem leak during se_cmd quiesceJiang Yi2017-07-061-0/+9
| * target: Introduce a function that shows the command stateBart Van Assche2017-07-061-13/+109
| * target: Fix transport_init_se_cmd()Bart Van Assche2017-07-061-0/+1
| * target: Add TARGET_SCF_LOOKUP_LUN_FROM_TAG support for ABORT_TASKNicholas Bellinger2017-07-061-9/+44
| * target: Add support for TMR percpu reference countingNicholas Bellinger2017-07-061-0/+3
* | mm, tree wide: replace __GFP_REPEAT by __GFP_RETRY_MAYFAIL with more useful s...Michal Hocko2017-07-121-1/+1
|/
* target: Fix kref->refcount underflow in transport_cmd_finish_abortNicholas Bellinger2017-06-081-3/+6
* target: Re-add check to reject control WRITEs with overflow dataNicholas Bellinger2017-05-151-5/+18
* target: Use kmalloc_array() in transport_kmap_data_sg()Markus Elfring2017-05-011-1/+1
* target: Fix unknown fabric callback queue-full errorsNicholas Bellinger2017-03-301-34/+68
* target: Drop pointless tfo->check_stop_free checkNicholas Bellinger2017-03-181-2/+1
* target: Fix NULL dereference during LUN lookup + active I/O shutdownNicholas Bellinger2017-02-261-1/+30
* target: Fix handling of aborted failed commandsBart Van Assche2017-02-201-0/+3
* target: Remove command flag CMD_T_DEV_ACTIVEBart Van Assche2017-02-091-1/+0
* target: Remove command flag CMD_T_BUSYBart Van Assche2017-02-091-8/+4
* target: Move session check from target_put_sess_cmd() into target_release_cmd...Bart Van Assche2017-02-091-20/+19
* target: Inline transport_cmd_check_stop()Bart Van Assche2017-02-091-35/+33
* target: Remove an overly chatty debug messageBart Van Assche2017-02-091-2/+0
* target: Stop execution if CMD_T_STOP has been setBart Van Assche2017-02-091-1/+2
* target: Correct transport_wait_for_tasks() documentationBart Van Assche2017-02-091-5/+2
* target: Fix multi-session dynamic se_node_acl double free OOPsNicholas Bellinger2017-02-081-26/+43
* target: Fix early transport_generic_handle_tmr abort scenarioNicholas Bellinger2017-02-081-2/+15
* target: add XCOPY target/segment desc sense codesDavid Disseldorp2017-01-101-0/+24
* target: fix potential race window in target_sess_cmd_list_waiting()Hannes Reinecke2016-10-211-4/+8
* Revert "target: Fix residual overflow handling in target_complete_cmd_with_le...Nicholas Bellinger2016-10-191-15/+1
* target: Make EXTENDED_COPY 0xe4 failure return COPY TARGET DEVICE NOT REACHABLENicholas Bellinger2016-10-191-0/+7
* target: Re-add missing SCF_ACK_KREF assignment in v4.1.yNicholas Bellinger2016-10-191-1/+3
* target: Fix residual overflow handling in target_complete_cmd_with_lengthSumit Rai2016-07-231-1/+15
* target: Fix ordered task CHECK_CONDITION early exception handlingNicholas Bellinger2016-07-201-1/+6
* target: Fix ordered task target_setup_cmd_from_cdb exception hangNicholas Bellinger2016-07-201-27/+35
* target: Fix race between iscsi-target connection shutdown + ABORT_TASKNicholas Bellinger2016-07-201-1/+2
* target: Fix missing complete during ABORT_TASK + CMD_T_FABRIC_STOPNicholas Bellinger2016-07-201-6/+0
OpenPOWER on IntegriCloud