summaryrefslogtreecommitdiffstats
path: root/drivers/target/target_core_rd.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-301-14/+1Star
* target: break up free_device callbackMike Christie2017-07-071-1/+6
* target: remove dead codeGustavo A. R. Silva2017-06-091-2/+2
* target: Improve size determinations in two functionsMarkus Elfring2017-05-021-2/+2
* target: Delete error messages for failed memory allocationsMarkus Elfring2017-05-021-18/+5Star
* target: Use kcalloc() in two functionsMarkus Elfring2017-05-021-4/+2Star
* tcm: make pi data verification configurableDmitry Monakhov2017-05-021-8/+9
* target: Minimize #include directivesBart Van Assche2016-12-091-0/+2
* target: need_to_release is always false, remove redundant check and kfreeColin Ian King2016-05-101-4/+0Star
* Merge branch 'for-4.3/sg' of git://git.kernel.dk/linux-blockLinus Torvalds2015-09-021-44/+0Star
|\
| * target/rd: always chain S/G listChristoph Hellwig2015-08-171-44/+0Star
* | target/rd: Set ramdisk as non rotational deviceSagi Grimberg2015-07-071-0/+1
|/
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2015-07-041-63/+27Star
|\
| * target: consolidate version definesChristoph Hellwig2015-06-231-1/+1
| * target: Drop lun_sep_lock for se_lun->lun_se_dev RCU usageNicholas Bellinger2015-06-011-1/+9
| * target: consolidate backend attribute implementationsChristoph Hellwig2015-06-011-37/+1Star
| * target: simplify backend driver registrationChristoph Hellwig2015-06-011-18/+4Star
| * target: Merge sbc_verify_dif_read|writeSagi Grimberg2015-05-311-7/+13
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2015-06-241-2/+1Star
|\ \ | |/ |/|
| * target: Minimize SCSI header #include directivesBart Van Assche2015-06-021-2/+1Star
* | target: Use a PASSTHROUGH flag instead of transport_typesAndy Grover2015-05-311-1/+0Star
|/
* target/rd: Don't pass incomplete scatterlist entries to sbc_dif_verify_*Akinobu Mita2015-04-141-3/+64
* target/rd: reduce code duplication in rd_execute_rw()Akinobu Mita2015-04-081-34/+32Star
* target/rd: Add checks for backend DIF emulationNicholas Bellinger2015-04-081-2/+4
* target: Drop left-over fabric_max_sectors attributeNicholas Bellinger2015-01-101-1/+0Star
* target/rd: Convert to external rd_mcp_backend_dev_attrsNicholas Bellinger2014-12-021-0/+41
* target/rd: T10-Dif: RAM disk is allocating more space than required.Quinn Tran2014-04-071-4/+10
* target/rd: Add DIF protection into rd_execute_rwNicholas Bellinger2014-01-191-0/+65
* target/rd: Add support for protection SGL setup + releaseNicholas Bellinger2014-01-191-0/+74
* target/rd: Refactor rd_build_device_space + rd_release_device_spaceNicholas Bellinger2014-01-191-45/+68
* target: Core does not need blkdev.hAndy Grover2013-11-121-1/+0Star
* 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: Don't allocate pages for NULLIO devicesAndy Grover2013-06-141-0/+5
* target/rd: Add ramdisk bit for NULLIO operationNicholas Bellinger2013-05-121-3/+18
* target_core_rd: break out unterminated loop during copyHannes Reinecke2013-02-131-0/+12
* target/rd: improve sg_table lookup scalabilityMartin Svec2013-02-131-2/+4
* target: Update copyright information to 2012Nicholas Bellinger2012-11-281-4/+1Star
* target: pass sense_reason as a return valueChristoph Hellwig2012-11-071-4/+6
* target: remove ->get_device_revChristoph Hellwig2012-11-071-1/+0Star
* target: provide generic sbc device type/revision helpersChristoph Hellwig2012-11-071-12/+2Star
* target: rename spc_opsChristoph Hellwig2012-11-071-2/+2
* target: kill struct se_subsystem_devChristoph Hellwig2012-11-071-59/+35Star
* target: add struct spc_ops + initial ->execute_rw pointer usageChristoph Hellwig2012-07-171-4/+14
* target: add a parse_cdb method to the backend driversChristoph Hellwig2012-07-171-0/+1
* target: remove struct se_taskChristoph Hellwig2012-05-071-28/+12Star
* target: remove the task_size field in struct se_taskChristoph Hellwig2012-05-071-1/+1
* target: remove the task_lba field in struct se_taskChristoph Hellwig2012-05-071-2/+4
* target: don't limit transfer sizes for the ramdisk backendChristoph Hellwig2012-04-151-5/+2Star
* target: misc ramdisk backend cleanupsChristoph Hellwig2012-04-151-106/+41Star