index
:
talos-obmc-linux
dev-4.10
dev-4.13
dev-4.13-fsi
dev-4.13-raptor-05-18-2018
dev-4.13-raptor-06-04-2018
dev-5.0
dev-5.0-raptor-04-16-2019
dev-5.4-raptor-04-16-2019
Talos™ II 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
*
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...
Linus Torvalds
2012-03-22
1
-129
/
+238
|
\
|
*
target: Fix sense code for unsupported SERVICE ACTION IN
Roland Dreier
2012-03-15
1
-1
/
+1
|
*
target: Convert se_node_acl->acl_group removal to use ->acl_kref
Nicholas Bellinger
2012-03-10
1
-1
/
+2
|
*
target: Add se_node_acl->acl_kref for ->acl_free_comp usage
Nicholas Bellinger
2012-03-10
1
-5
/
+20
|
*
target: Add se_node_acl->acl_free_comp for NodeACL release path
Nicholas Bellinger
2012-03-10
1
-16
/
+24
|
*
target: Add se_sess->sess_kref + get/put helpers
Nicholas Bellinger
2012-03-10
1
-0
/
+22
|
*
target: Convert session_lock to irqsave
Nicholas Bellinger
2012-03-10
1
-3
/
+5
|
*
target: Allow target_submit_tmr interrupt context + pass ABORT_TASK tag
Nicholas Bellinger
2012-02-25
1
-2
/
+8
|
*
target: Push target_submit_tmr LUN lookup failure to system_wq context
Nicholas Bellinger
2012-02-25
1
-3
/
+15
|
*
target: Fix target_submit_tmr se_tmr_req allocation failures
Nicholas Bellinger
2012-02-25
1
-9
/
+11
|
*
target: Fix target_submit_tmr LUN lookup failures
Nicholas Bellinger
2012-02-25
1
-2
/
+2
|
*
target: Untangle front-end and back-end meanings of max_sectors attribute
Roland Dreier
2012-02-25
1
-0
/
+8
|
*
target: Add TMR_ABORT_TASK task management support
Nicholas Bellinger
2012-02-25
1
-7
/
+13
|
*
target: Make target_release_cmd_kref release on empty list
Nicholas Bellinger
2012-02-25
1
-1
/
+1
|
*
target: Add SCF_ACK_KREF flag for acknowledgement kref
Nicholas Bellinger
2012-02-25
1
-1
/
+3
|
*
target: Export transport_generic_request_failure symbol
Nicholas Bellinger
2012-02-25
1
-2
/
+2
|
*
target: Cleanup transport_kunmap_data_sg()
Andy Grover
2012-02-25
1
-2
/
+4
|
*
target: Add target_submit_tmr helper function
Andy Grover
2012-02-25
1
-0
/
+48
|
*
target: Add SCF_SCSI_TMR_CDB usage and drop se_tmr_req_cache
Andy Grover
2012-02-25
1
-18
/
+8
|
*
target: Use #define for SYNCHRONIZE_CACHE_16
Andy Grover
2012-02-25
1
-1
/
+1
|
*
target: remove the transport_lun_active field in struct se_cmd
Christoph Hellwig
2012-02-25
1
-10
/
+3
|
*
target: replace various cmd flags with a transport state
Christoph Hellwig
2012-02-25
1
-69
/
+61
*
|
target: remove the second argument of k[un]map_atomic()
Cong Wang
2012-03-20
1
-2
/
+2
*
|
target: Fix compatible reservation handling (CRH=1) with legacy RESERVE/RELEASE
Nicholas Bellinger
2012-03-13
1
-0
/
+1
|
/
*
target: Fix unsupported WRITE_SAME sense payload
Martin Svec
2012-02-07
1
-3
/
+3
*
target: Fix target_submit_cmd() exception handling
Nicholas Bellinger
2012-02-07
1
-8
/
+10
*
target: Change target_submit_cmd() to return void
Andy Grover
2012-02-07
1
-3
/
+2
*
target: Allow control CDBs with data > 1 page
Andy Grover
2012-01-18
1
-11
/
+34
*
target: avoid multiple outputs in scsi_dump_inquiry()
Sebastian Andrzej Siewior
2012-01-18
1
-11
/
+13
*
target: Add workaround for zero-length control CDB handling
Nicholas Bellinger
2012-01-18
1
-0
/
+13
*
target: Correct sense key for INVALID FIELD IN {PARAMETER LIST,CDB}
Roland Dreier
2012-01-18
1
-4
/
+4
*
target: Don't zero pages used for data buffers
roland@purestorage.com
2012-01-18
1
-1
/
+4
*
target: Set additional sense length field in sense data
Roland Dreier
2011-12-16
1
-0
/
+14
*
target: Remove legacy device status check from transport_execute_tasks
Nicholas Bellinger
2011-12-14
1
-7
/
+0
*
target: Remove __transport_execute_tasks() for each processing context
Nicholas Bellinger
2011-12-14
1
-2
/
+0
*
target: Remove extra se_device->execute_task_lock access in fast path
Nicholas Bellinger
2011-12-14
1
-16
/
+24
*
target: Drop se_device TCQ queue_depth usage from I/O path
Nicholas Bellinger
2011-12-14
1
-37
/
+2
*
target: Fix possible NULL pointer with __transport_execute_tasks
Nicholas Bellinger
2011-12-14
1
-1
/
+2
*
target: Add target_submit_cmd() for process context fabric submission
Nicholas Bellinger
2011-12-14
1
-2
/
+84
*
target: Make target_put_sess_cmd use target_release_cmd_kref
Nicholas Bellinger
2011-12-14
1
-15
/
+24
*
target: remove useless casts
Jörn Engel
2011-12-14
1
-2
/
+2
*
target: make the se_task task_state_active a normal bool
Christoph Hellwig
2011-12-14
1
-21
/
+20
*
target: remove the se_task task_error_status field
Christoph Hellwig
2011-12-14
1
-7
/
+1
*
target: fold se_task.task_sense into task_flags
Christoph Hellwig
2011-12-14
1
-2
/
+2
*
target: header reshuffle, part2
Christoph Hellwig
2011-12-14
1
-5
/
+2
*
target: reshuffle headers
Christoph Hellwig
2011-12-14
1
-37
/
+30
*
target: remove unused struct fields
Jörn Engel
2011-12-06
1
-8
/
+0
*
target: Handle 0 correctly in transport_get_sectors_6()
Roland Dreier
2011-12-06
1
-2
/
+7
*
target: Don't return an error status for 0-length READ and WRITE
Roland Dreier
2011-12-06
1
-1
/
+8
*
target: Reject SCSI data overflow for fabrics using transport_generic_map_mem...
Nicholas Bellinger
2011-12-06
1
-0
/
+12
[next]