summaryrefslogtreecommitdiffstats
path: root/COPYING (unfollow)
Commit message (Expand)AuthorFilesLines
2012-03-10target: Fix typo in drivers/targetMasanari Iida2-2/+2
2012-03-08iscsi-target: Fix dynamic -> explict NodeACL pointer referenceNicholas Bellinger1-4/+2
2012-02-26target: Allow target_submit_tmr interrupt context + pass ABORT_TASK tagNicholas Bellinger3-4/+12
2012-02-26target: Push target_submit_tmr LUN lookup failure to system_wq contextNicholas Bellinger1-3/+15
2012-02-26tcm_fc: Handle target_submit_tmr allocation failureNicholas Bellinger1-1/+4
2012-02-26target: Fix target_submit_tmr se_tmr_req allocation failuresNicholas Bellinger2-10/+12
2012-02-25target: Fix target_submit_tmr LUN lookup failuresNicholas Bellinger1-2/+2
2012-02-25iscsi-target: Fix iscsit_alloc_buffs() failure casesNicholas Bellinger1-8/+6
2012-02-25target: Fix 16-bit target ports for SET TARGET PORT GROUPS emulationRoland Dreier1-4/+3
2012-02-25Documentation/target: Minor spelling typoSpencer O Krum1-1/+1
2012-02-25target/pscsi: fix PHV_VIRUTAL_HOST_ID typoStefan Hajnoczi2-10/+10
2012-02-25target: Fix off-by-seven in target_report_lunsJörn Engel1-3/+2
2012-02-25target: prevent NULL pointer dereference in target_report_lunsJörn Engel1-1/+3
2012-02-25target: fix use after free in target_report_lunsJörn Engel1-1/+1
2012-02-25tcm_loop: Set residual field for SCSI commandsRoland Dreier1-0/+6
2012-02-25target: Untangle front-end and back-end meanings of max_sectors attributeRoland Dreier6-7/+76
2012-02-25target: Don't set WBUS16 or SYNC bits in INQUIRY responseRoland Dreier1-1/+1
2012-02-25target: Set peripheral device type consistently in INQUIRY responseRoland Dreier1-10/+10
2012-02-25target: Fix up handling of short INQUIRY buffersRoland Dreier2-115/+37
2012-02-25target: Add TMR_ABORT_TASK task management supportNicholas Bellinger3-7/+79
2012-02-25target: Make target_release_cmd_kref release on empty listNicholas Bellinger1-1/+1
2012-02-25target: Add SCF_ACK_KREF flag for acknowledgement krefNicholas Bellinger2-2/+5
2012-02-25target: Export transport_generic_request_failure symbolNicholas Bellinger2-2/+3
2012-02-25target: Cleanup transport_kunmap_data_sg()Andy Grover1-2/+4
2012-02-25tcm_loop: switch to using transport_handle_cdb_directChristoph Hellwig1-56/+56
2012-02-25tcm_loop: defer all command submissions to workqueueChristoph Hellwig2-41/+58
2012-02-25tcm_loop: kill tcm_loop_allocate_core_cmdChristoph Hellwig1-88/+59
2012-02-25tcm_fc: Convert ft_send_tm to use target_submit_tmrAndy Grover1-29/+3
2012-02-25target: Add target_submit_tmr helper functionAndy Grover2-0/+51
2012-02-25tcm_fc: Use transport_generic_free_cmd for ft_sess_put in ft_send_tmAndy Grover1-1/+1
2012-02-25tcm_fc: Call lookup_tmr_lun() for all TM typesAndy Grover1-25/+11
2012-02-25tcm_fc: Move core->fc code conversion earlier in ft_send_tm()Andy Grover1-6/+5
2012-02-25target: Add SCF_SCSI_TMR_CDB usage and drop se_tmr_req_cacheAndy Grover8-61/+51
2012-02-25tcm_fc: Remove cmd->cdb data memberAndy Grover2-8/+1
2012-02-25tcm_fc: Simplify ft_send_work for tmr pathAndy Grover1-43/+35
2012-02-25target/iscsi: Remove unneeded wrapper functionsAndy Grover3-25/+4
2012-02-25target: Remove unused struct se_queue_reqAndy Grover1-6/+0
2012-02-25target: fix comment typosAndy Grover1-2/+2
2012-02-25scsi: Use struct scsi_lun in fc/fcp.hAndy Grover5-16/+11
2012-02-25target: Use #define for SYNCHRONIZE_CACHE_16Andy Grover1-1/+1
2012-02-25scsi: update scsi.h with SYNCHRONIZE_CACHE_16Andy Grover1-0/+1
2012-02-25target: Use LIST_HEAD()/DEFINE_MUTEX() for static objectsRoland Dreier3-14/+4
2012-02-25target: increase iblock task sizesChristoph Hellwig2-17/+37
2012-02-25target: remove the unused struct iblock_hbaChristoph Hellwig2-31/+0
2012-02-25target: remove the transport_lun_active field in struct se_cmdChristoph Hellwig3-16/+3
2012-02-25target: replace various cmd flags with a transport stateChristoph Hellwig7-99/+99
2012-02-19Linux 3.3-rc4v3.3-rc4Linus Torvalds1-1/+1
2012-02-18i387: re-introduce FPU state preloading at context switch timeLinus Torvalds4-42/+133
2012-02-18i387: move TS_USEDFPU flag from thread_info to task_structLinus Torvalds6-32/+30
2012-02-17i387: move AMD K7/K8 fpu fxsave/fxrstor workaround from save to restoreLinus Torvalds3-22/+16