aboutsummaryrefslogtreecommitdiff
path: root/drivers/target
AgeCommit message (Expand)AuthorFilesLines
2012-06-12target: Return error to initiator if SET TARGET PORT GROUPS emulation failsGravatar Roland Dreier 1-2/+3
2012-06-12target: Add TFO->put_session() caller for HW fabric session shutdownGravatar Joern Engel 1-1/+7
2012-06-02target/file: Use O_DSYNC by default for FILEIO backendsGravatar Nicholas Bellinger 2-54/+17
2012-05-30sbp-target: rename a variable to avoid name clashGravatar Stefan Richter 1-4/+4
2012-05-23Merge branch 'sbp-target-merge' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 6-0/+2886
2012-05-21Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Gravatar Linus Torvalds 37-2237/+1286
2012-05-20iscsi-target: Fix iov_count calculation bug in iscsit_allocate_iovecsGravatar Nicholas Bellinger 1-1/+1
2012-05-17iscsi-target: remove dead code in iscsi_check_valuelist_for_supportGravatar Dan Carpenter 1-9/+0
2012-05-17target: Fix bug in handling of FILEIO + block_device resize opsGravatar Nicholas Bellinger 1-6/+16
2012-05-17target: Handle ATA_16 passthrough for pSCSI backend devicesGravatar mengcong 1-0/+32
2012-05-17target: Add MI_REPORT_TARGET_PGS ext. header + implict_trans_secs attributeGravatar Nicholas Bellinger 3-12/+101
2012-05-17target: Fix MAINTENANCE_IN service action CDB checks to use lower 5 bitsGravatar Nicholas Bellinger 2-4/+5
2012-05-15target: add support for the WRITE_VERIFY commandGravatar Bernhard Kohl 1-0/+1
2012-05-14target: Fix SPC-2 RELEASE bug for multi-session iSCSI client setupsGravatar Bernhard Kohl 1-0/+3
2012-05-11target: make target_put_session voidGravatar Jörn Engel 1-2/+2
2012-05-11target: cleanup transport_execute_tasks()Gravatar Jörn Engel 1-9/+5
2012-05-11target: Drop incorrect se_lun_acl release for dynamic -> explict ACL conversionGravatar Nicholas Bellinger 1-22/+0
2012-05-09sbp-target: Initial merge of firewire/ieee-1394 target mode supportGravatar Chris Boot 6-0/+2886
2012-05-09target: Remove max_sectors device attribute for modern se_task less codeGravatar Nicholas Bellinger 4-73/+9
2012-05-09target: lock => unlock typo in transport_lun_wait_for_tasksGravatar Dan Carpenter 1-1/+1
2012-05-09target: Enforce hw_max_sectors for SCF_SCSI_DATA_SG_IO_CDBGravatar Nicholas Bellinger 1-6/+15
2012-05-06target: remove the t_se_count field in struct se_cmdGravatar Christoph Hellwig 1-6/+0
2012-05-06target: remove the t_task_cdbs_ex_left field in struct se_cmdGravatar Christoph Hellwig 2-13/+1
2012-05-06target: remove the t_task_cdbs_left field in struct se_cmdGravatar Christoph Hellwig 2-12/+1
2012-05-06target: remove struct se_taskGravatar Christoph Hellwig 9-407/+205
2012-05-06target: move the state and execute lists to the commandGravatar Christoph Hellwig 3-282/+152
2012-05-06target: simplify command to task linkageGravatar Christoph Hellwig 2-83/+44
2012-05-06target: always allocate a single taskGravatar Christoph Hellwig 1-120/+37
2012-05-06target: replace ->execute_task with ->execute_cmdGravatar Christoph Hellwig 10-120/+90
2012-05-06target: remove the task_sectors field in struct se_taskGravatar Christoph Hellwig 1-2/+0
2012-05-06target: remove the task_size field in struct se_taskGravatar Christoph Hellwig 5-12/+12
2012-05-06target: remove the task_lba field in struct se_taskGravatar Christoph Hellwig 4-12/+14
2012-05-06target: remove target_get_task_cdbGravatar Christoph Hellwig 2-50/+2
2012-05-06target: remove the unused transport_limit_task_sectors helperGravatar Christoph Hellwig 1-15/+0
2012-05-06target: Handle GET_EVENT_STATUS_NOTIFICATION passthroughGravatar Stefan Hajnoczi 1-0/+4
2012-05-06target/iscsi: cleanup some allocation style issuesGravatar Dan Carpenter 1-10/+10
2012-04-14target/iscsi: Go back to core allocating data buffer for cmdGravatar Andy Grover 3-80/+6
2012-04-14target: Call core_alua_check_nonop_delay in target_submit_cmd()Gravatar Andy Grover 1-0/+7
2012-04-14target/iscsi: Fold _decide_list_to_build into _build_pdu_and_seq_listsGravatar Andy Grover 5-58/+50
2012-04-14target/iscsi: Eliminate iscsi_cmd.data_lengthGravatar Andy Grover 8-67/+60
2012-04-14target/iscsi: Move init_se_cmd closer to lookup_cmd_lunGravatar Andy Grover 1-11/+11
2012-04-14target/iscsi: Inline iscsit_allocate_se_cmd and *_for_tmrGravatar Andy Grover 3-130/+101
2012-04-14target: rewrite comment for generic_new_cmdGravatar Andy Grover 1-3/+3
2012-04-14target: Rename target_allocate_tasks to target_setup_cmd_from_cdbGravatar Andy Grover 3-14/+9
2012-04-14target/iscsi: Misc cleanups from Agrover (round 2)Gravatar Andy Grover 12-109/+87
2012-04-14target/iscsi: Refactor target_tx_thread immediate+response queue loopsGravatar Andy Grover 2-244/+244
2012-04-14target/iscsi: Remove unneeded locking from iscsi_target_tx_threadGravatar Andy Grover 1-10/+2
2012-04-14target/iscsi: Misc cleanups from Agrover (round 1)Gravatar Andy Grover 3-52/+16
2012-04-14target/iscsi: Rename iscsi_cmd.i_list to iscsi_cmd.i_conn_nodeGravatar Andy Grover 6-38/+38
2012-04-14target: Remove transport_do_task_sg_chain() and associated detritusGravatar Roland Dreier 1-70/+0