summaryrefslogtreecommitdiffstats
path: root/drivers/target
Commit message (Expand)AuthorAgeFilesLines
* target: move code for CDB emulationChristoph Hellwig2012-06-127-1658/+1152
* target: add a parse_cdb method to the backend driversChristoph Hellwig2012-06-129-733/+931
* target: split parsing of SPC commands into a separate helperChristoph Hellwig2012-06-124-109/+176
* target: split overflow and underflow checks into a helperChristoph Hellwig2012-06-121-37/+53
* target: remove control CDB flagsChristoph Hellwig2012-06-124-82/+40
* target: move unrelated code out of transport_generic_cmd_sequencerChristoph Hellwig2012-06-121-77/+66
* target/file: Use O_DSYNC by default for FILEIO backendsNicholas Bellinger2012-06-022-54/+17
* sbp-target: rename a variable to avoid name clashStefan Richter2012-05-301-4/+4
* Merge branch 'sbp-target-merge' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2012-05-236-0/+2886
|\
| * sbp-target: Initial merge of firewire/ieee-1394 target mode supportChris Boot2012-05-096-0/+2886
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2012-05-2137-2237/+1286
|\ \
| * | 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-173-12/+101
| * | 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-111-2/+2
| * | 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-094-73/+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-061-6/+0
| * target: remove the t_task_cdbs_ex_left field in struct se_cmdChristoph Hellwig2012-05-062-13/+1
| * target: remove the t_task_cdbs_left field in struct se_cmdChristoph Hellwig2012-05-062-12/+1
| * target: remove struct se_taskChristoph Hellwig2012-05-069-407/+205
| * target: move the state and execute lists to the commandChristoph Hellwig2012-05-063-282/+152
| * target: simplify command to task linkageChristoph Hellwig2012-05-062-83/+44
| * target: always allocate a single taskChristoph Hellwig2012-05-061-120/+37
| * target: replace ->execute_task with ->execute_cmdChristoph Hellwig2012-05-0610-120/+90
| * target: remove the task_sectors field in struct se_taskChristoph Hellwig2012-05-061-2/+0
| * target: remove the task_size field in struct se_taskChristoph Hellwig2012-05-065-12/+12
| * target: remove the task_lba field in struct se_taskChristoph Hellwig2012-05-064-12/+14
| * target: remove target_get_task_cdbChristoph Hellwig2012-05-062-50/+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-143-14/+9
| * 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