aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/target (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-07-22target: Make all control CDBs scatter-gatherAndy Grover8-217/+215
2011-07-22target: Implement Block Device Characteristics VPD pageRoland Dreier4-0/+37
2011-07-22target: Fix reporting of supported VPD pagesRoland Dreier1-48/+47
2011-07-22target: Allow for built-in target modulesRoland Dreier1-4/+0
2011-07-22tcm_fc: Convert to wake_up_process and schedule_timeout_interruptibleNicholas Bellinger2-11/+10
2011-07-22tcm_fc: Makefile cleanupsNicholas Bellinger1-13/+4
2011-07-22loopback: Fix memory leak in tcm_loop_make_scsi_hba()Jesper Juhl1-9/+8
2011-07-22loopback: Remove duplicate scsi/scsi_tcq.h includeJesper Juhl1-1/+0
2011-07-22loopback: off by one in tcm_loop_make_naa_tpg()Dan Carpenter1-1/+1
2011-07-22target/iblock: Remove unused iblock_dev membersRoland Dreier2-19/+3
2011-07-22target/iblock: Use request_queue->nr_request for se_device defaultsNicholas Bellinger2-4/+2
2011-07-22target: Make se_tmr_lock IRQ-safeRoland Dreier2-12/+13
2011-07-22target: Make se_dev_check_online() locking IRQ-safeRoland Dreier1-2/+3
2011-07-22target: Make transport_lookup_cmd_lun() locking IRQ-safeRoland Dreier1-5/+5
2011-07-22target: Add SCF_EMULATE_QUEUE_FULL -> transport_handle_queue_fullNicholas Bellinger1-15/+179
2011-07-22target: Add transport_handle_cdb_direct optimizationNicholas Bellinger1-0/+24
2011-07-22target: merge release_cmd methodsChristoph Hellwig5-56/+32
2011-07-22target: remove the unused SCF_* flagsChristoph Hellwig1-25/+5
2011-07-22target: remove the always-noop ->new_cmd_failure methodChristoph Hellwig7-30/+0
2011-07-22target: Updates from AGrover and HCH (round 3)Andy Grover14-689/+534
2011-07-22target: Fix WRITE_SAME_[16,32] number of blocks=0 caseNicholas Bellinger2-10/+32
2011-07-22target: Fix WRITE_SAME_16 t_task_lba assignment bugNicholas Bellinger1-1/+1
2011-07-22target: More core cleanups from AGrover (round 2)Andy Grover16-929/+751
2011-07-22target: Fix double test of inquiry_prodRoland Dreier1-1/+1
2011-07-22target: Core cleanups from AGrover (round 1)Andy Grover25-1855/+1687
2011-07-22target: Remove unused su_group usage in fabric register/dergisterNicholas Bellinger1-15/+0
2011-07-22target: Remove unnecessary *cdb transport_get_lun_for_cmd parameterNicholas Bellinger3-3/+2
2011-07-22target: use MAINTENANCE_IN and MAINTENANCE_OUT definitions in scsi.hNicholas Bellinger1-2/+2
2011-07-22target: Check LUN numbers in transport_get_lun_for_[cmd,tmr]Fubo Chen1-0/+12
2011-07-11Merge branch 'master' into for-nextJiri Kosina10-61/+73
2011-06-29[SCSI] tcm_fc: Fixing reference counting problem which was causing ft_sess to be deleted.Kiran Patil1-5/+16
2011-06-29[SCSI] libfc, tcm_fc: add ddp_targ() to libfc function template to supprot FCoE DDP in target modeYi Zou1-2/+3
2011-06-24tcm_fc: Fix conversion spec warningNicholas Bellinger1-1/+1
2011-06-24tcm_fc: Fix possible lock to unlock type deadlockDan Carpenter1-1/+1
2011-06-24tcm_fc: Fix ft_send_tm LUN lookup OOPsKiran Patil2-32/+34
2011-06-24target: Fix incorrect strlen() NULL terminator checksDan Carpenter4-17/+17
2011-06-24target: Drop bogus ERR_PTR usage in target_fabric_configfs_initDan Carpenter1-1/+1
2011-06-24target: Fix ERR_PTR dereferencing bugsDan Carpenter2-4/+7
2011-06-23target: Convert transport_deregister_session_configfs nacl_sess_lock to save irq stateRoland Dreier1-3/+3
2011-06-23target: Fix transport_get_lun_for_tmr failure casesNicholas Bellinger2-2/+9
2011-06-20treewide: remove duplicate includesVitaliy Ivanov5-6/+0
2011-05-24[SCSI] target: Convert TASK_ATTR to scsi_tcq.h definitionsNicholas Bellinger4-20/+38
2011-05-24[SCSI] target: Convert REPORT_LUNs to use int_to_scsilunNicholas Bellinger4-45/+5
2011-05-24[SCSI] target: Fix task->task_execute_queue=1 clear bug + LUN_RESET OOPsNicholas Bellinger1-0/+7
2011-05-24[SCSI] target: Fix bug with task_sg chained transport_free_dev_tasks releaseNicholas Bellinger1-1/+12
2011-05-24[SCSI] target: Fix interrupt context bug with stats_lock and core_tmr_alloc_reqNicholas Bellinger2-5/+6
2011-05-24[SCSI] target: Fix multi task->task_sg[] chaining logic bugNicholas Bellinger1-11/+15
2011-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds2-3/+3
2011-05-17[SCSI] tcm_fc: Adding FC_FC4 provider (tcm_fc) for FCoE target (TCM - target core) supportKiran Patil9-0/+2526
2011-04-26Merge branch 'master' into for-nextJiri Kosina22-152/+3904