aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/target/target_core_iblock.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-04-22scsi: target/iblock: fix WRITE SAME zeroingDavid Disseldorp1-1/+1
2019-12-19scsi: target/iblock: Fix protection error with blocks greater than 512BIsrael Rukshin1-1/+3
2019-07-06Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+1
2019-07-02scsi: target/iblock: Fix overrun in WRITE SAME emulationRoman Bolshakov1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner1-14/+1
2018-10-16scsi: target/core: Use the SECTOR_SHIFT constantBart Van Assche1-2/+2
2018-09-20scsi: target: iblock: split T10 PI SGL across command biosGreg Edwards1-17/+37
2018-05-30target: convert to bioset_init()/mempool_init()Kent Overstreet1-8/+6
2018-05-14block: Use bioset_init() for fs_bio_setKent Overstreet1-1/+1
2018-04-20scsi: target: Fix fortify_panic kernel exceptionBryant G Ly1-4/+4
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig1-2/+2
2017-07-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds1-19/+33
2017-07-06target: break up free_device callbackMike Christie1-2/+6
2017-06-18blk: replace bioset_create_nobvec() with a flags arg to bioset_create()NeilBrown1-1/+1
2017-06-09block: switch bios to blk_status_tChristoph Hellwig1-5/+5
2017-06-08target/iblock: Convert WRITE_SAME to blkdev_issue_zerooutNicholas Bellinger1-17/+27
2017-05-01target/iblock: convert iblock_req.pending from atomic_t to refcount_tElena Reshetova1-6/+6
2016-11-01block,fs: use REQ_* flags directlyChristoph Hellwig1-4/+4
2016-08-07target: iblock_execute_sync_cache() should use bio_set_op_attrs()Jens Axboe1-1/+1
2016-08-04Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds1-2/+1
2016-07-20target: Fix max_unmap_lba_count calc overflowMike Christie1-2/+1
2016-06-07target: use bio op accessorsMike Christie1-15/+14
2016-06-07block/fs/drivers: remove rw argument from submit_bioMike Christie1-11/+13
2016-04-13block: kill off q->flush_flagsJens Axboe1-3/+3
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