index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
target
/
target_core_transport.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-06-13
treewide: Use array_size() in vzalloc()
Kees Cook
1
-1
/
+1
2018-06-13
treewide: kzalloc() -> kcalloc()
Kees Cook
1
-1
/
+1
2018-05-29
scsi: target: fix spelling mistake "Uknown" -> "Unknown"
Colin Ian King
1
-1
/
+1
2018-05-18
scsi: target: transport should handle st FM/EOM/ILI reads
Lee Duncan
1
-6
/
+37
2018-04-21
scsi: target: target_core_transport.c: enable+fix kernel-doc
Randy Dunlap
1
-7
/
+10
2018-04-21
scsi: target: target_core_transport.c: fix kernel-doc warnings
Randy Dunlap
1
-1
/
+1
2018-02-10
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...
Linus Torvalds
1
-0
/
+3
2018-01-19
lib/scatterlist: Fix chaining support in sgl_alloc_order()
Bart Van Assche
1
-1
/
+1
2018-01-13
target: add SAM_STAT_BUSY sense reason
Mike Christie
1
-0
/
+3
2018-01-06
target: Use sgl_alloc_order() and sgl_free()
Bart Van Assche
1
-42
/
+4
2017-11-08
target: Avoid early CMD_T_PRE_EXECUTE failures during ABORT_TASK
Nicholas Bellinger
1
-0
/
+2
2017-11-08
target: Fix quiese during transport_write_pending_qf endless loop
Nicholas Bellinger
1
-0
/
+13
2017-11-08
target: Fix caw_sem leak in transport_generic_request_failure
Nicholas Bellinger
1
-3
/
+4
2017-11-08
target: Fix QUEUE_FULL + SCSI task attribute handling
Nicholas Bellinger
1
-0
/
+4
2017-11-05
target: Inline transport_put_cmd()
Bart Van Assche
1
-20
/
+3
2017-11-05
target: Suppress gcc 7 fallthrough warnings
Bart Van Assche
1
-2
/
+2
2017-11-05
target: return SAM_STAT_TASK_SET_FULL for TCM_OUT_OF_RESOURCES
Mike Christie
1
-7
/
+9
2017-11-05
target: add sense code INSUFFICIENT REGISTRATION RESOURCES
tangwenji
1
-0
/
+15
2017-08-10
target: Fix node_acl demo-mode + uncached dynamic shutdown regression
Nicholas Bellinger
1
-2
/
+2
2017-07-14
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...
Linus Torvalds
1
-29
/
+193
2017-07-13
mm, tree wide: replace __GFP_REPEAT by __GFP_RETRY_MAYFAIL with more useful s...
Michal Hocko
1
-1
/
+1
2017-07-07
target: fix SAM_STAT_BUSY/TASK_SET_FULL handling
Mike Christie
1
-3
/
+11
2017-07-07
target: remove transport_complete
Mike Christie
1
-6
/
+0
2017-07-07
target: add helper to copy sense to se_cmd buffer
Mike Christie
1
-0
/
+18
2017-07-07
target: do not require a transport_complete for SCF_TRANSPORT_TASK_SENSE
Mike Christie
1
-2
/
+2
2017-07-07
target: Fix COMPARE_AND_WRITE caw_sem leak during se_cmd quiesce
Jiang Yi
1
-0
/
+9
2017-07-07
target: Introduce a function that shows the command state
Bart Van Assche
1
-13
/
+109
2017-07-07
target: Fix transport_init_se_cmd()
Bart Van Assche
1
-0
/
+1
2017-07-07
target: Add TARGET_SCF_LOOKUP_LUN_FROM_TAG support for ABORT_TASK
Nicholas Bellinger
1
-9
/
+44
2017-07-07
target: Add support for TMR percpu reference counting
Nicholas Bellinger
1
-0
/
+3
2017-06-09
target: Fix kref->refcount underflow in transport_cmd_finish_abort
Nicholas Bellinger
1
-3
/
+6
2017-05-16
target: Re-add check to reject control WRITEs with overflow data
Nicholas Bellinger
1
-5
/
+18
2017-05-02
target: Use kmalloc_array() in transport_kmap_data_sg()
Markus Elfring
1
-1
/
+1
2017-03-31
target: Fix unknown fabric callback queue-full errors
Nicholas Bellinger
1
-34
/
+68
2017-03-19
target: Drop pointless tfo->check_stop_free check
Nicholas Bellinger
1
-2
/
+1
2017-02-27
target: Fix NULL dereference during LUN lookup + active I/O shutdown
Nicholas Bellinger
1
-1
/
+30
2017-02-21
target: Fix handling of aborted failed commands
Bart Van Assche
1
-0
/
+3
2017-02-09
target: Remove command flag CMD_T_DEV_ACTIVE
Bart Van Assche
1
-1
/
+0
2017-02-09
target: Remove command flag CMD_T_BUSY
Bart Van Assche
1
-8
/
+4
2017-02-09
target: Move session check from target_put_sess_cmd() into target_release_cmd...
Bart Van Assche
1
-20
/
+19
2017-02-09
target: Inline transport_cmd_check_stop()
Bart Van Assche
1
-35
/
+33
2017-02-09
target: Remove an overly chatty debug message
Bart Van Assche
1
-2
/
+0
2017-02-09
target: Stop execution if CMD_T_STOP has been set
Bart Van Assche
1
-1
/
+2
2017-02-09
target: Correct transport_wait_for_tasks() documentation
Bart Van Assche
1
-5
/
+2
2017-02-08
target: Fix multi-session dynamic se_node_acl double free OOPs
Nicholas Bellinger
1
-26
/
+43
2017-02-08
target: Fix early transport_generic_handle_tmr abort scenario
Nicholas Bellinger
1
-2
/
+15
2017-01-10
target: add XCOPY target/segment desc sense codes
David Disseldorp
1
-0
/
+24
2016-10-21
target: fix potential race window in target_sess_cmd_list_waiting()
Hannes Reinecke
1
-4
/
+8
2016-10-20
Revert "target: Fix residual overflow handling in target_complete_cmd_with_le...
Nicholas Bellinger
1
-15
/
+1
2016-10-20
target: Make EXTENDED_COPY 0xe4 failure return COPY TARGET DEVICE NOT REACHABLE
Nicholas Bellinger
1
-0
/
+7
[next]