aboutsummaryrefslogtreecommitdiff
path: root/drivers/target/target_core_iblock.c
AgeCommit message (Expand)AuthorFilesLines
2012-07-16target: add struct spc_ops + initial ->execute_rw pointer usageGravatar Christoph Hellwig 1-4/+14
2012-07-16target/iblock: Add parameter to specify read-only devicesGravatar Andy Grover 1-7/+28
2012-07-16target: add a parse_cdb method to the backend driversGravatar Christoph Hellwig 1-0/+1
2012-05-06target: remove struct se_taskGravatar Christoph Hellwig 1-77/+65
2012-05-06target: replace ->execute_task with ->execute_cmdGravatar Christoph Hellwig 1-2/+1
2012-05-06target: remove the task_size field in struct se_taskGravatar Christoph Hellwig 1-1/+2
2012-05-06target: remove the task_lba field in struct se_taskGravatar Christoph Hellwig 1-5/+5
2012-02-25target: increase iblock task sizesGravatar Christoph Hellwig 1-16/+36
2012-02-25target: remove the unused struct iblock_hbaGravatar Christoph Hellwig 1-26/+0
2012-02-07iblock: fix handling of large requestsGravatar Christoph Hellwig 1-0/+7
2012-02-07target: Fix iblock se_dev_attrib.unmap_granularityGravatar Marco Sanvido 1-1/+1
2012-01-18target: don't allocate bio headroom in iblockGravatar Christoph Hellwig 1-1/+1
2011-12-14target: remove useless castsGravatar Jörn Engel 1-1/+1
2011-12-14target: use \n as a separator for configurationGravatar Sebastian Andrzej Siewior 1-1/+1
2011-12-14target: header reshuffle, part2Gravatar Christoph Hellwig 1-2/+1
2011-12-06target: remove the t_tasks_fua se_cmd fieldGravatar Christoph Hellwig 1-1/+1
2011-12-06target: Address legacy PYX_TRANSPORT_* return code breakageGravatar Nicholas Bellinger 1-5/+9
2011-10-31drivers/target: Add module.h to drivers/target files as required.Gravatar Paul Gortmaker 1-0/+1
2011-10-24target: clean up the backend interface to caching parametersGravatar Christoph Hellwig 1-32/+2
2011-10-24target: make iblock_emulate_sync_cache asynchronousGravatar Christoph Hellwig 1-16/+21
2011-10-24target: make the ->get_cdb method optionalGravatar Christoph Hellwig 1-6/+0
2011-10-24target: Cleanup unused se_task bitsGravatar Christoph Hellwig 1-2/+2
2011-10-24target: cleanup iblock bio submissionGravatar Christoph Hellwig 1-135/+59
2011-10-11target: Remove unneeded version.h includesGravatar Jesper Juhl 1-1/+0
2011-07-22target: ->map_task_SG conversion to ->map_control_SG and ->map_data_SGGravatar Nicholas Bellinger 1-2/+2
2011-07-22target: Follow up core updates from AGrover and HCH (round 4)Gravatar Andy Grover 1-61/+55
2011-07-22target: Eliminate usage of struct se_memGravatar Andy Grover 1-1/+1
2011-07-22target: Implement Block Device Characteristics VPD pageGravatar Roland Dreier 1-0/+3
2011-07-22target/iblock: Remove unused iblock_dev membersGravatar Roland Dreier 1-14/+3
2011-07-22target/iblock: Use request_queue->nr_request for se_device defaultsGravatar Nicholas Bellinger 1-2/+2
2011-07-22target: Updates from AGrover and HCH (round 3)Gravatar Andy Grover 1-2/+2
2011-07-22target: More core cleanups from AGrover (round 2)Gravatar Andy Grover 1-7/+7
2011-07-22target: Core cleanups from AGrover (round 1)Gravatar Andy Grover 1-27/+24
2011-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Gravatar Linus Torvalds 1-11/+17
2011-03-24Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockGravatar Linus Torvalds 1-4/+3
2011-03-23[SCSI] target: Convert backend ->create_virtdevice() call to return ERR_PTRGravatar Nicholas Bellinger 1-7/+8
2011-03-23[SCSI] target: Fix match_strdup() memory leaksGravatar Jesper Juhl 1-4/+9
2011-03-10block: remove per-queue pluggingGravatar Jens Axboe 1-4/+3
2011-03-02drivers: remove extraneous includes of smp_lock.hGravatar Arnd Bergmann 1-1/+0
2011-02-12[SCSI] target/iblock: Fix failed bd claim NULL pointer dereferenceGravatar Nicholas Bellinger 1-2/+4
2011-02-12[SCSI] target: iblock/pscsi claim checking for NULL instead of IS_ERRGravatar Dan Carpenter 1-1/+1
2011-01-14[SCSI] target: Add LIO target core v4.0.0-rc6Gravatar Nicholas Bellinger 1-0/+808