aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/target/target_core_iblock.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-03-10target/iblock: pass WRITE_SAME to device if possibleMike Christie1-0/+34
2016-01-29target: Fix WRITE_SAME/DISCARD conversion to linux 512b sectorsMike Christie1-44/+14
2016-01-21Merge branch 'for-4.5/nvme' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+2
2016-01-06target/sbc: Add LBPRZ attribute + control CDB emulationJamie Pocas1-0/+2
2015-12-03blk-integrity: empty implementation when disabledKeith Busch1-2/+2
2015-10-21block: Consolidate static integrity profile propertiesMartin K. Petersen1-5/+5
2015-09-24target: Propigate backend read-only to core_tpg_add_lunNicholas Bellinger1-0/+2
2015-07-29block: add a bi_error field to struct bioChristoph Hellwig1-14/+7
2015-07-04Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds1-80/+16
2015-06-23Merge 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-23target: implement WRITE_SAME with UNMAP bit using ->execute_unmapChristoph Hellwig1-16/+0
2015-06-23target: simplify UNMAP handlingChristoph Hellwig1-13/+3
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-14/+4
2015-05-30target: Use a PASSTHROUGH flag instead of transport_typesAndy Grover1-1/+0
2015-04-07target/iblock: Add checks for backend DIF emulationNicholas Bellinger1-1/+1
2015-03-26target: add missing sense_reason_t annotationsChristoph Hellwig1-1/+1
2015-02-21Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds1-0/+5
2015-02-14target: Perform PROTECT sanity checks for WRITE_SAMENicholas Bellinger1-0/+5
2015-01-09target: Drop left-over fabric_max_sectors attributeNicholas Bellinger1-1/+0
2015-01-09target: Drop arbitrary maximum I/O size limitNicholas Bellinger1-1/+1
2014-12-01target/iblock: Convert to external iblock_backend_dev_attrsNicholas Bellinger1-0/+41
2014-12-01target: Add EXPORT_SYMBOL for existing se_dev_set_*Nicholas Bellinger1-0/+1
2014-04-18arch: Mass conversion of smp_mb__*()Peter Zijlstra1-1/+1
2014-04-07target/iblock: Fix double bioset_integrity_free bugNicholas Bellinger1-3/+2
2014-01-31Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds1-3/+90
2014-01-18target/iblock: Add blk_integrity + BIP passthrough supportNicholas Bellinger1-2/+89
2014-01-09drivers: target: Mark function as static in target_core_iblock.cRashika Kheria1-1/+1
2013-11-23block: Abstract out bvec iteratorKent Overstreet1-1/+1
2013-11-12target: Pass through I/O topology for block backstoresAndy Grover1-0/+43
2013-09-10target: Update copyright ownership/year information to 2013Nicholas Bellinger1-1/+1
2013-09-09target: Allow sbc_ops->execute_rw() to accept SGLs + data_directionNicholas Bellinger1-4/+2
2013-08-12target: replace strict_strto*() with kstrto*()Jingoo Han1-2/+2
2013-05-15target/iblock: Fix WCE=1 + DPOFUA=1 backend WRITE regressionNicholas Bellinger1-0/+2
2013-04-25target: Add sbc_execute_unmap() helperAsias He1-77/+4
2013-04-25target/iblock: Add iblock_do_unmap() helperAsias He1-17/+26
2013-02-27target: Add __exit annotation for module_exit functionsAsias He1-1/+1
2013-02-23target: Rename spc_get_write_same_sectors -> sbc_get_write_same_sectorsRoland Dreier1-2/+2
2013-02-13target: Fix error checking for UNMAP commandsRoland Dreier1-1/+10
2013-02-13target/iblock: Use backend REQ_FLUSH hint for WriteCacheEnabled statusNicholas Bellinger1-8/+23
2012-11-27target: Make spc_get_write_same_sectors return sector_tNicholas Bellinger1-1/+1
2012-11-27target/iblock: Forward declare bio helpersNicholas Bellinger1-86/+81
2012-11-27target: Update copyright information to 2012Nicholas Bellinger1-4/+1
2012-11-15target/iblock: Add WRITE_SAME w/ UNMAP=0 emulation supportNicholas Bellinger1-7/+79
2012-11-06target: pass sense_reason as a return valueChristoph Hellwig1-28/+27
2012-11-06target: remove ->get_device_revChristoph Hellwig1-1/+0
2012-11-06target: provide generic sbc device type/revision helpersChristoph Hellwig1-12/+2