aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/target/target_core_file.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-05-30target/file: Fix off-by-one READ_CAPACITY bug for !S_ISBLK exportNicholas Bellinger1-5/+6
2013-05-03target: Use FD_MAX_SECTORS/FD_BLOCKSIZE for blockdevs using fileioAndy Grover1-7/+2
2013-04-25target/file: Set is_nonrot attributeAsias He1-0/+3
2013-04-25target: Add sbc_execute_unmap() helperAsias He1-78/+4
2013-04-25target/file: Add fd_do_unmap() helperAsias He1-42/+30
2013-04-25target/file: Add UNMAP emulation supportAsias He1-0/+111
2013-04-25target/file: Add WRITE_SAME w/ UNMAP=1 emulation supportAsias He1-5/+89
2013-03-02Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds1-1/+1
2013-02-27target: Add __exit annotation for module_exit functionsAsias He1-1/+1
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2013-02-23target: Rename spc_get_write_same_sectors -> sbc_get_write_same_sectorsRoland Dreier1-1/+1
2013-02-22new helper: file_inode(file)Al Viro1-1/+1
2013-02-20target/file: Add WRITE_SAME w/ UNMAP=0 emulation supportNicholas Bellinger1-0/+114
2012-12-05target/file: merge fd_do_readv() and fd_do_writev()Sebastian Andrzej Siewior1-60/+32
2012-12-05target/file: Fix 32-bit highmem breakage for SGL -> iovec mappingSebastian Andrzej Siewior1-2/+7
2012-11-27target: Update copyright information to 2012Nicholas Bellinger1-4/+1
2012-11-06target: pass sense_reason as a return valueChristoph Hellwig1-11/+11
2012-11-06target: remove ->get_device_revChristoph Hellwig1-1/+0
2012-11-06target: provide generic sbc device type/revision helpersChristoph Hellwig1-20/+2
2012-11-06target: rename spc_opsChristoph Hellwig1-2/+2
2012-11-06target: kill struct se_subsystem_devChristoph Hellwig1-88/+50
2012-10-02target/file: Re-enable optional fd_buffered_io=1 operationNicholas Bellinger1-3/+38
2012-09-17target: Drop se_subsystem_api->[write_cache,fua_write]_emulated flagsNicholas Bellinger1-2/+0
2012-08-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-27/+5
2012-08-01delousing target_core_file a bitAl Viro1-27/+5
2012-07-16target: move sync_cache to struct spc_opsChristoph Hellwig1-3/+5
2012-07-16target: add struct spc_ops + initial ->execute_rw pointer usageChristoph Hellwig1-4/+14
2012-07-16target: add a parse_cdb method to the backend driversChristoph Hellwig1-0/+1
2012-06-02target/file: Use O_DSYNC by default for FILEIO backendsNicholas Bellinger1-53/+17
2012-05-21Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds1-84/+47
2012-05-17target: Fix bug in handling of FILEIO + block_device resize opsNicholas Bellinger1-6/+16
2012-05-06target: remove struct se_taskChristoph Hellwig1-75/+42
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-5/+6
2012-05-06target: remove the task_lba field in struct se_taskChristoph Hellwig1-4/+5
2012-04-14target/iscsi: Misc cleanups from Agrover (round 2)Andy Grover1-8/+3
2011-12-14target: remove useless castsJörn Engel1-5/+5
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/file: walk properly over sg listSebastian Andrzej Siewior1-6/+6
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-2/+4
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-31/+2
2011-10-24target: make the ->get_cdb method optionalChristoph Hellwig1-12/+0
2011-10-24target: Cleanup unused se_task bitsChristoph Hellwig1-4/+6
2011-10-11target: Remove unneeded version.h includesJesper Juhl1-1/+0
2011-07-22target: Follow up core updates from AGrover and HCH (round 4)Andy Grover1-56/+44
2011-07-22target: Updates from AGrover and HCH (round 3)Andy Grover1-4/+4
2011-07-22target: More core cleanups from AGrover (round 2)Andy Grover1-6/+6