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
Commit message (
Expand
)
Author
Age
Files
Lines
*
iscsi-target: Fix reservation conflict -EBUSY response handling bug
Nicholas Bellinger
2012-03-13
1
-1
/
+1
*
target: Fix compatible reservation handling (CRH=1) with legacy RESERVE/RELEASE
Nicholas Bellinger
2012-03-13
2
-12
/
+23
*
target: Fix unsupported WRITE_SAME sense payload
Martin Svec
2012-02-07
1
-3
/
+3
*
iscsi: use IP_FREEBIND socket option
Dax Kelson
2012-02-07
1
-0
/
+8
*
iblock: fix handling of large requests
Christoph Hellwig
2012-02-07
1
-0
/
+7
*
target: handle empty string writes in sysfs
Dan Carpenter
2012-02-07
1
-4
/
+8
*
iscsi_target: in_aton needs linux/inet.h
Stephen Rothwell
2012-02-07
1
-0
/
+1
*
target: Fix iblock se_dev_attrib.unmap_granularity
Marco Sanvido
2012-02-07
1
-1
/
+1
*
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
2
-10
/
+4
*
target: accept REQUEST_SENSE with 18bytes
Sebastian Andrzej Siewior
2012-02-07
1
-10
/
+4
*
target: Fail INQUIRY commands with EVPD==0 but PAGE CODE!=0
Roland Dreier
2012-01-18
1
-0
/
+7
*
target: Return correct ASC for unimplemented VPD pages
Roland Dreier
2012-01-18
1
-1
/
+1
*
iscsi-target: Fix discovery with INADDR_ANY and IN6ADDR_ANY_INIT
Nicholas Bellinger
2012-01-18
3
-8
/
+62
*
target: Allow control CDBs with data > 1 page
Andy Grover
2012-01-18
6
-52
/
+75
*
iscsi-target: Fix up a few assignments
Jesper Juhl
2012-01-18
1
-2
/
+2
*
iscsi-target: make one-bit bitfields unsigned
Dan Carpenter
2012-01-18
1
-2
/
+2
*
iscsi-target: Fix double list_add with iscsit_alloc_buffs reject
Nicholas Bellinger
2012-01-18
1
-1
/
+1
*
iscsi-target: Fix reject release handling in iscsit_free_cmd()
Nicholas Bellinger
2012-01-18
1
-0
/
+11
*
target: fix return code of core_tpg_.*_lun
Sebastian Andrzej Siewior
2012-01-18
4
-14
/
+14
*
target: use save/restore lock primitive in core_dec_lacl_count()
Sebastian Andrzej Siewior
2012-01-18
1
-2
/
+3
*
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: Allow PERSISTENT RESERVE IN for non-reservation holder
Marco Sanvido
2012-01-18
1
-0
/
+1
*
target: Use correct preempted registration sense code
Marco Sanvido
2012-01-18
1
-2
/
+2
*
target: don't allocate bio headroom in iblock
Christoph Hellwig
2012-01-18
1
-1
/
+1
*
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
3
-45
/
+2
*
target: Fix possible NULL pointer with __transport_execute_tasks
Nicholas Bellinger
2011-12-14
1
-1
/
+2
*
tcm_fc: Convert ft_send_work to use target_submit_cmd
Nicholas Bellinger
2011-12-14
1
-38
/
+13
*
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: Set response format in INQUIRY response
Roland Dreier
2011-12-14
1
-0
/
+12
*
tcm_loop: bump max_sectors
Christoph Hellwig
2011-12-14
2
-14
/
+5
*
target/configs: remove trailing newline from udev_path and alias
Sebastian Andrzej Siewior
2011-12-14
1
-0
/
+6
*
iscsi-target: fix chap identifier simple_strtoul usage
Nicholas Bellinger
2011-12-14
1
-3
/
+7
*
target: remove useless casts
Jörn Engel
2011-12-14
18
-101
/
+90
*
target: simplify target_check_cdb_and_preempt
Jörn Engel
2011-12-14
1
-16
/
+10
*
target: Move core_scsi3_check_cdb_abort_and_preempt
Jörn Engel
2011-12-14
3
-17
/
+15
*
target: use \n as a separator for configuration
Sebastian Andrzej Siewior
2011-12-14
5
-5
/
+5
*
target: make the se_task task_state_active a normal bool
Christoph Hellwig
2011-12-14
2
-22
/
+21
*
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
35
-102
/
+43
*
target: reshuffle headers
Christoph Hellwig
2011-12-14
17
-80
/
+166
[next]