Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-10-27scsi: target: core: Remove from tmr_list during LUN unlinkDmitry Bogdanov
2021-03-05scsi: target: core: Flush submission work during TMR processingMike Christie
2020-11-05scsi: target: Make state_list per CPUMike Christie
2020-07-29scsi: target: Add tmr_notify backend functionBodo Stroesser
2020-07-29scsi: target: Modify core_tmr_abort_task()Bodo Stroesser
2020-06-10scsi: target: Initialize LUN in transport_init_se_cmd()Sudhakar Panneerselvam
2020-02-22scsi: target: convert boolean se_dev_attrib types to boolDavid Disseldorp
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner
2019-04-13scsi: target/core: Rework the SPC-2 reservation handling codeBart Van Assche
2019-02-05scsi: target/core: Simplify the LUN RESET implementationBart Van Assche
2019-02-05scsi: target/core: Remove several state tests from the TMF codeBart Van Assche
2018-12-08scsi: target/core: Make ABORT and LUN RESET handling synchronousBart Van Assche
2018-12-08scsi: target/core: Fix TAS handling for aborted commandsBart Van Assche
2018-11-29scsi: target: drop unnecessary get_fabric_name() accessor from fabric_opsDavid Disseldorp
2018-07-02scsi: target: Fold core_tmr_handle_tas_abort() into transport_cmd_finish_abort()Bart Van Assche
2018-07-02scsi: target: Simplify core_tmr_handle_tas_abort()Bart Van Assche
2018-07-02scsi: target: Make the session shutdown code also wait for commands that are ...Bart Van Assche
2017-11-08target: Avoid early CMD_T_PRE_EXECUTE failures during ABORT_TASKNicholas Bellinger
2017-11-05target: fix null pointer regression in core_tmr_drain_tmr_listtangwenji
2017-07-07target: Introduce a function that shows the command stateBart Van Assche
2017-06-09target: Fix kref->refcount underflow in transport_cmd_finish_abortNicholas Bellinger
2017-02-27target: Add counters for ABORT_TASK success + failureNicholas Bellinger
2017-02-21target: Delete tmr from list before processingBart Van Assche
2017-02-09target: Make core_tmr_abort_task() consider all commandsBart Van Assche
2016-03-06target: Drop incorrect ABORT_TASK put for completed commandsNicholas Bellinger
2016-02-06target: Fix remote-port TMR ABORT + se_cmd fabric stopNicholas Bellinger
2016-02-04target: Fix TAS handling for multi-session se_node_aclsNicholas Bellinger
2016-02-04target: Fix LUN_RESET active TMR descriptor handlingNicholas Bellinger
2016-02-04target: Fix LUN_RESET active I/O handling for ACK_KREFNicholas Bellinger
2016-01-21Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds
2016-01-07target: Fix spelling + remove set-but-not-used variablesBart Van Assche
2015-11-29target: Invoke release_cmd() callback without holding a spinlockBart Van Assche
2015-07-05Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds
2015-06-02target: Minimize SCSI header #include directivesBart Van Assche
2015-05-31target: target_core_configfs.h is not needed in fabric driversChristoph Hellwig
2015-05-31target: Move task tag into struct se_cmd + support 64-bit tagsBart Van Assche
2015-05-31target: Remove first argument of target_{get,put}_sess_cmd()Bart Van Assche
2015-04-16target: Make core_tmr_abort_task() skip TMFsBart Van Assche
2014-10-02target: simplify core_tmr_abort_taskJoern Engel
2014-10-02target: simplify core_tmr_release_req()Joern Engel
2014-04-12target: Add check to prevent Abort Task from aborting itselfAlex Leung
2014-04-07target: Fix Task Aborted Status (TAS) handlingAlex Leung
2013-11-14target: Convert se_device statistics to atomic_long_tNicholas Bellinger
2013-09-11target: Update copyright ownership/year information to 2013Nicholas Bellinger
2013-06-21target: Remove legacy t_fe_count + avoid t_state_lock access in transport_put...Nicholas Bellinger
2013-02-13target: Remove useless if statementRoland Dreier
2012-11-28target: Update copyright information to 2012Nicholas Bellinger
2012-11-07target: kill struct se_subsystem_devChristoph Hellwig
2012-11-01target: Fix incorrect usage of nested IRQ spinlocks in ABORT_TASK pathSteve Hodgson
2012-07-17target: replace the processing thread with a TMR work queueChristoph Hellwig