summaryrefslogtreecommitdiff
path: root/drivers/target
AgeCommit message (Expand)AuthorFilesLines
2012-07-17Revert "target: Do not special-case loop and iscsi fabric module loads"Nicholas Bellinger1-0/+38
2012-07-17target: move unmap to struct spc_opsChristoph Hellwig2-63/+49
2012-07-17target: move write_same to struct spc_opsChristoph Hellwig2-34/+36
2012-07-17target: move sync_cache to struct spc_opsChristoph Hellwig3-19/+12
2012-07-17target: add struct spc_ops + initial ->execute_rw pointer usageChristoph Hellwig6-22/+61
2012-07-17target: remove dead SCF_ flagsChristoph Hellwig1-1/+0
2012-07-17target/iscsi: Remove dead code in lio_get_tpg_from_tpg_item()Roland Dreier1-22/+0
2012-07-17target/iblock: Add parameter to specify read-only devicesAndy Grover2-7/+29
2012-07-17target: Do not special-case loop and iscsi fabric module loadsAndy Grover1-38/+0
2012-07-17target: move ref_cmd from the generic se_tmr_req into iscsi codeChristoph Hellwig2-23/+21
2012-07-17target: remove the execute listChristoph Hellwig3-236/+98
2012-07-17target/pscsi: Only emulate REPORT_LUNS for passthroughNicholas Bellinger1-9/+3
2012-07-17target: Move MAINTENANCE_[IN,OUT] from pscsi_parse_cdb -> spc_parse_cdbNicholas Bellinger1-1/+41
2012-07-17target: move transport_generic_prepare_cdb into pscsiChristoph Hellwig2-29/+26
2012-07-17target: move code for CDB emulationChristoph Hellwig7-1658/+1152
2012-07-17target: add a parse_cdb method to the backend driversChristoph Hellwig9-733/+931
2012-07-17target: split parsing of SPC commands into a separate helperChristoph Hellwig4-109/+176
2012-07-17target: split overflow and underflow checks into a helperChristoph Hellwig1-37/+53
2012-07-17target: remove control CDB flagsChristoph Hellwig4-82/+40
2012-07-17target: move unrelated code out of transport_generic_cmd_sequencerChristoph Hellwig1-77/+66
2012-07-17target: Fix range calculation in WRITE SAME emulation when num blocks == 0Roland Dreier1-1/+1
2012-07-17target: Clean up returning errors in PR handling codeRoland Dreier1-3/+4
2012-07-15tcm_fc: Fix crash seen with aborts and large readsMark Rustad1-0/+2
2012-07-06tcm_fc: Resolve suspicious RCU usage warningsMark Rustad1-1/+2
2012-06-13target: Return error to initiator if SET TARGET PORT GROUPS emulation failsRoland Dreier1-2/+3
2012-06-13target: Add TFO->put_session() caller for HW fabric session shutdownJoern Engel1-1/+7
2012-06-03target/file: Use O_DSYNC by default for FILEIO backendsNicholas Bellinger2-54/+17
2012-05-31sbp-target: rename a variable to avoid name clashStefan Richter1-4/+4
2012-05-24Merge branch 'sbp-target-merge' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds6-0/+2886
2012-05-22Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds37-2237/+1286
2012-05-21iscsi-target: Fix iov_count calculation bug in iscsit_allocate_iovecsNicholas Bellinger1-1/+1
2012-05-17iscsi-target: remove dead code in iscsi_check_valuelist_for_supportDan Carpenter1-9/+0
2012-05-17target: Fix bug in handling of FILEIO + block_device resize opsNicholas Bellinger1-6/+16
2012-05-17target: Handle ATA_16 passthrough for pSCSI backend devicesmengcong1-0/+32
2012-05-17target: Add MI_REPORT_TARGET_PGS ext. header + implict_trans_secs attributeNicholas Bellinger3-12/+101
2012-05-17target: Fix MAINTENANCE_IN service action CDB checks to use lower 5 bitsNicholas Bellinger2-4/+5
2012-05-15target: add support for the WRITE_VERIFY commandBernhard Kohl1-0/+1
2012-05-15target: Fix SPC-2 RELEASE bug for multi-session iSCSI client setupsBernhard Kohl1-0/+3
2012-05-12target: make target_put_session voidJörn Engel1-2/+2
2012-05-12target: cleanup transport_execute_tasks()Jörn Engel1-9/+5
2012-05-12target: Drop incorrect se_lun_acl release for dynamic -> explict ACL conversionNicholas Bellinger1-22/+0
2012-05-10sbp-target: Initial merge of firewire/ieee-1394 target mode supportChris Boot6-0/+2886
2012-05-10target: Remove max_sectors device attribute for modern se_task less codeNicholas Bellinger4-73/+9
2012-05-10target: lock => unlock typo in transport_lun_wait_for_tasksDan Carpenter1-1/+1
2012-05-10target: Enforce hw_max_sectors for SCF_SCSI_DATA_SG_IO_CDBNicholas Bellinger1-6/+15
2012-05-07target: remove the t_se_count field in struct se_cmdChristoph Hellwig1-6/+0
2012-05-07target: remove the t_task_cdbs_ex_left field in struct se_cmdChristoph Hellwig2-13/+1
2012-05-07target: remove the t_task_cdbs_left field in struct se_cmdChristoph Hellwig2-12/+1
2012-05-07target: remove struct se_taskChristoph Hellwig9-407/+205
2012-05-07target: move the state and execute lists to the commandChristoph Hellwig3-282/+152