summaryrefslogtreecommitdiffstats
path: root/drivers/target
Commit message (Expand)AuthorAgeFilesLines
...
| * tcm_fc: Move core->fc code conversion earlier in ft_send_tm()Andy Grover2012-02-251-6/+5
| * target: Add SCF_SCSI_TMR_CDB usage and drop se_tmr_req_cacheAndy Grover2012-02-255-39/+28
| * tcm_fc: Remove cmd->cdb data memberAndy Grover2012-02-252-8/+1
| * tcm_fc: Simplify ft_send_work for tmr pathAndy Grover2012-02-251-43/+35
| * target/iscsi: Remove unneeded wrapper functionsAndy Grover2012-02-253-25/+4
| * scsi: Use struct scsi_lun in fc/fcp.hAndy Grover2012-02-252-8/+4
| * target: Use #define for SYNCHRONIZE_CACHE_16Andy Grover2012-02-251-1/+1
| * target: Use LIST_HEAD()/DEFINE_MUTEX() for static objectsRoland Dreier2012-02-253-14/+4
| * target: increase iblock task sizesChristoph Hellwig2012-02-252-17/+37
| * target: remove the unused struct iblock_hbaChristoph Hellwig2012-02-252-31/+0
| * target: remove the transport_lun_active field in struct se_cmdChristoph Hellwig2012-02-252-15/+3
| * target: replace various cmd flags with a transport stateChristoph Hellwig2012-02-255-86/+78
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2012-03-212-0/+2
|\ \
| * | security: trim security.hAl Viro2012-02-142-0/+2
| |/
* | Merge branch 'kmap_atomic' of git://github.com/congwang/linuxLinus Torvalds2012-03-212-8/+6
|\ \
| * | target: remove the second argument of k[un]map_atomic()Cong Wang2012-03-202-8/+6
* | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2012-03-201-11/+1
|\ \ \ | |/ / |/| |
| * | tcm_fc: Convert call_rcu() to kfree_rcu(), drop ft_tport_rcu_free()Paul E. McKenney2012-02-211-11/+1
| |/
* | iscsi-target: Fix reservation conflict -EBUSY response handling bugNicholas Bellinger2012-03-131-1/+1
* | target: Fix compatible reservation handling (CRH=1) with legacy RESERVE/RELEASENicholas Bellinger2012-03-132-12/+23
|/
* target: Fix unsupported WRITE_SAME sense payloadMartin Svec2012-02-071-3/+3
* iscsi: use IP_FREEBIND socket optionDax Kelson2012-02-071-0/+8
* iblock: fix handling of large requestsChristoph Hellwig2012-02-071-0/+7
* target: handle empty string writes in sysfsDan Carpenter2012-02-071-4/+8
* iscsi_target: in_aton needs linux/inet.hStephen Rothwell2012-02-071-0/+1
* target: Fix iblock se_dev_attrib.unmap_granularityMarco Sanvido2012-02-071-1/+1
* target: Fix target_submit_cmd() exception handlingNicholas Bellinger2012-02-071-8/+10
* target: Change target_submit_cmd() to return voidAndy Grover2012-02-072-10/+4
* target: accept REQUEST_SENSE with 18bytesSebastian Andrzej Siewior2012-02-071-10/+4
* 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-186-52/+75
* 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-161-0/+14
* target: Remove legacy device status check from transport_execute_tasksNicholas Bellinger2011-12-141-7/+0
* target: Remove __transport_execute_tasks() for each processing contextNicholas Bellinger2011-12-141-2/+0
* target: Remove extra se_device->execute_task_lock access in fast pathNicholas Bellinger2011-12-141-16/+24