blob: 713aaf5142cf26ca12b004eb442246d5254a6e0b [file] [log] [blame]
2c9fa49e100f ("scsi: target/core: Make ABORT and LUN RESET handling synchronous")
aaa00cc93c1d ("scsi: target/core: Fix TAS handling for aborted commands")
fbbd49235590 ("scsi: target/core: Simplify the code for aborting SCSI commands")
a014c3647a15 ("scsi: target/core: Make it possible to wait from more than one context for command completion")
ad669505c4e9 ("scsi: target/core: Make sure that target_wait_for_sess_cmds() waits long enough")
38fe73cc2c96 ("scsi: target: Fix target_wait_for_sess_cmds breakage with active signals")
7b2cc7dc0dbf ("scsi: target: Simplify the code for waiting for command completion")
a8864d861d62 ("scsi: target: Simplify transport_generic_free_cmd() (1/2)")
65422d705f1a ("scsi: target: Fold core_tmr_handle_tas_abort() into transport_cmd_finish_abort()")
709d56512fe8 ("scsi: target: Simplify core_tmr_handle_tas_abort()")
953bcf7ad16a ("scsi: target: Document when CMD_T_STOP and CMD_T_COMPLETE are set")
00d909a10710 ("scsi: target: Make the session shutdown code also wait for commands that are being aborted")
d1bff07f387c ("scsi: target: Introduce transport_init_session()")
317f89712d7a ("scsi: target: Rename transport_init_session() into transport_alloc_session()")
3eeff1984051 ("scsi: target: Move a list_del_init() statement")
9ad97b8b409e ("scsi: target: target_core_transport.c: enable+fix kernel-doc")
1c21a48055a6 ("target: Avoid early CMD_T_PRE_EXECUTE failures during ABORT_TASK")
fd2f928b0ddd ("target: Fix caw_sem leak in transport_generic_request_failure")
c01706982350 ("target: Inline transport_put_cmd()")
402242c90443 ("target: fix SAM_STAT_BUSY/TASK_SET_FULL handling")
1a4441754860 ("target: remove transport_complete")
c6d66aba98a3 ("target: add helper to copy sense to se_cmd buffer")
9fe369845010 ("target: do not require a transport_complete for SCF_TRANSPORT_TASK_SENSE")
1d6ef276594a ("target: Fix COMPARE_AND_WRITE caw_sem leak during se_cmd quiesce")
c00e62202315 ("target: Introduce a function that shows the command state")
eeb64d239ea6 ("target: Add support for TMR percpu reference counting")
73d4e580ccc5 ("target: Fix kref->refcount underflow in transport_cmd_finish_abort")
fa7e25cf13a6 ("target: Fix unknown fabric callback queue-full errors")
e3b88ee95b4e ("target: Fix handling of aborted failed commands")
fd5e64def917 ("target: Remove command flag CMD_T_BUSY")
6b6427b6fd90 ("target: Move session check from target_put_sess_cmd() into target_release_cmd_kref()")
b1a2ecdad72e ("target: Inline transport_cmd_check_stop()")
a5eb307f37d1 ("target: Stop execution if CMD_T_STOP has been set")
3a1e7ca64f2d ("target: Make core_tmr_abort_task() consider all commands")
4f4c6c3ddb15 ("target: Remove se_tmr_req.tmr_lun")
c54eeffbe933 ("target: Fix early transport_generic_handle_tmr abort scenario")