summaryrefslogtreecommitdiff
path: root/drivers/target
AgeCommit message (Expand)Author
2017-02-09Merge branch 'akpm-current/current'Stephen Rothwell
2017-02-09Merge remote-tracking branch 'idr/idr-4.11'Stephen Rothwell
2017-02-09Merge remote-tracking branch 'target-bva/for-next'Stephen Rothwell
2017-02-09Merge remote-tracking branch 'tip/auto-latest'Stephen Rothwell
2017-02-09Merge remote-tracking branch 'block/for-next'Stephen Rothwell
2017-02-09Merge remote-tracking branch 'rdma/for-next'Stephen Rothwell
2017-02-08target: Avoid that XCOPY commands trigger a deadlockBart Van Assche
2017-02-08target: Introduce target_get_device() and target_put_device()Bart Van Assche
2017-02-08target: Move target_remove_from_state_list() into target_release_cmd_kref()Bart Van Assche
2017-02-08target: Inline transport_lun_remove_cmd()Bart Van Assche
2017-02-08target: Inline transport_put_cmd()Bart Van Assche
2017-02-08target: Change return type of transport_wait_for_tasks() into voidBart Van Assche
2017-02-08target: Remove unused arguments from __target_check_io_state()Bart Van Assche
2017-02-08target: Remove command flag CMD_T_TASBart Van Assche
2017-02-08target: Reduce number of __transport_wait_for_tasks() argumentsBart Van Assche
2017-02-08target: Remove command flag CMD_T_DEV_ACTIVEBart Van Assche
2017-02-08target: Simplify LUN RESET implementationBart Van Assche
2017-02-08target: Remove command flag CMD_T_BUSYBart Van Assche
2017-02-08target: Remove several state tests from TMF codeBart Van Assche
2017-02-08target: Remove the write_pending_status() callback functionBart Van Assche
2017-02-08target: Inline transport_check_aborted_status()Bart Van Assche
2017-02-08target: Remove the SCF_SEND_DELAYED_TAS command flagBart Van Assche
2017-02-08target: Simplify session shutdown codeBart Van Assche
2017-02-08target: Simplify session shutdown testsBart Van Assche
2017-02-08target: Make ABORT and LUN RESET handling synchronousBart Van Assche
2017-02-09Merge remote-tracking branch 'vfs/for-next'Stephen Rothwell
2017-02-08target: Introduce a target driver reference count per commandBart Van Assche
2017-02-08target: Move session check from target_put_sess_cmd() into target_release_cmd...Bart Van Assche
2017-02-08target: Inline transport_cmd_check_stop()Bart Van Assche
2017-02-08target: Use the command reference counting mechanism consistentlyBart Van Assche
2017-02-08target: Stop execution if CMD_T_STOP has been setBart Van Assche
2017-02-07target: Remove an overly chatty debug messageBart Van Assche
2017-02-07target: Correct transport_wait_for_tasks() documentationBart Van Assche
2017-02-07target: Make it possible to specify I_T nexus for SCSI abortBart Van Assche
2017-02-07target: Rename tmr_wq into alua_wqBart Van Assche
2017-02-08mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang
2017-02-07target: Introduce a new workqueue for TMF processingBart Van Assche
2017-02-07idr: Return the deleted entry from idr_removeMatthew Wilcox
2017-02-06target: Make core_tmr_abort_task() consider all commandsBart Van Assche
2017-02-06target: Remove se_tmr_req.tmr_lunBart Van Assche
2017-02-06target/iscsi: Fix iSCSI task reassignment handlingBart Van Assche
2017-02-06target/iscsi: Introduce a helper function for TMF translationBart Van Assche
2017-02-03target/iscsi: Fix spelling of "reallegiance"Bart Van Assche
2017-02-03target/iscsi: Fix spelling of "perform"Bart Van Assche
2017-02-03target/iscsi: Fix indentation in iscsi_target_start_negotiation()Bart Van Assche
2017-02-03target/tcm_fc: Remove a set-but-not-used variableBart Van Assche
2017-02-03target/iscsi: Fix unsolicited data seq_end_offset calculationVarun Prakash
2017-02-03target/cxgbit: Use T6 specific macro to set the force bitVarun Prakash
2017-02-03target/cxgbit: Fix endianness annotationsBart Van Assche
2017-01-31block: fold cmd_type into the REQ_OP_ spaceChristoph Hellwig