index
:
blackbird-obmc-linux
dev-5.0-raptor-04-16-2019
dev-5.0-raptor-04-16-2019-dev
Blackbird™ Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
target
/
target_core_transport.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
scsi: target: Don't request modules that aren't even built
Roland Dreier
2018-10-23
1
-4
/
+4
*
scsi: target/core: Always call transport_complete_callback() upon failure
Bart Van Assche
2018-10-16
1
-8
/
+3
*
scsi: target/core: Fix spelling in two source code comments
Bart Van Assche
2018-10-16
1
-2
/
+2
*
scsi: target: Fix target_wait_for_sess_cmds breakage with active signals
Nicholas Bellinger
2018-10-16
1
-2
/
+2
*
scsi: target: add session removal function
Mike Christie
2018-08-02
1
-0
/
+7
*
scsi: target: rename target_alloc_session
Mike Christie
2018-08-02
1
-2
/
+2
*
scsi: target: make transport_init_session_tags static
Mike Christie
2018-08-02
1
-4
/
+3
*
scsi: target: fix __transport_register_session locking
Mike Christie
2018-08-02
1
-2
/
+3
*
scsi: target: Fix handling of removed LUNs
Bart Van Assche
2018-07-02
1
-4
/
+19
*
scsi: target: Send unit attention condition even if the sense buffer is too s...
Bart Van Assche
2018-07-02
1
-14
/
+7
*
scsi: target: Do not duplicate the code that marks that a command has sense data
Bart Van Assche
2018-07-02
1
-6
/
+3
*
scsi: target: Simplify the code for waiting for command completion
Bart Van Assche
2018-07-02
1
-16
/
+8
*
scsi: target: Simplify transport_generic_free_cmd() (2/2)
Bart Van Assche
2018-07-02
1
-6
/
+4
*
scsi: target: Simplify transport_generic_free_cmd() (1/2)
Bart Van Assche
2018-07-02
1
-6
/
+2
*
scsi: target: Fold core_tmr_handle_tas_abort() into transport_cmd_finish_abort()
Bart Van Assche
2018-07-02
1
-3
/
+7
*
scsi: target: Document when CMD_T_STOP and CMD_T_COMPLETE are set
Bart Van Assche
2018-07-02
1
-6
/
+28
*
scsi: target: Make the session shutdown code also wait for commands that are ...
Bart Van Assche
2018-07-02
1
-56
/
+21
*
scsi: target: Introduce transport_init_session()
Bart Van Assche
2018-07-02
1
-5
/
+17
*
scsi: target: Rename transport_init_session() into transport_alloc_session()
Bart Van Assche
2018-07-02
1
-4
/
+22
*
scsi: target: Move a list_del_init() statement
Bart Van Assche
2018-07-02
1
-2
/
+1
*
scsi: target: Convert target drivers to use sbitmap
Matthew Wilcox
2018-06-19
1
-2
/
+3
*
treewide: Use array_size() in vzalloc()
Kees Cook
2018-06-12
1
-1
/
+1
*
treewide: kzalloc() -> kcalloc()
Kees Cook
2018-06-12
1
-1
/
+1
*
scsi: target: fix spelling mistake "Uknown" -> "Unknown"
Colin Ian King
2018-05-28
1
-1
/
+1
*
scsi: target: transport should handle st FM/EOM/ILI reads
Lee Duncan
2018-05-18
1
-6
/
+37
*
scsi: target: target_core_transport.c: enable+fix kernel-doc
Randy Dunlap
2018-04-20
1
-7
/
+10
*
scsi: target: target_core_transport.c: fix kernel-doc warnings
Randy Dunlap
2018-04-20
1
-1
/
+1
*
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...
Linus Torvalds
2018-02-09
1
-0
/
+3
|
\
|
*
target: add SAM_STAT_BUSY sense reason
Mike Christie
2018-01-12
1
-0
/
+3
*
|
lib/scatterlist: Fix chaining support in sgl_alloc_order()
Bart Van Assche
2018-01-19
1
-1
/
+1
*
|
target: Use sgl_alloc_order() and sgl_free()
Bart Van Assche
2018-01-06
1
-42
/
+4
|
/
*
target: Avoid early CMD_T_PRE_EXECUTE failures during ABORT_TASK
Nicholas Bellinger
2017-11-07
1
-0
/
+2
*
target: Fix quiese during transport_write_pending_qf endless loop
Nicholas Bellinger
2017-11-07
1
-0
/
+13
*
target: Fix caw_sem leak in transport_generic_request_failure
Nicholas Bellinger
2017-11-07
1
-3
/
+4
*
target: Fix QUEUE_FULL + SCSI task attribute handling
Nicholas Bellinger
2017-11-07
1
-0
/
+4
*
target: Inline transport_put_cmd()
Bart Van Assche
2017-11-04
1
-20
/
+3
*
target: Suppress gcc 7 fallthrough warnings
Bart Van Assche
2017-11-04
1
-2
/
+2
*
target: return SAM_STAT_TASK_SET_FULL for TCM_OUT_OF_RESOURCES
Mike Christie
2017-11-04
1
-7
/
+9
*
target: add sense code INSUFFICIENT REGISTRATION RESOURCES
tangwenji
2017-11-04
1
-0
/
+15
*
target: Fix node_acl demo-mode + uncached dynamic shutdown regression
Nicholas Bellinger
2017-08-09
1
-2
/
+2
*
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...
Linus Torvalds
2017-07-13
1
-29
/
+193
|
\
|
*
target: fix SAM_STAT_BUSY/TASK_SET_FULL handling
Mike Christie
2017-07-06
1
-3
/
+11
|
*
target: remove transport_complete
Mike Christie
2017-07-06
1
-6
/
+0
|
*
target: add helper to copy sense to se_cmd buffer
Mike Christie
2017-07-06
1
-0
/
+18
|
*
target: do not require a transport_complete for SCF_TRANSPORT_TASK_SENSE
Mike Christie
2017-07-06
1
-2
/
+2
|
*
target: Fix COMPARE_AND_WRITE caw_sem leak during se_cmd quiesce
Jiang Yi
2017-07-06
1
-0
/
+9
|
*
target: Introduce a function that shows the command state
Bart Van Assche
2017-07-06
1
-13
/
+109
|
*
target: Fix transport_init_se_cmd()
Bart Van Assche
2017-07-06
1
-0
/
+1
|
*
target: Add TARGET_SCF_LOOKUP_LUN_FROM_TAG support for ABORT_TASK
Nicholas Bellinger
2017-07-06
1
-9
/
+44
|
*
target: Add support for TMR percpu reference counting
Nicholas Bellinger
2017-07-06
1
-0
/
+3
[next]