summaryrefslogtreecommitdiff
path: root/drivers/target/target_core_transport.c
AgeCommit message (Expand)Author
2017-06-08target: Fix kref->refcount underflow in transport_cmd_finish_abortNicholas Bellinger
2017-05-15target: Re-add check to reject control WRITEs with overflow dataNicholas Bellinger
2017-05-01target: Use kmalloc_array() in transport_kmap_data_sg()Markus Elfring
2017-03-30target: Fix unknown fabric callback queue-full errorsNicholas Bellinger
2017-03-18target: Drop pointless tfo->check_stop_free checkNicholas Bellinger
2017-02-26target: Fix NULL dereference during LUN lookup + active I/O shutdownNicholas Bellinger
2017-02-20target: Fix handling of aborted failed commandsBart Van Assche
2017-02-09target: Remove command flag CMD_T_DEV_ACTIVEBart Van Assche
2017-02-09target: Remove command flag CMD_T_BUSYBart Van Assche
2017-02-09target: Move session check from target_put_sess_cmd() into target_release_cmd...Bart Van Assche
2017-02-09target: Inline transport_cmd_check_stop()Bart Van Assche
2017-02-09target: Remove an overly chatty debug messageBart Van Assche
2017-02-09target: Stop execution if CMD_T_STOP has been setBart Van Assche
2017-02-09target: Correct transport_wait_for_tasks() documentationBart Van Assche
2017-02-08target: Fix multi-session dynamic se_node_acl double free OOPsNicholas Bellinger
2017-02-08target: Fix early transport_generic_handle_tmr abort scenarioNicholas Bellinger
2017-01-10target: add XCOPY target/segment desc sense codesDavid Disseldorp
2016-10-21target: fix potential race window in target_sess_cmd_list_waiting()Hannes Reinecke
2016-10-19Revert "target: Fix residual overflow handling in target_complete_cmd_with_le...Nicholas Bellinger
2016-10-19target: Make EXTENDED_COPY 0xe4 failure return COPY TARGET DEVICE NOT REACHABLENicholas Bellinger
2016-10-19target: Re-add missing SCF_ACK_KREF assignment in v4.1.yNicholas Bellinger
2016-07-23target: Fix residual overflow handling in target_complete_cmd_with_lengthSumit Rai
2016-07-20target: Fix ordered task CHECK_CONDITION early exception handlingNicholas Bellinger
2016-07-20target: Fix ordered task target_setup_cmd_from_cdb exception hangNicholas Bellinger
2016-07-20target: Fix race between iscsi-target connection shutdown + ABORT_TASKNicholas Bellinger
2016-07-20target: Fix missing complete during ABORT_TASK + CMD_T_FABRIC_STOPNicholas Bellinger
2016-05-28Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds
2016-05-13target: enhance and export target_alloc_sgl/target_free_sglChristoph Hellwig
2016-05-10target: remove sess_kref and ->shutdown_sessionChristoph Hellwig
2016-05-10target: make close_session optionalChristoph Hellwig
2016-05-10target: remove acl_stopChristoph Hellwig
2016-03-22target: Fix target_release_cmd_kref shutdown comp leakHimanshu Madhani
2016-03-10target: Avoid DataIN transfers for non-GOOD SAM statusNicholas Bellinger
2016-02-27target: Add target_alloc_session() helper functionNicholas Bellinger
2016-02-10target/transport: add flag to indicate CPU Affinity is observedQuinn Tran
2016-02-06target: Drop legacy se_cmd->task_stop_comp + REQUEST_STOP usageNicholas Bellinger
2016-02-06target: Fix race with SCF_SEND_DELAYED_TAS handlingNicholas Bellinger
2016-02-05target: Fix remote-port TMR ABORT + se_cmd fabric stopNicholas Bellinger
2016-02-03target: Fix LUN_RESET active TMR descriptor handlingNicholas Bellinger
2016-02-03target: Fix LUN_RESET active I/O handling for ACK_KREFNicholas Bellinger
2016-01-20Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds
2016-01-20target: Obtain se_node_acl->acl_kref during get_initiator_node_aclNicholas Bellinger
2016-01-20target: Convert ACL change queue_depth se_session reference usageNicholas Bellinger
2016-01-07target: Support aborting tasks with a 64-bit tagBart Van Assche
2016-01-07target: Remove an unused variableBart Van Assche
2016-01-07qla2xxx: Add selective command queuingQuinn Tran
2016-01-06target: Fix spelling + remove set-but-not-used variablesBart Van Assche
2015-11-28target: Invoke release_cmd() callback without holding a spinlockBart Van Assche
2015-11-28target: Fix race for SCF_COMPARE_AND_WRITE_POST checkingNicholas Bellinger
2015-09-11target: Remove no-op conditionalAndy Grover