aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/target (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2011-04-10treewide: remove extra semicolonsJustin P. Mattock2-3/+3
2011-03-31Fix common misspellingsLucas De Marchi7-20/+20
2011-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds19-128/+3881
2011-03-24Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-4/+3
2011-03-23[SCSI] tcm_loop: Add multi-fabric Linux/SCSI LLD fabric moduleNicholas Bellinger6-0/+1673
2011-03-23[SCSI] target: add initial statisticsNicholas Bellinger5-16/+2090
2011-03-23[SCSI] target: Add __init/__exit annotation for target_core_[init,exit]_configfsAxel Lin1-2/+2
2011-03-23[SCSI] target: Fix FILEIO fd_buffered_io= token typoNicholas Bellinger1-1/+1
2011-03-23[SCSI] target: Fix bogus return in transport_add_device_to_core_hba failure pathNicholas Bellinger1-3/+2
2011-03-23[SCSI] target: Avoid mem leak and needless work in transport_generic_get_memJesper Juhl1-3/+6
2011-03-23[SCSI] target: Convert TMR REQ/RSP definitions to target namespaceNicholas Bellinger1-12/+7
2011-03-23[SCSI] target: Convert rd_build_device_space() to use errnoDan Carpenter1-8/+7
2011-03-23[SCSI] target: Minor sparse warning fixes and annotationsDan Carpenter5-5/+6
2011-03-23[SCSI] target: Remove unnecessary hba_dev_list walk and se_clear_dev_ports legacy codeFubo Chen2-50/+4
2011-03-23[SCSI] target: Convert backend ->create_virtdevice() call to return ERR_PTRNicholas Bellinger5-24/+34
2011-03-23[SCSI] target: remove EXTRA_CFLAGSChristoph Hellwig1-1/+0
2011-03-23[SCSI] target: Fix match_strdup() memory leaksJesper Juhl3-7/+52
2011-03-23[SCSI] target: Fix memory leak on error path in pscsi_alloc_taskRoland Dreier1-0/+1
2011-03-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+0
2011-03-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds1-1/+7
2011-03-16Merge branch 'config' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds9-9/+0
2011-03-14[SCSI] target: Fix volume size misreporting for volumes > 2TBNicholas Bellinger1-1/+7
2011-03-10block: remove per-queue pluggingJens Axboe1-4/+3
2011-03-02drivers: remove extraneous includes of smp_lock.hArnd Bergmann9-9/+0
2011-02-28[SCSI] target: Fix t_transport_aborted handling in LUN_RESET + active I/O shutdownNicholas Bellinger2-2/+11
2011-02-17target: remove duplicate include of target/target_core_device.h from drivers/target/target_core_hba.cJesper Juhl1-1/+0
2011-02-12[SCSI] target: fix use after free detected by SLUB poisonNicholas Bellinger2-73/+139
2011-02-12[SCSI] target: Remove procfs based target_core_mib.c codeNicholas Bellinger7-1142/+56
2011-02-12[SCSI] target: Fix SCF_SCSI_CONTROL_SG_IO_CDB breakageNicholas Bellinger1-1/+5
2011-02-12[SCSI] target: Fix top-level configfs_subsystem default_group shutdown breakageNicholas Bellinger1-9/+11
2011-02-12[SCSI] target: fixed missing lock drop in error pathFubo Chen1-0/+2
2011-02-12[SCSI] target: Fix demo-mode MappedLUN shutdown UA/PR breakageNicholas Bellinger1-4/+4
2011-02-12[SCSI] target/iblock: Fix failed bd claim NULL pointer dereferenceNicholas Bellinger1-2/+4
2011-02-12[SCSI] target: iblock/pscsi claim checking for NULL instead of IS_ERRDan Carpenter2-3/+3
2011-01-14[SCSI] target: Add LIO target core v4.0.0-rc6Nicholas Bellinger30-0/+27419