aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/target/target_core_transport.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-08-09target: Fix node_acl demo-mode + uncached dynamic shutdown regressionNicholas Bellinger1-2/+2
2017-07-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds1-29/+193
2017-07-12mm, tree wide: replace __GFP_REPEAT by __GFP_RETRY_MAYFAIL with more useful semanticMichal Hocko1-1/+1
2017-07-06target: fix SAM_STAT_BUSY/TASK_SET_FULL handlingMike Christie1-3/+11
2017-07-06target: remove transport_completeMike Christie1-6/+0
2017-07-06target: add helper to copy sense to se_cmd bufferMike Christie1-0/+18
2017-07-06target: do not require a transport_complete for SCF_TRANSPORT_TASK_SENSEMike Christie1-2/+2
2017-07-06target: Fix COMPARE_AND_WRITE caw_sem leak during se_cmd quiesceJiang Yi1-0/+9
2017-07-06target: Introduce a function that shows the command stateBart Van Assche1-13/+109
2017-07-06target: Fix transport_init_se_cmd()Bart Van Assche1-0/+1
2017-07-06target: Add TARGET_SCF_LOOKUP_LUN_FROM_TAG support for ABORT_TASKNicholas Bellinger1-9/+44
2017-07-06target: Add support for TMR percpu reference countingNicholas Bellinger1-0/+3
2017-06-08target: Fix kref->refcount underflow in transport_cmd_finish_abortNicholas Bellinger1-3/+6
2017-05-15target: Re-add check to reject control WRITEs with overflow dataNicholas Bellinger1-5/+18
2017-05-01target: Use kmalloc_array() in transport_kmap_data_sg()Markus Elfring1-1/+1
2017-03-30target: Fix unknown fabric callback queue-full errorsNicholas Bellinger1-34/+68
2017-03-18target: Drop pointless tfo->check_stop_free checkNicholas Bellinger1-2/+1
2017-02-26target: Fix NULL dereference during LUN lookup + active I/O shutdownNicholas Bellinger1-1/+30
2017-02-20target: Fix handling of aborted failed commandsBart Van Assche1-0/+3
2017-02-09target: Remove command flag CMD_T_DEV_ACTIVEBart Van Assche1-1/+0
2017-02-09target: Remove command flag CMD_T_BUSYBart Van Assche1-8/+4
2017-02-09target: Move session check from target_put_sess_cmd() into target_release_cmd_kref()Bart Van Assche1-20/+19
2017-02-09target: Inline transport_cmd_check_stop()Bart Van Assche1-35/+33
2017-02-09target: Remove an overly chatty debug messageBart Van Assche1-2/+0
2017-02-09target: Stop execution if CMD_T_STOP has been setBart Van Assche1-1/+2
2017-02-09target: Correct transport_wait_for_tasks() documentationBart Van Assche1-5/+2
2017-02-08target: Fix multi-session dynamic se_node_acl double free OOPsNicholas Bellinger1-26/+43
2017-02-08target: Fix early transport_generic_handle_tmr abort scenarioNicholas Bellinger1-2/+15
2017-01-10target: add XCOPY target/segment desc sense codesDavid Disseldorp1-0/+24
2016-10-21target: fix potential race window in target_sess_cmd_list_waiting()Hannes Reinecke1-4/+8
2016-10-19Revert "target: Fix residual overflow handling in target_complete_cmd_with_length"Nicholas Bellinger1-15/+1
2016-10-19target: Make EXTENDED_COPY 0xe4 failure return COPY TARGET DEVICE NOT REACHABLENicholas Bellinger1-0/+7
2016-10-19target: Re-add missing SCF_ACK_KREF assignment in v4.1.yNicholas Bellinger1-1/+3
2016-07-23target: Fix residual overflow handling in target_complete_cmd_with_lengthSumit Rai1-1/+15
2016-07-20target: Fix ordered task CHECK_CONDITION early exception handlingNicholas Bellinger1-1/+6
2016-07-20target: Fix ordered task target_setup_cmd_from_cdb exception hangNicholas Bellinger1-27/+35
2016-07-20target: Fix race between iscsi-target connection shutdown + ABORT_TASKNicholas Bellinger1-1/+2
2016-07-20target: Fix missing complete during ABORT_TASK + CMD_T_FABRIC_STOPNicholas Bellinger1-6/+0
2016-05-28Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds1-24/+2
2016-05-13target: enhance and export target_alloc_sgl/target_free_sglChristoph Hellwig1-14/+18
2016-05-10target: remove sess_kref and ->shutdown_sessionChristoph Hellwig1-23/+0
2016-05-10target: make close_session optionalChristoph Hellwig1-1/+2
2016-05-10target: remove acl_stopChristoph Hellwig1-2/+2
2016-03-22target: Fix target_release_cmd_kref shutdown comp leakHimanshu Madhani1-2/+0
2016-03-10target: Avoid DataIN transfers for non-GOOD SAM statusNicholas Bellinger1-0/+8
2016-02-27target: Add target_alloc_session() helper functionNicholas Bellinger1-0/+56
2016-02-10target/transport: add flag to indicate CPU Affinity is observedQuinn Tran1-3/+9
2016-02-06target: Drop legacy se_cmd->task_stop_comp + REQUEST_STOP usageNicholas Bellinger1-37/+0
2016-02-06target: Fix race with SCF_SEND_DELAYED_TAS handlingNicholas Bellinger1-12/+41
2016-02-05target: Fix remote-port TMR ABORT + se_cmd fabric stopNicholas Bellinger1-35/+110