summaryrefslogtreecommitdiffstats
path: root/drivers/target/target_core_file.c
Commit message (Expand)AuthorAgeFilesLines
* Target/file: place escape values for protection information formatSagi Grimberg2014-04-071-39/+1Star
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2014-02-011-1/+255
|\
| * target/file: Add DIF protection support to fd_execute_rwNicholas Bellinger2014-01-191-1/+118
| * target/file: Add DIF protection init/format supportNicholas Bellinger2014-01-191-0/+137
* | target/file: Update hw_max_sectors based on current block_sizeNicholas Bellinger2013-12-191-4/+4
|/
* target core: rename (ex,im)plict -> (ex,im)plicitHannes Reinecke2013-11-201-1/+1
* target: Update copyright ownership/year information to 2013Nicholas Bellinger2013-09-111-1/+1
* target: Allow sbc_ops->execute_rw() to accept SGLs + data_directionNicholas Bellinger2013-09-091-4/+2Star
* target: replace strict_strto*() with kstrto*()Jingoo Han2013-08-131-2/+2
* target/file: Fix off-by-one READ_CAPACITY bug for !S_ISBLK exportNicholas Bellinger2013-05-311-5/+6
* target: Use FD_MAX_SECTORS/FD_BLOCKSIZE for blockdevs using fileioAndy Grover2013-05-041-7/+2Star
* target/file: Set is_nonrot attributeAsias He2013-04-251-0/+3
* target: Add sbc_execute_unmap() helperAsias He2013-04-251-78/+4Star
* target/file: Add fd_do_unmap() helperAsias He2013-04-251-42/+30Star
* target/file: Add UNMAP emulation supportAsias He2013-04-251-0/+111
* target/file: Add WRITE_SAME w/ UNMAP=1 emulation supportAsias He2013-04-251-5/+89
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2013-03-021-1/+1
|\
| * target: Add __exit annotation for module_exit functionsAsias He2013-02-281-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-271-1/+1
|\ \ | |/ |/|
| * new helper: file_inode(file)Al Viro2013-02-231-1/+1
* | target: Rename spc_get_write_same_sectors -> sbc_get_write_same_sectorsRoland Dreier2013-02-231-1/+1
* | target/file: Add WRITE_SAME w/ UNMAP=0 emulation supportNicholas Bellinger2013-02-201-0/+114
|/
* target/file: merge fd_do_readv() and fd_do_writev()Sebastian Andrzej Siewior2012-12-051-60/+32Star
* target/file: Fix 32-bit highmem breakage for SGL -> iovec mappingSebastian Andrzej Siewior2012-12-051-2/+7
* target: Update copyright information to 2012Nicholas Bellinger2012-11-281-4/+1Star
* target: pass sense_reason as a return valueChristoph Hellwig2012-11-071-11/+11
* target: remove ->get_device_revChristoph Hellwig2012-11-071-1/+0Star
* target: provide generic sbc device type/revision helpersChristoph Hellwig2012-11-071-20/+2Star
* target: rename spc_opsChristoph Hellwig2012-11-071-2/+2
* target: kill struct se_subsystem_devChristoph Hellwig2012-11-071-88/+50Star
* target/file: Re-enable optional fd_buffered_io=1 operationNicholas Bellinger2012-10-021-3/+38
* target: Drop se_subsystem_api->[write_cache,fua_write]_emulated flagsNicholas Bellinger2012-09-181-2/+0Star
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-08-011-27/+5Star
|\
| * delousing target_core_file a bitAl Viro2012-08-011-27/+5Star
* | target: move sync_cache to struct spc_opsChristoph Hellwig2012-07-171-3/+5
* | target: add struct spc_ops + initial ->execute_rw pointer usageChristoph Hellwig2012-07-171-4/+14
* | target: add a parse_cdb method to the backend driversChristoph Hellwig2012-07-171-0/+1
|/
* target/file: Use O_DSYNC by default for FILEIO backendsNicholas Bellinger2012-06-031-53/+17Star
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2012-05-221-84/+47Star
|\
| * target: remove struct se_taskChristoph Hellwig2012-05-071-75/+42Star
| * target: replace ->execute_task with ->execute_cmdChristoph Hellwig2012-05-071-2/+1Star
| * target: remove the task_size field in struct se_taskChristoph Hellwig2012-05-071-5/+6
| * target: remove the task_lba field in struct se_taskChristoph Hellwig2012-05-071-4/+5
| * target/iscsi: Misc cleanups from Agrover (round 2)Andy Grover2012-04-151-8/+3Star
* | target: Fix bug in handling of FILEIO + block_device resize opsNicholas Bellinger2012-05-171-6/+16
|/
* target: remove useless castsJörn Engel2011-12-141-5/+5
* target: use \n as a separator for configurationSebastian Andrzej Siewior2011-12-141-1/+1
* target: header reshuffle, part2Christoph Hellwig2011-12-141-2/+1Star
* target/file: walk properly over sg listSebastian Andrzej Siewior2011-12-061-6/+6
* target: remove the t_tasks_fua se_cmd fieldChristoph Hellwig2011-12-061-1/+1