aboutsummaryrefslogtreecommitdiff
path: root/drivers/target/target_core_iblock.c
AgeCommit message (Expand)Author
2015-02-21Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds
2015-02-14target: Perform PROTECT sanity checks for WRITE_SAMENicholas Bellinger
2015-01-09target: Drop left-over fabric_max_sectors attributeNicholas Bellinger
2015-01-09target: Drop arbitrary maximum I/O size limitNicholas Bellinger
2014-12-01target/iblock: Convert to external iblock_backend_dev_attrsNicholas Bellinger
2014-12-01target: Add EXPORT_SYMBOL for existing se_dev_set_*Nicholas Bellinger
2014-04-18arch: Mass conversion of smp_mb__*()Peter Zijlstra
2014-04-07target/iblock: Fix double bioset_integrity_free bugNicholas Bellinger
2014-01-31Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds
2014-01-18target/iblock: Add blk_integrity + BIP passthrough supportNicholas Bellinger
2014-01-09drivers: target: Mark function as static in target_core_iblock.cRashika Kheria
2013-11-23block: Abstract out bvec iteratorKent Overstreet
2013-11-12target: Pass through I/O topology for block backstoresAndy Grover
2013-09-10target: Update copyright ownership/year information to 2013Nicholas Bellinger
2013-09-09target: Allow sbc_ops->execute_rw() to accept SGLs + data_directionNicholas Bellinger
2013-08-12target: replace strict_strto*() with kstrto*()Jingoo Han
2013-05-15target/iblock: Fix WCE=1 + DPOFUA=1 backend WRITE regressionNicholas Bellinger
2013-04-25target: Add sbc_execute_unmap() helperAsias He
2013-04-25target/iblock: Add iblock_do_unmap() helperAsias He
2013-02-27target: Add __exit annotation for module_exit functionsAsias He
2013-02-23target: Rename spc_get_write_same_sectors -> sbc_get_write_same_sectorsRoland Dreier
2013-02-13target: Fix error checking for UNMAP commandsRoland Dreier
2013-02-13target/iblock: Use backend REQ_FLUSH hint for WriteCacheEnabled statusNicholas Bellinger
2012-11-27target: Make spc_get_write_same_sectors return sector_tNicholas Bellinger
2012-11-27target/iblock: Forward declare bio helpersNicholas Bellinger
2012-11-27target: Update copyright information to 2012Nicholas Bellinger
2012-11-15target/iblock: Add WRITE_SAME w/ UNMAP=0 emulation supportNicholas Bellinger
2012-11-06target: pass sense_reason as a return valueChristoph Hellwig
2012-11-06target: remove ->get_device_revChristoph Hellwig
2012-11-06target: provide generic sbc device type/revision helpersChristoph Hellwig
2012-11-06target: rename spc_opsChristoph Hellwig
2012-11-06target: kill struct se_subsystem_devChristoph Hellwig
2012-10-11Merge branch 'for-3.7/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2012-09-17target: do not submit a zero-bio I/O requestPaolo Bonzini
2012-09-17target: Drop se_subsystem_api->[write_cache,fua_write]_emulated flagsNicholas Bellinger
2012-09-17target/iblock: Use match_strlcpy for Opt_udev_path string assignmentNicholas Bellinger
2012-09-09block: Generalized bio pool freeingKent Overstreet
2012-09-07target: report too-small parameter lists everywherePaolo Bonzini
2012-07-16target: Check number of unmap descriptors against our limitRoland Dreier
2012-07-16target: Fix possible integer underflow in UNMAP emulationRoland Dreier
2012-07-16target: Fix reading of data length fields for UNMAP commandsRoland Dreier
2012-07-16target: Add range checking to UNMAP emulationRoland Dreier
2012-07-16target: move unmap to struct spc_opsChristoph Hellwig
2012-07-16target: move write_same to struct spc_opsChristoph Hellwig
2012-07-16target: move sync_cache to struct spc_opsChristoph Hellwig
2012-07-16target: add struct spc_ops + initial ->execute_rw pointer usageChristoph Hellwig
2012-07-16target/iblock: Add parameter to specify read-only devicesAndy Grover
2012-07-16target: add a parse_cdb method to the backend driversChristoph Hellwig
2012-05-06target: remove struct se_taskChristoph Hellwig
2012-05-06target: replace ->execute_task with ->execute_cmdChristoph Hellwig