summaryrefslogtreecommitdiffstats
path: root/drivers/target/target_core_transport.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
|/
* target: Fix kref->refcount underflow in transport_cmd_finish_abortNicholas Bellinger2017-06-091-3/+6
* target: Re-add check to reject control WRITEs with overflow dataNicholas Bellinger2017-05-161-5/+18
* target: Use kmalloc_array() in transport_kmap_data_sg()Markus Elfring2017-05-021-1/+1
* target: Fix unknown fabric callback queue-full errorsNicholas Bellinger2017-03-311-34/+68
* target: Drop pointless tfo->check_stop_free checkNicholas Bellinger2017-03-181-2/+1Star
* target: Fix NULL dereference during LUN lookup + active I/O shutdownNicholas Bellinger2017-02-271-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/+0Star
* target: Remove command flag CMD_T_BUSYBart Van Assche2017-02-091-8/+4Star
* target: Move session check from target_put_sess_cmd() into target_release_cmd...Bart Van Assche2017-02-091-20/+19Star
* target: Inline transport_cmd_check_stop()Bart Van Assche2017-02-091-35/+33Star
* target: Remove an overly chatty debug messageBart Van Assche2017-02-091-2/+0Star
* 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/+2Star
* 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-201-15/+1Star
* target: Make EXTENDED_COPY 0xe4 failure return COPY TARGET DEVICE NOT REACHABLENicholas Bellinger2016-10-201-0/+7
* target: Re-add missing SCF_ACK_KREF assignment in v4.1.yNicholas Bellinger2016-10-201-1/+3
* target: Fix residual overflow handling in target_complete_cmd_with_lengthSumit Rai2016-07-241-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/+0Star
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2016-05-281-24/+2Star
|\
| * target: remove sess_kref and ->shutdown_sessionChristoph Hellwig2016-05-101-23/+0Star
| * target: make close_session optionalChristoph Hellwig2016-05-101-1/+2
| * target: remove acl_stopChristoph Hellwig2016-05-101-2/+2
* | target: enhance and export target_alloc_sgl/target_free_sglChristoph Hellwig2016-05-131-14/+18
|/
* target: Fix target_release_cmd_kref shutdown comp leakHimanshu Madhani2016-03-221-2/+0Star