Age | Commit message (Expand) | Author | Files | Lines |
2012-02-26 | tcm_loop: defer all command submissions to workqueue | Christoph Hellwig | 2 | -41/+58 |
2012-02-26 | tcm_loop: kill tcm_loop_allocate_core_cmd | Christoph Hellwig | 1 | -88/+59 |
2012-02-26 | tcm_fc: Convert ft_send_tm to use target_submit_tmr | Andy Grover | 1 | -29/+3 |
2012-02-26 | target: Add target_submit_tmr helper function | Andy Grover | 1 | -0/+48 |
2012-02-26 | tcm_fc: Use transport_generic_free_cmd for ft_sess_put in ft_send_tm | Andy Grover | 1 | -1/+1 |
2012-02-26 | tcm_fc: Call lookup_tmr_lun() for all TM types | Andy Grover | 1 | -25/+11 |
2012-02-26 | tcm_fc: Move core->fc code conversion earlier in ft_send_tm() | Andy Grover | 1 | -6/+5 |
2012-02-26 | target: Add SCF_SCSI_TMR_CDB usage and drop se_tmr_req_cache | Andy Grover | 5 | -39/+28 |
2012-02-26 | tcm_fc: Remove cmd->cdb data member | Andy Grover | 2 | -8/+1 |
2012-02-26 | tcm_fc: Simplify ft_send_work for tmr path | Andy Grover | 1 | -43/+35 |
2012-02-26 | target/iscsi: Remove unneeded wrapper functions | Andy Grover | 3 | -25/+4 |
2012-02-26 | scsi: Use struct scsi_lun in fc/fcp.h | Andy Grover | 2 | -8/+4 |
2012-02-26 | target: Use #define for SYNCHRONIZE_CACHE_16 | Andy Grover | 1 | -1/+1 |
2012-02-26 | target: Use LIST_HEAD()/DEFINE_MUTEX() for static objects | Roland Dreier | 3 | -14/+4 |
2012-02-26 | target: increase iblock task sizes | Christoph Hellwig | 2 | -17/+37 |
2012-02-26 | target: remove the unused struct iblock_hba | Christoph Hellwig | 2 | -31/+0 |
2012-02-26 | target: remove the transport_lun_active field in struct se_cmd | Christoph Hellwig | 2 | -15/+3 |
2012-02-26 | target: replace various cmd flags with a transport state | Christoph Hellwig | 5 | -86/+78 |
2012-02-21 | tcm_fc: Convert call_rcu() to kfree_rcu(), drop ft_tport_rcu_free() | Paul E. McKenney | 1 | -11/+1 |
2012-02-14 | security: trim security.h | Al Viro | 2 | -0/+2 |
2012-02-07 | target: Fix unsupported WRITE_SAME sense payload | Martin Svec | 1 | -3/+3 |
2012-02-07 | iscsi: use IP_FREEBIND socket option | Dax Kelson | 1 | -0/+8 |
2012-02-07 | iblock: fix handling of large requests | Christoph Hellwig | 1 | -0/+7 |
2012-02-07 | target: handle empty string writes in sysfs | Dan Carpenter | 1 | -4/+8 |
2012-02-07 | iscsi_target: in_aton needs linux/inet.h | Stephen Rothwell | 1 | -0/+1 |
2012-02-07 | target: Fix iblock se_dev_attrib.unmap_granularity | Marco Sanvido | 1 | -1/+1 |
2012-02-07 | target: Fix target_submit_cmd() exception handling | Nicholas Bellinger | 1 | -8/+10 |
2012-02-07 | target: Change target_submit_cmd() to return void | Andy Grover | 2 | -10/+4 |
2012-02-07 | target: accept REQUEST_SENSE with 18bytes | Sebastian Andrzej Siewior | 1 | -10/+4 |
2012-01-18 | target: Fail INQUIRY commands with EVPD==0 but PAGE CODE!=0 | Roland Dreier | 1 | -0/+7 |
2012-01-18 | target: Return correct ASC for unimplemented VPD pages | Roland Dreier | 1 | -1/+1 |
2012-01-18 | iscsi-target: Fix discovery with INADDR_ANY and IN6ADDR_ANY_INIT | Nicholas Bellinger | 3 | -8/+62 |
2012-01-18 | target: Allow control CDBs with data > 1 page | Andy Grover | 6 | -52/+75 |
2012-01-18 | iscsi-target: Fix up a few assignments | Jesper Juhl | 1 | -2/+2 |
2012-01-18 | iscsi-target: make one-bit bitfields unsigned | Dan Carpenter | 1 | -2/+2 |
2012-01-18 | iscsi-target: Fix double list_add with iscsit_alloc_buffs reject | Nicholas Bellinger | 1 | -1/+1 |
2012-01-18 | iscsi-target: Fix reject release handling in iscsit_free_cmd() | Nicholas Bellinger | 1 | -0/+11 |
2012-01-18 | target: fix return code of core_tpg_.*_lun | Sebastian Andrzej Siewior | 4 | -14/+14 |
2012-01-18 | target: use save/restore lock primitive in core_dec_lacl_count() | Sebastian Andrzej Siewior | 1 | -2/+3 |
2012-01-18 | target: avoid multiple outputs in scsi_dump_inquiry() | Sebastian Andrzej Siewior | 1 | -11/+13 |
2012-01-18 | target: Add workaround for zero-length control CDB handling | Nicholas Bellinger | 1 | -0/+13 |
2012-01-18 | target: Correct sense key for INVALID FIELD IN {PARAMETER LIST,CDB} | Roland Dreier | 1 | -4/+4 |
2012-01-18 | target: Don't zero pages used for data buffers | roland@purestorage.com | 1 | -1/+4 |
2012-01-18 | target: Allow PERSISTENT RESERVE IN for non-reservation holder | Marco Sanvido | 1 | -0/+1 |
2012-01-18 | target: Use correct preempted registration sense code | Marco Sanvido | 1 | -2/+2 |
2012-01-18 | target: don't allocate bio headroom in iblock | Christoph Hellwig | 1 | -1/+1 |
2011-12-16 | target: Set additional sense length field in sense data | Roland Dreier | 1 | -0/+14 |
2011-12-14 | target: Remove legacy device status check from transport_execute_tasks | Nicholas Bellinger | 1 | -7/+0 |
2011-12-14 | target: Remove __transport_execute_tasks() for each processing context | Nicholas Bellinger | 1 | -2/+0 |
2011-12-14 | target: Remove extra se_device->execute_task_lock access in fast path | Nicholas Bellinger | 1 | -16/+24 |