summaryrefslogtreecommitdiffstats
path: root/drivers/target/target_core_file.c
Commit message (Expand)AuthorAgeFilesLines
* target/file: Fix UNMAP with DIF protection supportAkinobu Mita2015-04-161-25/+61
* target/file: Fix SG table for prot_buf initializationAkinobu Mita2015-04-161-15/+6Star
* target/file: Fix BUG() when CONFIG_DEBUG_SG=y and DIF protection enabledAkinobu Mita2015-04-161-7/+8
* target/file: Add checks for backend DIF emulationNicholas Bellinger2015-04-081-4/+4
* target: add missing sense_reason_t annotationsChristoph Hellwig2015-03-261-1/+1
* target: rewrite fd_execute_write_sameChristoph Hellwig2015-02-271-78/+22Star
* target: use vfs_iter_read/write in fd_do_rwChristoph Hellwig2015-02-271-17/+14Star
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2015-02-211-0/+5
|\
| * target: Perform PROTECT sanity checks for WRITE_SAMENicholas Bellinger2015-02-141-0/+5
* | target: Drop left-over fabric_max_sectors attributeNicholas Bellinger2015-01-101-1/+0Star
* | target: Drop arbitrary maximum I/O size limitNicholas Bellinger2015-01-101-1/+10
|/
* target/file: Convert to external fileio_backend_dev_attrsNicholas Bellinger2014-12-021-0/+42
* target/file: fix inclusive vfs_fsync_range() endZach Brown2014-10-081-2/+7
* target: correctly handle match_int errors in FILEIO + PSCSIJoern Engel2014-09-181-1/+3
* 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