summaryrefslogtreecommitdiffstats
path: root/drivers/target/target_core_iblock.c
Commit message (Expand)AuthorAgeFilesLines
* scsi: target/core: Use the SECTOR_SHIFT constantBart Van Assche2018-10-161-2/+2
* scsi: target: iblock: split T10 PI SGL across command biosGreg Edwards2018-09-201-17/+37
* target: convert to bioset_init()/mempool_init()Kent Overstreet2018-05-301-8/+6
* block: Use bioset_init() for fs_bio_setKent Overstreet2018-05-141-1/+1
* scsi: target: Fix fortify_panic kernel exceptionBryant G Ly2018-04-201-4/+4
* block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig2017-08-231-2/+2
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2017-07-131-19/+33
|\
| * target: break up free_device callbackMike Christie2017-07-061-2/+6
| * target/iblock: Convert WRITE_SAME to blkdev_issue_zerooutNicholas Bellinger2017-06-081-17/+27
* | blk: replace bioset_create_nobvec() with a flags arg to bioset_create()NeilBrown2017-06-181-1/+1
* | block: switch bios to blk_status_tChristoph Hellwig2017-06-091-5/+5
|/
* target/iblock: convert iblock_req.pending from atomic_t to refcount_tElena Reshetova2017-05-011-6/+6
* block,fs: use REQ_* flags directlyChristoph Hellwig2016-11-011-4/+4
* 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