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.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
2012-10-27
target: Fix double-free of se_cmd in target_complete_tmr_failure
Nicholas Bellinger
1
-1
/
+0
2012-10-03
target: Add control CDB READ payload zero work-around
Nicholas Bellinger
1
-0
/
+21
2012-10-03
target: Add target_submit_cmd_map_sgls for SGL fabric memory passthrough
Nicholas Bellinger
1
-6
/
+59
2012-09-18
target: go through normal processing for all zero-length commands
Paolo Bonzini
1
-17
/
+0
2012-09-18
target: Fix minor spelling typos in drivers/target
Masanari Iida
1
-2
/
+2
2012-09-18
target: Simplify fabric sense data length handling
Roland Dreier
1
-84
/
+71
2012-09-18
target: Cleanup transport_subsystem_check_init
Andy Grover
1
-3
/
+1
2012-09-18
target: Remove request_module for target_core_stgt
Andy Grover
1
-4
/
+0
2012-09-07
target: go through normal processing for zero-length REQUEST_SENSE
Paolo Bonzini
1
-9
/
+2
2012-09-07
target: support zero-size allocation lengths in transport_kmap_data_sg
Paolo Bonzini
1
-4
/
+9
2012-09-07
target: go through normal processing for zero-length PSCSI commands
Paolo Bonzini
1
-1
/
+3
2012-09-06
target: fix use-after-free with PSCSI sense data
Paolo Bonzini
1
-22
/
+14
2012-09-06
target: simplify code around transport_get_sense_data
Paolo Bonzini
1
-36
/
+13
2012-09-06
target: move transport_get_sense_data
Paolo Bonzini
1
-55
/
+55
2012-08-24
target: Fix ->data_length re-assignment bug with SCSI overflow
Nicholas Bellinger
1
-2
/
+7
2012-08-22
target: Remove unused se_cmd.cmd_spdtl
Roland Dreier
1
-2
/
+0
2012-08-18
target: Fix regression bug with handling of zero-length data CDBs
Nicholas Bellinger
1
-3
/
+6
2012-08-17
target: fix NULL pointer dereference bug alloc_page() fails to get memory
Yi Zou
1
-2
/
+2
2012-07-20
target: NULL dereference on error path
Dan Carpenter
1
-5
/
+6
2012-07-18
target: Allow for target_submit_cmd() returning errors
Roland Dreier
1
-5
/
+9
2012-07-17
target: Add generation of LOGICAL BLOCK ADDRESS OUT OF RANGE
Roland Dreier
1
-0
/
+10
2012-07-17
target: Remove se_session.sess_wait_list
Roland Dreier
1
-12
/
+10
2012-07-17
target: Check sess_tearing_down in target_get_sess_cmd()
Roland Dreier
1
-5
/
+19
2012-07-17
target: Un-export target_get_sess_cmd()
Roland Dreier
1
-3
/
+3
2012-07-17
target: replace the processing thread with a TMR work queue
Christoph Hellwig
1
-157
/
+16
2012-07-17
target: remove transport_generic_handle_cdb_map
Christoph Hellwig
1
-43
/
+1
2012-07-17
target: simply fabric driver queue full processing
Christoph Hellwig
1
-7
/
+6
2012-07-17
target: remove transport_generic_handle_data
Christoph Hellwig
1
-39
/
+0
2012-07-17
target: merge transport_generic_write_pending into transport_generic_new_cmd
Christoph Hellwig
1
-48
/
+26
2012-07-17
target: call transport_check_aborted_status from target_execute_cmd
Christoph Hellwig
1
-0
/
+6
2012-07-17
target: remove transport_generic_process_write
Christoph Hellwig
1
-12
/
+3
2012-07-17
target: split transport_cmd_check_stop
Christoph Hellwig
1
-62
/
+62
2012-07-17
target: add struct spc_ops + initial ->execute_rw pointer usage
Christoph Hellwig
1
-5
/
+1
2012-07-17
target: remove dead SCF_ flags
Christoph Hellwig
1
-1
/
+0
2012-07-17
target: remove the execute list
Christoph Hellwig
1
-232
/
+98
2012-07-17
target: move transport_generic_prepare_cdb into pscsi
Christoph Hellwig
1
-29
/
+0
2012-07-17
target: move code for CDB emulation
Christoph Hellwig
1
-45
/
+2
2012-07-17
target: add a parse_cdb method to the backend drivers
Christoph Hellwig
1
-729
/
+7
2012-07-17
target: split parsing of SPC commands into a separate helper
Christoph Hellwig
1
-109
/
+3
2012-07-17
target: split overflow and underflow checks into a helper
Christoph Hellwig
1
-37
/
+53
2012-07-17
target: remove control CDB flags
Christoph Hellwig
1
-75
/
+34
2012-07-17
target: move unrelated code out of transport_generic_cmd_sequencer
Christoph Hellwig
1
-77
/
+66
2012-06-13
target: Add TFO->put_session() caller for HW fabric session shutdown
Joern Engel
1
-1
/
+7
2012-05-17
target: Handle ATA_16 passthrough for pSCSI backend devices
mengcong
1
-0
/
+32
2012-05-17
target: Fix MAINTENANCE_IN service action CDB checks to use lower 5 bits
Nicholas Bellinger
1
-1
/
+2
2012-05-15
target: add support for the WRITE_VERIFY command
Bernhard Kohl
1
-0
/
+1
2012-05-12
target: make target_put_session void
Jörn Engel
1
-2
/
+2
2012-05-12
target: cleanup transport_execute_tasks()
Jörn Engel
1
-9
/
+5
2012-05-10
target: Remove max_sectors device attribute for modern se_task less code
Nicholas Bellinger
1
-3
/
+4
2012-05-10
target: lock => unlock typo in transport_lun_wait_for_tasks
Dan Carpenter
1
-1
/
+1
[next]