Age | Commit message (Expand) | Author |
2012-07-16 | target: move write_same to struct spc_ops | Christoph Hellwig |
2012-07-16 | target: move sync_cache to struct spc_ops | Christoph Hellwig |
2012-07-16 | target: add struct spc_ops + initial ->execute_rw pointer usage | Christoph Hellwig |
2012-07-16 | target: remove dead SCF_ flags | Christoph Hellwig |
2012-07-16 | target/iscsi: Remove dead code in lio_get_tpg_from_tpg_item() | Roland Dreier |
2012-07-16 | target/iblock: Add parameter to specify read-only devices | Andy Grover |
2012-07-16 | target: Do not special-case loop and iscsi fabric module loads | Andy Grover |
2012-07-16 | target: move ref_cmd from the generic se_tmr_req into iscsi code | Christoph Hellwig |
2012-07-16 | target: remove the execute list | Christoph Hellwig |
2012-07-16 | target/pscsi: Only emulate REPORT_LUNS for passthrough | Nicholas Bellinger |
2012-07-16 | target: Move MAINTENANCE_[IN,OUT] from pscsi_parse_cdb -> spc_parse_cdb | Nicholas Bellinger |
2012-07-16 | target: move transport_generic_prepare_cdb into pscsi | Christoph Hellwig |
2012-07-16 | target: move code for CDB emulation | Christoph Hellwig |
2012-07-16 | target: add a parse_cdb method to the backend drivers | Christoph Hellwig |
2012-07-16 | target: split parsing of SPC commands into a separate helper | Christoph Hellwig |
2012-07-16 | target: split overflow and underflow checks into a helper | Christoph Hellwig |
2012-07-16 | target: remove control CDB flags | Christoph Hellwig |
2012-07-16 | target: move unrelated code out of transport_generic_cmd_sequencer | Christoph Hellwig |
2012-07-16 | target: Fix range calculation in WRITE SAME emulation when num blocks == 0 | Roland Dreier |
2012-07-16 | target: Clean up returning errors in PR handling code | Roland Dreier |
2012-07-14 | tcm_fc: Fix crash seen with aborts and large reads | Mark Rustad |
2012-07-06 | tcm_fc: Resolve suspicious RCU usage warnings | Mark Rustad |
2012-06-12 | target: Return error to initiator if SET TARGET PORT GROUPS emulation fails | Roland Dreier |
2012-06-12 | target: Add TFO->put_session() caller for HW fabric session shutdown | Joern Engel |
2012-06-02 | target/file: Use O_DSYNC by default for FILEIO backends | Nicholas Bellinger |
2012-05-30 | sbp-target: rename a variable to avoid name clash | Stefan Richter |
2012-05-23 | Merge branch 'sbp-target-merge' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2012-05-21 | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/... | Linus Torvalds |
2012-05-20 | iscsi-target: Fix iov_count calculation bug in iscsit_allocate_iovecs | Nicholas Bellinger |
2012-05-17 | iscsi-target: remove dead code in iscsi_check_valuelist_for_support | Dan Carpenter |
2012-05-17 | target: Fix bug in handling of FILEIO + block_device resize ops | Nicholas Bellinger |
2012-05-17 | target: Handle ATA_16 passthrough for pSCSI backend devices | mengcong |
2012-05-17 | target: Add MI_REPORT_TARGET_PGS ext. header + implict_trans_secs attribute | Nicholas Bellinger |
2012-05-17 | target: Fix MAINTENANCE_IN service action CDB checks to use lower 5 bits | Nicholas Bellinger |
2012-05-15 | target: add support for the WRITE_VERIFY command | Bernhard Kohl |
2012-05-14 | target: Fix SPC-2 RELEASE bug for multi-session iSCSI client setups | Bernhard Kohl |
2012-05-11 | target: make target_put_session void | Jörn Engel |
2012-05-11 | target: cleanup transport_execute_tasks() | Jörn Engel |
2012-05-11 | target: Drop incorrect se_lun_acl release for dynamic -> explict ACL conversion | Nicholas Bellinger |
2012-05-09 | sbp-target: Initial merge of firewire/ieee-1394 target mode support | Chris Boot |
2012-05-09 | target: Remove max_sectors device attribute for modern se_task less code | Nicholas Bellinger |
2012-05-09 | target: lock => unlock typo in transport_lun_wait_for_tasks | Dan Carpenter |
2012-05-09 | target: Enforce hw_max_sectors for SCF_SCSI_DATA_SG_IO_CDB | Nicholas Bellinger |
2012-05-06 | target: remove the t_se_count field in struct se_cmd | Christoph Hellwig |
2012-05-06 | target: remove the t_task_cdbs_ex_left field in struct se_cmd | Christoph Hellwig |
2012-05-06 | target: remove the t_task_cdbs_left field in struct se_cmd | Christoph Hellwig |
2012-05-06 | target: remove struct se_task | Christoph Hellwig |
2012-05-06 | target: move the state and execute lists to the command | Christoph Hellwig |
2012-05-06 | target: simplify command to task linkage | Christoph Hellwig |
2012-05-06 | target: always allocate a single task | Christoph Hellwig |