summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* iscsi-target: Fix iov_count calculation bug in iscsit_allocate_iovecsNicholas Bellinger2012-05-201-1/+1
* iscsi-target: remove dead code in iscsi_check_valuelist_for_supportDan Carpenter2012-05-171-9/+0
* target: Handle ATA_16 passthrough for pSCSI backend devicesmengcong2012-05-171-0/+32
* target: Add MI_REPORT_TARGET_PGS ext. header + implict_trans_secs attributeNicholas Bellinger2012-05-174-12/+102
* target: Fix MAINTENANCE_IN service action CDB checks to use lower 5 bitsNicholas Bellinger2012-05-172-4/+5
* target: add support for the WRITE_VERIFY commandBernhard Kohl2012-05-151-0/+1
* target: make target_put_session voidJörn Engel2012-05-112-3/+3
* target: cleanup transport_execute_tasks()Jörn Engel2012-05-111-9/+5
* target: Remove max_sectors device attribute for modern se_task less codeNicholas Bellinger2012-05-095-74/+9
* target: lock => unlock typo in transport_lun_wait_for_tasksDan Carpenter2012-05-091-1/+1
* target: Enforce hw_max_sectors for SCF_SCSI_DATA_SG_IO_CDBNicholas Bellinger2012-05-091-6/+15
* target: remove the t_se_count field in struct se_cmdChristoph Hellwig2012-05-062-7/+0
* target: remove the t_task_cdbs_ex_left field in struct se_cmdChristoph Hellwig2012-05-063-14/+1
* target: remove the t_task_cdbs_left field in struct se_cmdChristoph Hellwig2012-05-063-13/+1
* target: remove struct se_taskChristoph Hellwig2012-05-0611-423/+211
* target: move the state and execute lists to the commandChristoph Hellwig2012-05-064-297/+163
* target: simplify command to task linkageChristoph Hellwig2012-05-063-89/+45
* target: always allocate a single taskChristoph Hellwig2012-05-061-120/+37
* target: replace ->execute_task with ->execute_cmdChristoph Hellwig2012-05-0612-122/+93
* target: remove the task_sectors field in struct se_taskChristoph Hellwig2012-05-062-3/+0
* target: remove the task_size field in struct se_taskChristoph Hellwig2012-05-066-13/+12
* target: remove the task_lba field in struct se_taskChristoph Hellwig2012-05-065-13/+14
* target: remove target_get_task_cdbChristoph Hellwig2012-05-063-52/+2
* target: remove the unused transport_limit_task_sectors helperChristoph Hellwig2012-05-061-15/+0
* target: Handle GET_EVENT_STATUS_NOTIFICATION passthroughStefan Hajnoczi2012-05-061-0/+4
* target/iscsi: cleanup some allocation style issuesDan Carpenter2012-05-061-10/+10
* target/iscsi: Go back to core allocating data buffer for cmdAndy Grover2012-04-143-80/+6
* target: Call core_alua_check_nonop_delay in target_submit_cmd()Andy Grover2012-04-141-0/+7
* target/iscsi: Fold _decide_list_to_build into _build_pdu_and_seq_listsAndy Grover2012-04-145-58/+50
* target/iscsi: Eliminate iscsi_cmd.data_lengthAndy Grover2012-04-148-67/+60
* target/iscsi: Move init_se_cmd closer to lookup_cmd_lunAndy Grover2012-04-141-11/+11
* target/iscsi: Inline iscsit_allocate_se_cmd and *_for_tmrAndy Grover2012-04-143-130/+101
* target: rewrite comment for generic_new_cmdAndy Grover2012-04-141-3/+3
* target: Rename target_allocate_tasks to target_setup_cmd_from_cdbAndy Grover2012-04-145-16/+11
* target/iscsi: Misc cleanups from Agrover (round 2)Andy Grover2012-04-1412-109/+87
* target/iscsi: Refactor target_tx_thread immediate+response queue loopsAndy Grover2012-04-142-244/+244
* target/iscsi: Remove unneeded locking from iscsi_target_tx_threadAndy Grover2012-04-141-10/+2
* target/iscsi: Misc cleanups from Agrover (round 1)Andy Grover2012-04-143-52/+16
* target/iscsi: Rename iscsi_cmd.i_list to iscsi_cmd.i_conn_nodeAndy Grover2012-04-146-38/+38
* target: Remove transport_do_task_sg_chain() and associated detritusRoland Dreier2012-04-143-79/+0
* IB/srpt: Remove use of transport_do_task_sg_chain()Roland Dreier2012-04-141-6/+2
* tcm_fc: Remove use of transport_do_task_sg_chain()Roland Dreier2012-04-143-18/+5
* target: stop splitting commands into multiple tasksChristoph Hellwig2012-04-142-103/+25
* target: don't limit transfer sizes for the ramdisk backendChristoph Hellwig2012-04-142-6/+2
* target: misc ramdisk backend cleanupsChristoph Hellwig2012-04-142-125/+41
* target: add unknown size flag to target_submit_cmd()Sebastian Andrzej Siewior2012-04-142-0/+7
* target: Remove obsolete DF_READ_ONLY usageNicholas Bellinger2012-04-143-14/+5
* Linux 3.4-rc2v3.4-rc2Linus Torvalds2012-04-071-1/+1
* Merge tag 'regmap-3.4-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2012-04-072-1/+8
|\
| * regmap: prevent division by zero in rbtree_showStephen Warren2012-04-041-1/+7