Sign in
android-kvm
/
linux
/
00473374b72a6e5aba01af083f0d5100f3151210
/
drivers
/
target
/
target_core_rd.c
8dcf07b
target: Minimize #include directives
by Bart Van Assche
· 8 years ago
cb79116
target: need_to_release is always false, remove redundant check and kfree
by Colin Ian King
· 9 years ago
d975f30
Merge branch 'for-4.3/sg' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 10 years ago
02c4de5
target/rd: always chain S/G list
by Christoph Hellwig
· 10 years ago
5dacbfc
target/rd: Set ramdisk as non rotational device
by Sagi Grimberg
· 10 years ago
5c755fe
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending
by Linus Torvalds
· 10 years ago
acd5312
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
by Linus Torvalds
· 10 years ago
ce8dd25
target: consolidate version defines
by Christoph Hellwig
· 10 years ago
ba92999
target: Minimize SCSI header #include directives
by Bart Van Assche
· 10 years ago
4cc987e
target: Drop lun_sep_lock for se_lun->lun_se_dev RCU usage
by Nicholas Bellinger
· 10 years ago
5873c4d
target: consolidate backend attribute implementations
by Christoph Hellwig
· 10 years ago
0a06d43
target: simplify backend driver registration
by Christoph Hellwig
· 10 years ago
f75b6fa
target: Merge sbc_verify_dif_read|write
by Sagi Grimberg
· 10 years ago
a354170
target: Use a PASSTHROUGH flag instead of transport_types
by Andy Grover
· 10 years ago
bfd9a53
target/rd: Don't pass incomplete scatterlist entries to sbc_dif_verify_*
by Akinobu Mita
· 10 years ago
6766cc8
target/rd: reduce code duplication in rd_execute_rw()
by Akinobu Mita
· 10 years ago
1762742
target/rd: Add checks for backend DIF emulation
by Nicholas Bellinger
· 10 years ago
7216dc0
target: Drop left-over fabric_max_sectors attribute
by Nicholas Bellinger
· 10 years ago
03a6274
target/rd: Convert to external rd_mcp_backend_dev_attrs
by Nicholas Bellinger
· 10 years ago
9d2e59f
target/rd: T10-Dif: RAM disk is allocating more space than required.
by Quinn Tran
· 11 years ago
6e61111
target/rd: Add DIF protection into rd_execute_rw
by Nicholas Bellinger
· 11 years ago
d7e8eb5
target/rd: Add support for protection SGL setup + release
by Nicholas Bellinger
· 11 years ago
4442dc8
target/rd: Refactor rd_build_device_space + rd_release_device_space
by Nicholas Bellinger
· 11 years ago
0f59cc3
target: Core does not need blkdev.h
by Andy Grover
· 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
670caa9
target: Don't allocate pages for NULLIO devices
by Andy Grover
· 12 years ago
52c0742
target/rd: Add ramdisk bit for NULLIO operation
by Nicholas Bellinger
· 12 years ago
bbf344e
target_core_rd: break out unterminated loop during copy
by Hannes Reinecke
· 12 years ago
8f67835
target/rd: improve sg_table lookup scalability
by Martin Svec
· 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
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
5787cac
target: remove struct se_task
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
83799efb
target: don't limit transfer sizes for the ramdisk backend
by Christoph Hellwig
· 13 years ago
8feb58d
target: misc ramdisk backend cleanups
by Christoph Hellwig
· 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
65b0c78
target/rd: fix or rewrite the copy routine
by Sebastian Andrzej Siewior
· 13 years ago
5bff9e8
target/rd: simplify the page/offset computation
by Sebastian Andrzej Siewior
· 13 years ago
03e98c9
target: Address legacy PYX_TRANSPORT_* return code breakage
by Nicholas Bellinger
· 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
6fc6148
target: Convert target_core_rd.c to use use BUG_ON
by Julia Lawall
· 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
065f971
[SCSI] target: Convert rd_build_device_space() to use errno
by Dan Carpenter
· 14 years ago
613640e
[SCSI] target: Convert backend ->create_virtdevice() call to return ERR_PTR
by Nicholas Bellinger
· 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