Sign in
android-kvm
/
linux
/
320b3bf7027b89821030e5e7c5fbd1f6aecb4af0
/
drivers
/
target
/
target_core_file.c
5538d29
treewide: Add missing vmalloc.h inclusion.
by David S. Miller
· 10 years ago
64d240b
target/file: Fix UNMAP with DIF protection support
by Akinobu Mita
· 10 years ago
c836777
target/file: Fix SG table for prot_buf initialization
by Akinobu Mita
· 10 years ago
38da0f4
target/file: Fix BUG() when CONFIG_DEBUG_SG=y and DIF protection enabled
by Akinobu Mita
· 10 years ago
ee92046
target/file: Add checks for backend DIF emulation
by Nicholas Bellinger
· 10 years ago
3abff1e
target: add missing sense_reason_t annotations
by Christoph Hellwig
· 10 years ago
d4c5dca
target: rewrite fd_execute_write_same
by Christoph Hellwig
· 10 years ago
6b9a44d
target: use vfs_iter_read/write in fd_do_rw
by Christoph Hellwig
· 10 years ago
e20d3ef
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending
by Linus Torvalds
· 10 years ago
afd73f1
target: Perform PROTECT sanity checks for WRITE_SAME
by Nicholas Bellinger
· 10 years ago
7216dc0
target: Drop left-over fabric_max_sectors attribute
by Nicholas Bellinger
· 10 years ago
046ba64
target: Drop arbitrary maximum I/O size limit
by Nicholas Bellinger
· 10 years ago
b232049
target/file: Convert to external fileio_backend_dev_attrs
by Nicholas Bellinger
· 10 years ago
62d3ab4
target/file: fix inclusive vfs_fsync_range() end
by Zach Brown
· 10 years ago
ce31c1b
target: correctly handle match_int errors in FILEIO + PSCSI
by Joern Engel
· 11 years ago
80dcd0c
Target/file: place escape values for protection information format
by Sagi Grimberg
· 11 years ago
4e13c5d
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending
by Linus Torvalds
· 11 years ago
42201b5
target/file: Add DIF protection support to fd_execute_rw
by Nicholas Bellinger
· 11 years ago
0f5e2ec
target/file: Add DIF protection init/format support
by Nicholas Bellinger
· 11 years ago
95cadac
target/file: Update hw_max_sectors based on current block_size
by Nicholas Bellinger
· 11 years ago
125d011
target core: rename (ex,im)plict -> (ex,im)plicit
by Hannes Reinecke
· 11 years ago
4c76251
target: Update copyright ownership/year information to 2013
by Nicholas Bellinger
· 12 years ago
a82a953
target: Allow sbc_ops->execute_rw() to accept SGLs + data_direction
by Nicholas Bellinger
· 12 years ago
57103d7
target: replace strict_strto*() with kstrto*()
by Jingoo Han
· 12 years ago
21363ca
target/file: Fix off-by-one READ_CAPACITY bug for !S_ISBLK export
by Nicholas Bellinger
· 12 years ago
e3e84cd
target: Use FD_MAX_SECTORS/FD_BLOCKSIZE for blockdevs using fileio
by Andy Grover
· 12 years ago
0463a3f
target/file: Set is_nonrot attribute
by Asias He
· 12 years ago
86d7182
target: Add sbc_execute_unmap() helper
by Asias He
· 12 years ago
43f55bb
target/file: Add fd_do_unmap() helper
by Asias He
· 12 years ago
5064276
target/file: Add UNMAP emulation support
by Asias He
· 12 years ago
70d3ae5c
target/file: Add WRITE_SAME w/ UNMAP=1 emulation support
by Asias He
· 12 years ago
9862489
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending
by Linus Torvalds
· 12 years ago
63b91d5
target: Add __exit annotation for module_exit functions
by Asias He
· 12 years ago
d895cb1
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 12 years ago
972b29c8
target: Rename spc_get_write_same_sectors -> sbc_get_write_same_sectors
by Roland Dreier
· 12 years ago
496ad9a
new helper: file_inode(file)
by Al Viro
· 12 years ago
7b745c8
target/file: Add WRITE_SAME w/ UNMAP=0 emulation support
by Nicholas Bellinger
· 12 years ago
778229a
target/file: merge fd_do_readv() and fd_do_writev()
by Sebastian Andrzej Siewior
· 12 years ago
40ff2c3
target/file: Fix 32-bit highmem breakage for SGL -> iovec mapping
by Sebastian Andrzej Siewior
· 12 years ago
fd9a11d
target: Update copyright information to 2012
by Nicholas Bellinger
· 12 years ago
de103c9
target: pass sense_reason as a return value
by Christoph Hellwig
· 12 years ago
48c2567
target: remove ->get_device_rev
by Christoph Hellwig
· 12 years ago
6f23ac8
target: provide generic sbc device type/revision helpers
by Christoph Hellwig
· 12 years ago
9e999a6
target: rename spc_ops
by Christoph Hellwig
· 12 years ago
0fd97cc
target: kill struct se_subsystem_dev
by Christoph Hellwig
· 12 years ago
b32f4c7
target/file: Re-enable optional fd_buffered_io=1 operation
by Nicholas Bellinger
· 12 years ago
fd30e93
target: Drop se_subsystem_api->[write_cache,fua_write]_emulated flags
by Nicholas Bellinger
· 13 years ago
a0e881b
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 13 years ago
dbc6e02
delousing target_core_file a bit
by Al Viro
· 13 years ago
ad67f0d
target: move sync_cache to struct spc_ops
by Christoph Hellwig
· 13 years ago
0c2ad7d
target: add struct spc_ops + initial ->execute_rw pointer usage
by Christoph Hellwig
· 13 years ago
d6e0175
target: add a parse_cdb method to the backend drivers
by Christoph Hellwig
· 13 years ago
a4dff30
target/file: Use O_DSYNC by default for FILEIO backends
by Nicholas Bellinger
· 13 years ago
c9bfa7d
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending
by Linus Torvalds
· 13 years ago
cd9323f
target: Fix bug in handling of FILEIO + block_device resize ops
by Nicholas Bellinger
· 13 years ago
5787cac
target: remove struct se_task
by Christoph Hellwig
· 13 years ago
6bb35e0
target: replace ->execute_task with ->execute_cmd
by Christoph Hellwig
· 13 years ago
7a83aa4
target: remove the task_size field in struct se_task
by Christoph Hellwig
· 13 years ago
72a0e5e
target: remove the task_lba field in struct se_task
by Christoph Hellwig
· 13 years ago
8b1e124
target/iscsi: Misc cleanups from Agrover (round 2)
by Andy Grover
· 13 years ago
8359cf4
target: remove useless casts
by Jörn Engel
· 13 years ago
90c161b
target: use \n as a separator for configuration
by Sebastian Andrzej Siewior
· 13 years ago
c4795fb
target: header reshuffle, part2
by Christoph Hellwig
· 13 years ago
9649fa1
target/file: walk properly over sg list
by Sebastian Andrzej Siewior
· 13 years ago
2d3a4b5
target: remove the t_tasks_fua se_cmd field
by Christoph Hellwig
· 13 years ago
03e98c9
target: Address legacy PYX_TRANSPORT_* return code breakage
by Nicholas Bellinger
· 13 years ago
827509e
drivers/target: Add module.h to drivers/target files as required.
by Paul Gortmaker
· 14 years ago
f55918f
target: clean up the backend interface to caching parameters
by Christoph Hellwig
· 13 years ago
6193f06
target: make the ->get_cdb method optional
by Christoph Hellwig
· 13 years ago
42bf829
target: Cleanup unused se_task bits
by Christoph Hellwig
· 13 years ago
9375b1b
target: Remove unneeded version.h includes
by Jesper Juhl
· 14 years ago
6708bb2
target: Follow up core updates from AGrover and HCH (round 4)
by Andy Grover
· 14 years ago
a1d8b49
target: Updates from AGrover and HCH (round 3)
by Andy Grover
· 14 years ago
5951146d
target: More core cleanups from AGrover (round 2)
by Andy Grover
· 14 years ago
e3d6f90
target: Core cleanups from AGrover (round 1)
by Andy Grover
· 14 years ago
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
58c3e64
[SCSI] target: Fix FILEIO fd_buffered_io= token typo
by Nicholas Bellinger
· 14 years ago
613640e
[SCSI] target: Convert backend ->create_virtdevice() call to return ERR_PTR
by Nicholas Bellinger
· 14 years ago
6d18025
[SCSI] target: Fix match_strdup() memory leaks
by Jesper Juhl
· 14 years ago
5edc341
drivers: remove extraneous includes of smp_lock.h
by Arnd Bergmann
· 14 years ago
c66ac9d
[SCSI] target: Add LIO target core v4.0.0-rc6
by Nicholas Bellinger
· 14 years ago