aboutsummaryrefslogtreecommitdiff
path: root/drivers/target/target_core_rd.c
AgeCommit message (Expand)AuthorFilesLines
2020-10-07scsi: target: rd: Drop double zeroingGravatar Julia Lawall 1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Gravatar Thomas Gleixner 1-14/+1
2017-07-06target: break up free_device callbackGravatar Mike Christie 1-1/+6
2017-06-08target: remove dead codeGravatar Gustavo A. R. Silva 1-2/+2
2017-05-01target: Improve size determinations in two functionsGravatar Markus Elfring 1-2/+2
2017-05-01target: Delete error messages for failed memory allocationsGravatar Markus Elfring 1-18/+5
2017-05-01target: Use kcalloc() in two functionsGravatar Markus Elfring 1-4/+2
2017-05-01tcm: make pi data verification configurableGravatar Dmitry Monakhov 1-8/+9
2016-12-09target: Minimize #include directivesGravatar Bart Van Assche 1-0/+2
2016-05-10target: need_to_release is always false, remove redundant check and kfreeGravatar Colin Ian King 1-4/+0
2015-09-02Merge branch 'for-4.3/sg' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-44/+0
2015-08-17target/rd: always chain S/G listGravatar Christoph Hellwig 1-44/+0
2015-07-06target/rd: Set ramdisk as non rotational deviceGravatar Sagi Grimberg 1-0/+1
2015-07-04Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Gravatar Linus Torvalds 1-63/+27
2015-06-23Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 1-2/+1
2015-06-23target: consolidate version definesGravatar Christoph Hellwig 1-1/+1
2015-06-02target: Minimize SCSI header #include directivesGravatar Bart Van Assche 1-2/+1
2015-06-01target: Drop lun_sep_lock for se_lun->lun_se_dev RCU usageGravatar Nicholas Bellinger 1-1/+9
2015-06-01target: consolidate backend attribute implementationsGravatar Christoph Hellwig 1-37/+1
2015-06-01target: simplify backend driver registrationGravatar Christoph Hellwig 1-18/+4
2015-05-30target: Merge sbc_verify_dif_read|writeGravatar Sagi Grimberg 1-7/+13
2015-05-30target: Use a PASSTHROUGH flag instead of transport_typesGravatar Andy Grover 1-1/+0
2015-04-14target/rd: Don't pass incomplete scatterlist entries to sbc_dif_verify_*Gravatar Akinobu Mita 1-3/+64
2015-04-07target/rd: reduce code duplication in rd_execute_rw()Gravatar Akinobu Mita 1-34/+32
2015-04-07target/rd: Add checks for backend DIF emulationGravatar Nicholas Bellinger 1-2/+4
2015-01-09target: Drop left-over fabric_max_sectors attributeGravatar Nicholas Bellinger 1-1/+0
2014-12-01target/rd: Convert to external rd_mcp_backend_dev_attrsGravatar Nicholas Bellinger 1-0/+41
2014-04-07target/rd: T10-Dif: RAM disk is allocating more space than required.Gravatar Quinn Tran 1-4/+10
2014-01-19target/rd: Add DIF protection into rd_execute_rwGravatar Nicholas Bellinger 1-0/+65
2014-01-19target/rd: Add support for protection SGL setup + releaseGravatar Nicholas Bellinger 1-0/+74
2014-01-19target/rd: Refactor rd_build_device_space + rd_release_device_spaceGravatar Nicholas Bellinger 1-45/+68
2013-11-12target: Core does not need blkdev.hGravatar Andy Grover 1-1/+0
2013-09-10target: Update copyright ownership/year information to 2013Gravatar Nicholas Bellinger 1-1/+1
2013-09-09target: Allow sbc_ops->execute_rw() to accept SGLs + data_directionGravatar Nicholas Bellinger 1-4/+2
2013-06-14target: Don't allocate pages for NULLIO devicesGravatar Andy Grover 1-0/+5
2013-05-11target/rd: Add ramdisk bit for NULLIO operationGravatar Nicholas Bellinger 1-3/+18
2013-02-13target_core_rd: break out unterminated loop during copyGravatar Hannes Reinecke 1-0/+12
2013-02-13target/rd: improve sg_table lookup scalabilityGravatar Martin Svec 1-2/+4
2012-11-27target: Update copyright information to 2012Gravatar Nicholas Bellinger 1-4/+1
2012-11-06target: pass sense_reason as a return valueGravatar Christoph Hellwig 1-4/+6
2012-11-06target: remove ->get_device_revGravatar Christoph Hellwig 1-1/+0
2012-11-06target: provide generic sbc device type/revision helpersGravatar Christoph Hellwig 1-12/+2
2012-11-06target: rename spc_opsGravatar Christoph Hellwig 1-2/+2
2012-11-06target: kill struct se_subsystem_devGravatar Christoph Hellwig 1-59/+35
2012-07-16target: add struct spc_ops + initial ->execute_rw pointer usageGravatar Christoph Hellwig 1-4/+14
2012-07-16target: add a parse_cdb method to the backend driversGravatar Christoph Hellwig 1-0/+1
2012-05-06target: remove struct se_taskGravatar Christoph Hellwig 1-28/+12
2012-05-06target: remove the task_size field in struct se_taskGravatar Christoph Hellwig 1-1/+1
2012-05-06target: remove the task_lba field in struct se_taskGravatar Christoph Hellwig 1-2/+4
2012-04-14target: don't limit transfer sizes for the ramdisk backendGravatar Christoph Hellwig 1-5/+2