Age | Commit message (Expand) | Author |
2012-05-21 | target: Fix bug in handling of FILEIO + block_device resize ops | Nicholas Bellinger |
2012-05-21 | target: Fix SPC-2 RELEASE bug for multi-session iSCSI client setups | Bernhard Kohl |
2012-05-21 | target: Drop incorrect se_lun_acl release for dynamic -> explict ACL conversion | Nicholas Bellinger |
2012-04-13 | tcm_fc: Do not free tpg structure during wq allocation failure | Mark Rustad |
2012-04-13 | tcm_fc: Add abort flag for gracefully handling exchange timeout | Mark Rustad |
2012-04-02 | target: Fix 16-bit target ports for SET TARGET PORT GROUPS emulation | Roland Dreier |
2012-04-02 | target: prevent NULL pointer dereference in target_report_luns | Jörn Engel |
2012-04-02 | target: fix use after free in target_report_luns | Jörn Engel |
2012-04-02 | target: Don't set WBUS16 or SYNC bits in INQUIRY response | Roland Dreier |
2012-04-02 | target: Set peripheral device type consistently in INQUIRY response | Roland Dreier |
2012-04-02 | target: Fix up handling of short INQUIRY buffers | Roland Dreier |
2012-04-02 | tcm_fc: Fix fc_exch memory leak in ft_send_resp_status | Nicholas Bellinger |
2012-04-02 | iscsi-target: Fix dynamic -> explict NodeACL pointer reference | Nicholas Bellinger |
2012-04-02 | iscsi-target: Fix iscsit_alloc_buffs() failure cases | Nicholas Bellinger |
2012-04-02 | tcm_loop: Set residual field for SCSI commands | Roland Dreier |
2012-03-13 | iscsi-target: Fix reservation conflict -EBUSY response handling bug | Nicholas Bellinger |
2012-03-13 | target: Fix compatible reservation handling (CRH=1) with legacy RESERVE/RELEASE | Nicholas Bellinger |
2012-02-07 | target: Fix unsupported WRITE_SAME sense payload | Martin Svec |
2012-02-07 | iscsi: use IP_FREEBIND socket option | Dax Kelson |
2012-02-07 | iblock: fix handling of large requests | Christoph Hellwig |
2012-02-07 | target: handle empty string writes in sysfs | Dan Carpenter |
2012-02-07 | iscsi_target: in_aton needs linux/inet.h | Stephen Rothwell |
2012-02-07 | target: Fix iblock se_dev_attrib.unmap_granularity | Marco Sanvido |
2012-02-07 | target: Fix target_submit_cmd() exception handling | Nicholas Bellinger |
2012-02-07 | target: Change target_submit_cmd() to return void | Andy Grover |
2012-02-07 | target: accept REQUEST_SENSE with 18bytes | Sebastian Andrzej Siewior |
2012-01-18 | target: Fail INQUIRY commands with EVPD==0 but PAGE CODE!=0 | Roland Dreier |
2012-01-18 | target: Return correct ASC for unimplemented VPD pages | Roland Dreier |
2012-01-18 | iscsi-target: Fix discovery with INADDR_ANY and IN6ADDR_ANY_INIT | Nicholas Bellinger |
2012-01-18 | target: Allow control CDBs with data > 1 page | Andy Grover |
2012-01-18 | iscsi-target: Fix up a few assignments | Jesper Juhl |
2012-01-18 | iscsi-target: make one-bit bitfields unsigned | Dan Carpenter |
2012-01-18 | iscsi-target: Fix double list_add with iscsit_alloc_buffs reject | Nicholas Bellinger |
2012-01-18 | iscsi-target: Fix reject release handling in iscsit_free_cmd() | Nicholas Bellinger |
2012-01-18 | target: fix return code of core_tpg_.*_lun | Sebastian Andrzej Siewior |
2012-01-18 | target: use save/restore lock primitive in core_dec_lacl_count() | Sebastian Andrzej Siewior |
2012-01-18 | target: avoid multiple outputs in scsi_dump_inquiry() | Sebastian Andrzej Siewior |
2012-01-18 | target: Add workaround for zero-length control CDB handling | Nicholas Bellinger |
2012-01-18 | target: Correct sense key for INVALID FIELD IN {PARAMETER LIST,CDB} | Roland Dreier |
2012-01-18 | target: Don't zero pages used for data buffers | roland@purestorage.com |
2012-01-18 | target: Allow PERSISTENT RESERVE IN for non-reservation holder | Marco Sanvido |
2012-01-18 | target: Use correct preempted registration sense code | Marco Sanvido |
2012-01-18 | target: don't allocate bio headroom in iblock | Christoph Hellwig |
2011-12-16 | target: Set additional sense length field in sense data | Roland Dreier |
2011-12-14 | target: Remove legacy device status check from transport_execute_tasks | Nicholas Bellinger |
2011-12-14 | target: Remove __transport_execute_tasks() for each processing context | Nicholas Bellinger |
2011-12-14 | target: Remove extra se_device->execute_task_lock access in fast path | Nicholas Bellinger |
2011-12-14 | target: Drop se_device TCQ queue_depth usage from I/O path | Nicholas Bellinger |
2011-12-14 | target: Fix possible NULL pointer with __transport_execute_tasks | Nicholas Bellinger |
2011-12-14 | tcm_fc: Convert ft_send_work to use target_submit_cmd | Nicholas Bellinger |