aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/target/target_core_iblock.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-02-27target: Add __exit annotation for module_exit functionsAsias He1-1/+1
2013-02-23target: Rename spc_get_write_same_sectors -> sbc_get_write_same_sectorsRoland Dreier1-2/+2
2013-02-13target: Fix error checking for UNMAP commandsRoland Dreier1-1/+10
2013-02-13target/iblock: Use backend REQ_FLUSH hint for WriteCacheEnabled statusNicholas Bellinger1-8/+23
2012-11-27target: Make spc_get_write_same_sectors return sector_tNicholas Bellinger1-1/+1
2012-11-27target/iblock: Forward declare bio helpersNicholas Bellinger1-86/+81
2012-11-27target: Update copyright information to 2012Nicholas Bellinger1-4/+1
2012-11-15target/iblock: Add WRITE_SAME w/ UNMAP=0 emulation supportNicholas Bellinger1-7/+79
2012-11-06target: pass sense_reason as a return valueChristoph Hellwig1-28/+27
2012-11-06target: remove ->get_device_revChristoph Hellwig1-1/+0
2012-11-06target: provide generic sbc device type/revision helpersChristoph Hellwig1-12/+2
2012-11-06target: rename spc_opsChristoph Hellwig1-2/+2
2012-11-06target: kill struct se_subsystem_devChristoph Hellwig1-111/+74
2012-10-11Merge branch 'for-3.7/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-9/+0
2012-09-17target: do not submit a zero-bio I/O requestPaolo Bonzini1-0/+6
2012-09-17target: Drop se_subsystem_api->[write_cache,fua_write]_emulated flagsNicholas Bellinger1-2/+0
2012-09-17target/iblock: Use match_strlcpy for Opt_udev_path string assignmentNicholas Bellinger1-6/+3
2012-09-09block: Generalized bio pool freeingKent Overstreet1-9/+0
2012-09-07target: report too-small parameter lists everywherePaolo Bonzini1-2/+15
2012-07-16target: Check number of unmap descriptors against our limitRoland Dreier1-0/+5
2012-07-16target: Fix possible integer underflow in UNMAP emulationRoland Dreier1-10/+10
2012-07-16target: Fix reading of data length fields for UNMAP commandsRoland Dreier1-3/+3
2012-07-16target: Add range checking to UNMAP emulationRoland Dreier1-0/+12
2012-07-16target: move unmap to struct spc_opsChristoph Hellwig1-5/+45
2012-07-16target: move write_same to struct spc_opsChristoph Hellwig1-0/+18
2012-07-16target: move sync_cache to struct spc_opsChristoph Hellwig1-2/+3
2012-07-16target: add struct spc_ops + initial ->execute_rw pointer usageChristoph Hellwig1-4/+14
2012-07-16target/iblock: Add parameter to specify read-only devicesAndy Grover1-7/+28
2012-07-16target: add a parse_cdb method to the backend driversChristoph Hellwig1-0/+1
2012-05-06target: remove struct se_taskChristoph Hellwig1-77/+65
2012-05-06target: replace ->execute_task with ->execute_cmdChristoph Hellwig1-2/+1
2012-05-06target: remove the task_size field in struct se_taskChristoph Hellwig1-1/+2
2012-05-06target: remove the task_lba field in struct se_taskChristoph Hellwig1-5/+5
2012-02-25target: increase iblock task sizesChristoph Hellwig1-16/+36
2012-02-25target: remove the unused struct iblock_hbaChristoph Hellwig1-26/+0
2012-02-07iblock: fix handling of large requestsChristoph Hellwig1-0/+7
2012-02-07target: Fix iblock se_dev_attrib.unmap_granularityMarco Sanvido1-1/+1
2012-01-18target: don't allocate bio headroom in iblockChristoph Hellwig1-1/+1
2011-12-14target: remove useless castsJörn Engel1-1/+1
2011-12-14target: use \n as a separator for configurationSebastian Andrzej Siewior1-1/+1
2011-12-14target: header reshuffle, part2Christoph Hellwig1-2/+1
2011-12-06target: remove the t_tasks_fua se_cmd fieldChristoph Hellwig1-1/+1
2011-12-06target: Address legacy PYX_TRANSPORT_* return code breakageNicholas Bellinger1-5/+9
2011-10-31drivers/target: Add module.h to drivers/target files as required.Paul Gortmaker1-0/+1
2011-10-24target: clean up the backend interface to caching parametersChristoph Hellwig1-32/+2
2011-10-24target: make iblock_emulate_sync_cache asynchronousChristoph Hellwig1-16/+21
2011-10-24target: make the ->get_cdb method optionalChristoph Hellwig1-6/+0
2011-10-24target: Cleanup unused se_task bitsChristoph Hellwig1-2/+2
2011-10-24target: cleanup iblock bio submissionChristoph Hellwig1-135/+59
2011-10-11target: Remove unneeded version.h includesJesper Juhl1-1/+0