summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* target: Change target_submit_cmd() to return voidAndy Grover2012-02-073-11/+5Star
* target: accept REQUEST_SENSE with 18bytesSebastian Andrzej Siewior2012-02-071-10/+4Star
* target: Fail INQUIRY commands with EVPD==0 but PAGE CODE!=0Roland Dreier2012-01-181-0/+7
* target: Return correct ASC for unimplemented VPD pagesRoland Dreier2012-01-181-1/+1
* iscsi-target: Fix discovery with INADDR_ANY and IN6ADDR_ANY_INITNicholas Bellinger2012-01-183-8/+62
* target: Allow control CDBs with data > 1 pageAndy Grover2012-01-188-54/+78
* iscsi-target: Fix up a few assignmentsJesper Juhl2012-01-181-2/+2
* iscsi-target: make one-bit bitfields unsignedDan Carpenter2012-01-181-2/+2
* iscsi-target: Fix double list_add with iscsit_alloc_buffs rejectNicholas Bellinger2012-01-181-1/+1
* iscsi-target: Fix reject release handling in iscsit_free_cmd()Nicholas Bellinger2012-01-181-0/+11
* target: fix return code of core_tpg_.*_lunSebastian Andrzej Siewior2012-01-184-14/+14
* target: use save/restore lock primitive in core_dec_lacl_count()Sebastian Andrzej Siewior2012-01-181-2/+3
* target: avoid multiple outputs in scsi_dump_inquiry()Sebastian Andrzej Siewior2012-01-181-11/+13
* target: Add workaround for zero-length control CDB handlingNicholas Bellinger2012-01-181-0/+13
* target: Correct sense key for INVALID FIELD IN {PARAMETER LIST,CDB}Roland Dreier2012-01-181-4/+4
* target: Don't zero pages used for data buffersroland@purestorage.com2012-01-181-1/+4
* target: Allow PERSISTENT RESERVE IN for non-reservation holderMarco Sanvido2012-01-181-0/+1
* target: Use correct preempted registration sense codeMarco Sanvido2012-01-181-2/+2
* target: don't allocate bio headroom in iblockChristoph Hellwig2012-01-181-1/+1
* target: Set additional sense length field in sense dataRoland Dreier2011-12-162-0/+15
* target: Remove legacy device status check from transport_execute_tasksNicholas Bellinger2011-12-141-7/+0Star
* target: Remove __transport_execute_tasks() for each processing contextNicholas Bellinger2011-12-141-2/+0Star
* target: Remove extra se_device->execute_task_lock access in fast pathNicholas Bellinger2011-12-142-17/+24
* target: Drop se_device TCQ queue_depth usage from I/O pathNicholas Bellinger2011-12-144-46/+2Star
* target: Fix possible NULL pointer with __transport_execute_tasksNicholas Bellinger2011-12-141-1/+2
* target: Remove TFO->check_release_cmd() fabric API callerNicholas Bellinger2011-12-141-4/+0Star
* tcm_fc: Convert ft_send_work to use target_submit_cmdNicholas Bellinger2011-12-141-38/+13Star
* target: Add target_submit_cmd() for process context fabric submissionNicholas Bellinger2011-12-143-3/+92
* target: Make target_put_sess_cmd use target_release_cmd_krefNicholas Bellinger2011-12-142-15/+25
* target: Set response format in INQUIRY responseRoland Dreier2011-12-141-0/+12
* target: tcm_mod_builder: small fixupsSebastian Andrzej Siewior2011-12-141-12/+10Star
* Documentation/target: Fix tcm_mod_builder.py build breakageNicholas Bellinger2011-12-141-21/+2Star
* target: remove overagressive ____cacheline_aligned annoationsChristoph Hellwig2011-12-141-31/+31
* tcm_loop: bump max_sectorsChristoph Hellwig2011-12-142-14/+5Star
* target/configs: remove trailing newline from udev_path and aliasSebastian Andrzej Siewior2011-12-141-0/+6
* iscsi-target: fix chap identifier simple_strtoul usageNicholas Bellinger2011-12-141-3/+7
* target: remove useless castsJörn Engel2011-12-1418-101/+90Star
* target: simplify target_check_cdb_and_preemptJörn Engel2011-12-141-16/+10Star
* target: Move core_scsi3_check_cdb_abort_and_preemptJörn Engel2011-12-143-17/+15Star
* target: use \n as a separator for configurationSebastian Andrzej Siewior2011-12-145-5/+5
* target: make the se_task task_state_active a normal boolChristoph Hellwig2011-12-143-23/+22Star
* target: remove the se_task task_error_status fieldChristoph Hellwig2011-12-142-8/+1Star
* target: fold se_task.task_sense into task_flagsChristoph Hellwig2011-12-142-4/+4
* target: header reshuffle, part2Christoph Hellwig2011-12-1444-462/+288Star
* target: reshuffle headersChristoph Hellwig2011-12-1421-186/+170Star
* Linux 3.2-rc5Linus Torvalds2011-12-101-1/+1
* Merge git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2011-12-094-5/+39
|\
| * cifs: check for NULL last_entry before calling cifs_save_resume_keyJeff Layton2011-12-091-2/+8
| * cifs: attempt to freeze while looping on a receive attemptJeff Layton2011-12-091-0/+2
| * cifs: Fix sparse warning when calling cifs_strtoUCSSteve French2011-12-091-3/+3