summaryrefslogtreecommitdiffstats
path: root/drivers/target/target_core_iblock.c
Commit message (Expand)AuthorAgeFilesLines
* target: iblock_execute_sync_cache() should use bio_set_op_attrs()Jens Axboe2016-08-071-1/+1
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2016-08-041-2/+1
|\
| * target: Fix max_unmap_lba_count calc overflowMike Christie2016-07-201-2/+1
* | target: use bio op accessorsMike Christie2016-06-071-15/+14
* | block/fs/drivers: remove rw argument from submit_bioMike Christie2016-06-071-11/+13
|/
* block: kill off q->flush_flagsJens Axboe2016-04-131-3/+3
* target/iblock: pass WRITE_SAME to device if possibleMike Christie2016-03-101-0/+34
* target: Fix WRITE_SAME/DISCARD conversion to linux 512b sectorsMike Christie2016-01-291-44/+14
* Merge branch 'for-4.5/nvme' of git://git.kernel.dk/linux-blockLinus Torvalds2016-01-211-2/+2
|\
| * blk-integrity: empty implementation when disabledKeith Busch2015-12-031-2/+2
* | target/sbc: Add LBPRZ attribute + control CDB emulationJamie Pocas2016-01-061-0/+2
|/
* block: Consolidate static integrity profile propertiesMartin K. Petersen2015-10-211-5/+5
* target: Propigate backend read-only to core_tpg_add_lunNicholas Bellinger2015-09-241-0/+2
* block: add a bi_error field to struct bioChristoph Hellwig2015-07-291-14/+7
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2015-07-041-80/+16
|\
| * target: consolidate version definesChristoph Hellwig2015-06-231-1/+1
| * target: implement WRITE_SAME with UNMAP bit using ->execute_unmapChristoph Hellwig2015-06-231-16/+0
| * target: simplify UNMAP handlingChristoph Hellwig2015-06-231-13/+3
| * 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/+1
| * target: simplify backend driver registrationChristoph Hellwig2015-06-011-14/+4
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2015-06-231-2/+1
|\ \ | |/ |/|
| * target: Minimize SCSI header #include directivesBart Van Assche2015-06-021-2/+1
* | target: Use a PASSTHROUGH flag instead of transport_typesAndy Grover2015-05-301-1/+0
|/
* target/iblock: Add checks for backend DIF emulationNicholas Bellinger2015-04-071-1/+1
* target: add missing sense_reason_t annotationsChristoph Hellwig2015-03-261-1/+1
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2015-02-211-0/+5
|\
| * target: Perform PROTECT sanity checks for WRITE_SAMENicholas Bellinger2015-02-141-0/+5
* | target: Drop left-over fabric_max_sectors attributeNicholas Bellinger2015-01-091-1/+0
* | target: Drop arbitrary maximum I/O size limitNicholas Bellinger2015-01-091-1/+1
|/
* target/iblock: Convert to external iblock_backend_dev_attrsNicholas Bellinger2014-12-011-0/+41
* target: Add EXPORT_SYMBOL for existing se_dev_set_*Nicholas Bellinger2014-12-011-0/+1
* arch: Mass conversion of smp_mb__*()Peter Zijlstra2014-04-181-1/+1
* target/iblock: Fix double bioset_integrity_free bugNicholas Bellinger2014-04-071-3/+2
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2014-01-311-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-091-1/+1
* | block: Abstract out bvec iteratorKent Overstreet2013-11-231-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-101-1/+1
* target: Allow sbc_ops->execute_rw() to accept SGLs + data_directionNicholas Bellinger2013-09-091-4/+2
* target: replace strict_strto*() with kstrto*()Jingoo Han2013-08-121-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/+4
* target/iblock: Add iblock_do_unmap() helperAsias He2013-04-251-17/+26
* target: Add __exit annotation for module_exit functionsAsias He2013-02-271-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-271-1/+1