summaryrefslogtreecommitdiffstats
path: root/drivers/target/target_core_iblock.c
Commit message (Expand)AuthorAgeFilesLines
...
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2014-02-011-3/+90
|\
| * target/iblock: Add blk_integrity + BIP passthrough supportNicholas Bellinger2014-01-181-2/+89
| * drivers: target: Mark function as static in target_core_iblock.cRashika Kheria2014-01-101-1/+1
* | block: Abstract out bvec iteratorKent Overstreet2013-11-241-1/+1
|/
* target: Pass through I/O topology for block backstoresAndy Grover2013-11-121-0/+43
* 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: replace strict_strto*() with kstrto*()Jingoo Han2013-08-131-2/+2
* target/iblock: Fix WCE=1 + DPOFUA=1 backend WRITE regressionNicholas Bellinger2013-05-151-0/+2
* target: Add sbc_execute_unmap() helperAsias He2013-04-251-77/+4Star
* target/iblock: Add iblock_do_unmap() helperAsias He2013-04-251-17/+26
* target: Add __exit annotation for module_exit functionsAsias He2013-02-281-1/+1
* target: Rename spc_get_write_same_sectors -> sbc_get_write_same_sectorsRoland Dreier2013-02-231-2/+2
* target: Fix error checking for UNMAP commandsRoland Dreier2013-02-131-1/+10
* target/iblock: Use backend REQ_FLUSH hint for WriteCacheEnabled statusNicholas Bellinger2013-02-131-8/+23
* target: Make spc_get_write_same_sectors return sector_tNicholas Bellinger2012-11-281-1/+1
* target/iblock: Forward declare bio helpersNicholas Bellinger2012-11-281-86/+81Star
* target: Update copyright information to 2012Nicholas Bellinger2012-11-281-4/+1Star
* target/iblock: Add WRITE_SAME w/ UNMAP=0 emulation supportNicholas Bellinger2012-11-151-7/+79
* target: pass sense_reason as a return valueChristoph Hellwig2012-11-071-28/+27Star
* 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-111/+74Star
* Merge branch 'for-3.7/core' of git://git.kernel.dk/linux-blockLinus Torvalds2012-10-111-9/+0Star
|\
| * block: Generalized bio pool freeingKent Overstreet2012-09-091-9/+0Star
* | target: do not submit a zero-bio I/O requestPaolo Bonzini2012-09-181-0/+6
* | target: Drop se_subsystem_api->[write_cache,fua_write]_emulated flagsNicholas Bellinger2012-09-181-2/+0Star
* | target/iblock: Use match_strlcpy for Opt_udev_path string assignmentNicholas Bellinger2012-09-181-6/+3Star
* | target: report too-small parameter lists everywherePaolo Bonzini2012-09-071-2/+15
|/
* target: Check number of unmap descriptors against our limitRoland Dreier2012-07-171-0/+5
* target: Fix possible integer underflow in UNMAP emulationRoland Dreier2012-07-171-10/+10
* target: Fix reading of data length fields for UNMAP commandsRoland Dreier2012-07-171-3/+3
* target: Add range checking to UNMAP emulationRoland Dreier2012-07-171-0/+12
* target: move unmap to struct spc_opsChristoph Hellwig2012-07-171-5/+45
* target: move write_same to struct spc_opsChristoph Hellwig2012-07-171-0/+18
* target: move sync_cache to struct spc_opsChristoph Hellwig2012-07-171-2/+3
* target: add struct spc_ops + initial ->execute_rw pointer usageChristoph Hellwig2012-07-171-4/+14
* target/iblock: Add parameter to specify read-only devicesAndy Grover2012-07-171-7/+28
* target: add a parse_cdb method to the backend driversChristoph Hellwig2012-07-171-0/+1
* target: remove struct se_taskChristoph Hellwig2012-05-071-77/+65Star
* target: replace ->execute_task with ->execute_cmdChristoph Hellwig2012-05-071-2/+1Star
* target: remove the task_size field in struct se_taskChristoph Hellwig2012-05-071-1/+2
* target: remove the task_lba field in struct se_taskChristoph Hellwig2012-05-071-5/+5
* target: increase iblock task sizesChristoph Hellwig2012-02-251-16/+36
* target: remove the unused struct iblock_hbaChristoph Hellwig2012-02-251-26/+0Star
* iblock: fix handling of large requestsChristoph Hellwig2012-02-071-0/+7
* target: Fix iblock se_dev_attrib.unmap_granularityMarco Sanvido2012-02-071-1/+1
* target: don't allocate bio headroom in iblockChristoph Hellwig2012-01-181-1/+1
* target: remove useless castsJörn Engel2011-12-141-1/+1