summaryrefslogtreecommitdiff
path: root/drivers/target/target_core_rd.c
AgeCommit message (Expand)AuthorFilesLines
2021-04-06scsi: target: Add the DUMMY flag to rd_mcpKonstantin Shelekhin1-4/+23
2020-10-08scsi: target: rd: Drop double zeroingJulia Lawall1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner1-14/+1
2017-07-07target: break up free_device callbackMike Christie1-1/+6
2017-06-09target: remove dead codeGustavo A. R. Silva1-2/+2
2017-05-02target: Improve size determinations in two functionsMarkus Elfring1-2/+2
2017-05-02target: Delete error messages for failed memory allocationsMarkus Elfring1-18/+5
2017-05-02target: Use kcalloc() in two functionsMarkus Elfring1-4/+2
2017-05-02tcm: make pi data verification configurableDmitry Monakhov1-8/+9
2016-12-09target: Minimize #include directivesBart Van Assche1-0/+2
2016-05-10target: need_to_release is always false, remove redundant check and kfreeColin Ian King1-4/+0
2015-09-02Merge branch 'for-4.3/sg' of git://git.kernel.dk/linux-blockLinus Torvalds1-44/+0
2015-08-17target/rd: always chain S/G listChristoph Hellwig1-44/+0
2015-07-07target/rd: Set ramdisk as non rotational deviceSagi Grimberg1-0/+1
2015-07-05Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds1-63/+27
2015-06-24Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-2/+1
2015-06-23target: consolidate version definesChristoph Hellwig1-1/+1
2015-06-02target: Minimize SCSI header #include directivesBart Van Assche1-2/+1
2015-06-01target: Drop lun_sep_lock for se_lun->lun_se_dev RCU usageNicholas Bellinger1-1/+9
2015-06-01target: consolidate backend attribute implementationsChristoph Hellwig1-37/+1
2015-06-01target: simplify backend driver registrationChristoph Hellwig1-18/+4
2015-05-31target: Merge sbc_verify_dif_read|writeSagi Grimberg1-7/+13
2015-05-31target: Use a PASSTHROUGH flag instead of transport_typesAndy Grover1-1/+0
2015-04-14target/rd: Don't pass incomplete scatterlist entries to sbc_dif_verify_*Akinobu Mita1-3/+64
2015-04-08target/rd: reduce code duplication in rd_execute_rw()Akinobu Mita1-34/+32
2015-04-08target/rd: Add checks for backend DIF emulationNicholas Bellinger1-2/+4
2015-01-10target: Drop left-over fabric_max_sectors attributeNicholas Bellinger1-1/+0
2014-12-02target/rd: Convert to external rd_mcp_backend_dev_attrsNicholas Bellinger1-0/+41
2014-04-07target/rd: T10-Dif: RAM disk is allocating more space than required.Quinn Tran1-4/+10
2014-01-19target/rd: Add DIF protection into rd_execute_rwNicholas Bellinger1-0/+65
2014-01-19target/rd: Add support for protection SGL setup + releaseNicholas Bellinger1-0/+74
2014-01-19target/rd: Refactor rd_build_device_space + rd_release_device_spaceNicholas Bellinger1-45/+68
2013-11-13target: Core does not need blkdev.hAndy Grover1-1/+0
2013-09-11target: Update copyright ownership/year information to 2013Nicholas Bellinger1-1/+1
2013-09-10target: Allow sbc_ops->execute_rw() to accept SGLs + data_directionNicholas Bellinger1-4/+2
2013-06-14target: Don't allocate pages for NULLIO devicesAndy Grover1-0/+5
2013-05-12target/rd: Add ramdisk bit for NULLIO operationNicholas Bellinger1-3/+18
2013-02-13target_core_rd: break out unterminated loop during copyHannes Reinecke1-0/+12
2013-02-13target/rd: improve sg_table lookup scalabilityMartin Svec1-2/+4
2012-11-28target: Update copyright information to 2012Nicholas Bellinger1-4/+1
2012-11-07target: pass sense_reason as a return valueChristoph Hellwig1-4/+6
2012-11-07target: remove ->get_device_revChristoph Hellwig1-1/+0
2012-11-07target: provide generic sbc device type/revision helpersChristoph Hellwig1-12/+2
2012-11-07target: rename spc_opsChristoph Hellwig1-2/+2
2012-11-07target: kill struct se_subsystem_devChristoph Hellwig1-59/+35
2012-07-17target: add struct spc_ops + initial ->execute_rw pointer usageChristoph Hellwig1-4/+14
2012-07-17target: add a parse_cdb method to the backend driversChristoph Hellwig1-0/+1
2012-05-07target: remove struct se_taskChristoph Hellwig1-28/+12
2012-05-07target: remove the task_size field in struct se_taskChristoph Hellwig1-1/+1
2012-05-07target: remove the task_lba field in struct se_taskChristoph Hellwig1-2/+4