index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
target
Age
Commit message (
Expand
)
Author
Files
Lines
2012-05-23
Merge branch 'sbp-target-merge' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
6
-0
/
+2886
2012-05-21
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...
Linus Torvalds
37
-2237
/
+1286
2012-05-20
iscsi-target: Fix iov_count calculation bug in iscsit_allocate_iovecs
Nicholas Bellinger
1
-1
/
+1
2012-05-17
iscsi-target: remove dead code in iscsi_check_valuelist_for_support
Dan Carpenter
1
-9
/
+0
2012-05-17
target: Fix bug in handling of FILEIO + block_device resize ops
Nicholas Bellinger
1
-6
/
+16
2012-05-17
target: Handle ATA_16 passthrough for pSCSI backend devices
mengcong
1
-0
/
+32
2012-05-17
target: Add MI_REPORT_TARGET_PGS ext. header + implict_trans_secs attribute
Nicholas Bellinger
3
-12
/
+101
2012-05-17
target: Fix MAINTENANCE_IN service action CDB checks to use lower 5 bits
Nicholas Bellinger
2
-4
/
+5
2012-05-15
target: add support for the WRITE_VERIFY command
Bernhard Kohl
1
-0
/
+1
2012-05-14
target: Fix SPC-2 RELEASE bug for multi-session iSCSI client setups
Bernhard Kohl
1
-0
/
+3
2012-05-11
target: make target_put_session void
Jörn Engel
1
-2
/
+2
2012-05-11
target: cleanup transport_execute_tasks()
Jörn Engel
1
-9
/
+5
2012-05-11
target: Drop incorrect se_lun_acl release for dynamic -> explict ACL conversion
Nicholas Bellinger
1
-22
/
+0
2012-05-09
sbp-target: Initial merge of firewire/ieee-1394 target mode support
Chris Boot
6
-0
/
+2886
2012-05-09
target: Remove max_sectors device attribute for modern se_task less code
Nicholas Bellinger
4
-73
/
+9
2012-05-09
target: lock => unlock typo in transport_lun_wait_for_tasks
Dan Carpenter
1
-1
/
+1
2012-05-09
target: Enforce hw_max_sectors for SCF_SCSI_DATA_SG_IO_CDB
Nicholas Bellinger
1
-6
/
+15
2012-05-06
target: remove the t_se_count field in struct se_cmd
Christoph Hellwig
1
-6
/
+0
2012-05-06
target: remove the t_task_cdbs_ex_left field in struct se_cmd
Christoph Hellwig
2
-13
/
+1
2012-05-06
target: remove the t_task_cdbs_left field in struct se_cmd
Christoph Hellwig
2
-12
/
+1
2012-05-06
target: remove struct se_task
Christoph Hellwig
9
-407
/
+205
2012-05-06
target: move the state and execute lists to the command
Christoph Hellwig
3
-282
/
+152
2012-05-06
target: simplify command to task linkage
Christoph Hellwig
2
-83
/
+44
2012-05-06
target: always allocate a single task
Christoph Hellwig
1
-120
/
+37
2012-05-06
target: replace ->execute_task with ->execute_cmd
Christoph Hellwig
10
-120
/
+90
2012-05-06
target: remove the task_sectors field in struct se_task
Christoph Hellwig
1
-2
/
+0
2012-05-06
target: remove the task_size field in struct se_task
Christoph Hellwig
5
-12
/
+12
2012-05-06
target: remove the task_lba field in struct se_task
Christoph Hellwig
4
-12
/
+14
2012-05-06
target: remove target_get_task_cdb
Christoph Hellwig
2
-50
/
+2
2012-05-06
target: remove the unused transport_limit_task_sectors helper
Christoph Hellwig
1
-15
/
+0
2012-05-06
target: Handle GET_EVENT_STATUS_NOTIFICATION passthrough
Stefan Hajnoczi
1
-0
/
+4
2012-05-06
target/iscsi: cleanup some allocation style issues
Dan Carpenter
1
-10
/
+10
2012-04-14
target/iscsi: Go back to core allocating data buffer for cmd
Andy Grover
3
-80
/
+6
2012-04-14
target: Call core_alua_check_nonop_delay in target_submit_cmd()
Andy Grover
1
-0
/
+7
2012-04-14
target/iscsi: Fold _decide_list_to_build into _build_pdu_and_seq_lists
Andy Grover
5
-58
/
+50
2012-04-14
target/iscsi: Eliminate iscsi_cmd.data_length
Andy Grover
8
-67
/
+60
2012-04-14
target/iscsi: Move init_se_cmd closer to lookup_cmd_lun
Andy Grover
1
-11
/
+11
2012-04-14
target/iscsi: Inline iscsit_allocate_se_cmd and *_for_tmr
Andy Grover
3
-130
/
+101
2012-04-14
target: rewrite comment for generic_new_cmd
Andy Grover
1
-3
/
+3
2012-04-14
target: Rename target_allocate_tasks to target_setup_cmd_from_cdb
Andy Grover
3
-14
/
+9
2012-04-14
target/iscsi: Misc cleanups from Agrover (round 2)
Andy Grover
12
-109
/
+87
2012-04-14
target/iscsi: Refactor target_tx_thread immediate+response queue loops
Andy Grover
2
-244
/
+244
2012-04-14
target/iscsi: Remove unneeded locking from iscsi_target_tx_thread
Andy Grover
1
-10
/
+2
2012-04-14
target/iscsi: Misc cleanups from Agrover (round 1)
Andy Grover
3
-52
/
+16
2012-04-14
target/iscsi: Rename iscsi_cmd.i_list to iscsi_cmd.i_conn_node
Andy Grover
6
-38
/
+38
2012-04-14
target: Remove transport_do_task_sg_chain() and associated detritus
Roland Dreier
1
-70
/
+0
2012-04-14
tcm_fc: Remove use of transport_do_task_sg_chain()
Roland Dreier
3
-18
/
+5
2012-04-14
target: stop splitting commands into multiple tasks
Christoph Hellwig
2
-103
/
+25
2012-04-14
target: don't limit transfer sizes for the ramdisk backend
Christoph Hellwig
2
-6
/
+2
2012-04-14
target: misc ramdisk backend cleanups
Christoph Hellwig
2
-125
/
+41
[next]