summaryrefslogtreecommitdiffstats
path: root/drivers/target/target_core_iblock.c
AgeCommit message (Expand)AuthorFilesLines
2022-12-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+3
2022-11-24scsi: target: core: Make hw_max_sectors store the sectors amount in blocksAnastasia Kovaleva1-1/+3
2022-10-01scsi: target: iblock: Fold iblock_emulate_read_cap_with_block_size() into ibl...Christoph Hellwig1-15/+4
2022-08-04Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-4/+9
2022-08-02Merge tag 'for-5.20/block-2022-07-29' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+2
2022-07-14scsi/target: Use the new blk_opf_t typeBart Van Assche1-2/+2
2022-07-07scsi: target: Add iblock configure_unmap calloutMike Christie1-4/+9
2022-07-07scsi: target: Fix WRITE_SAME No Data Buffer crashMike Christie1-0/+4
2022-04-17block: decouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARDChristoph Hellwig1-1/+1
2022-04-17block: add a bdev_fua helperChristoph Hellwig1-2/+1
2022-04-17block: add a bdev_write_cache helperChristoph Hellwig1-6/+2
2022-04-17block: add a bdev_nonrot helperChristoph Hellwig1-1/+1
2022-04-17target: pass a block_device to target_configure_unmap_from_queueChristoph Hellwig1-1/+1
2022-02-02block: pass a block_device and opf to bio_allocChristoph Hellwig1-3/+2
2022-02-02block: pass a block_device and opf to bio_alloc_biosetChristoph Hellwig1-4/+2
2022-02-02block: remove genhd.hChristoph Hellwig1-1/+0
2021-11-05Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-3/+1
2021-10-19scsi: target: core: Stop using bdevname()Christoph Hellwig1-3/+1
2021-10-18target/iblock: use bdev_nr_bytes instead of open coding itChristoph Hellwig1-2/+2
2021-10-18block: move struct request to blk-mq.hChristoph Hellwig1-0/+1
2021-10-18block: move integrity handling out of <linux/blkdev.h>Christoph Hellwig1-0/+1
2021-07-27scsi: target: Remove redundant assignment to variable retColin Ian King1-1/+1
2021-07-02Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+1
2021-05-31scsi: target: Use standard SAM status typesHannes Reinecke1-1/+1
2021-05-21scsi: target: iblock: Fix smp_processor_id() BUG messagesMike Christie1-2/+2
2021-03-09scsi: target: iblock: Fix type of logs_per_physChaitanya Kulkarni1-1/+1
2021-03-09scsi: target: iblock: Trim line longer than 80 charactersChaitanya Kulkarni1-1/+2
2021-03-09scsi: target: iblock: Remove an extra argumentChaitanya Kulkarni1-17/+17
2021-03-04scsi: target: iblock: Add backend plug/unplug calloutsMike Christie1-1/+43
2021-02-26block: Add bio_max_segsMatthew Wilcox (Oracle)1-6/+3
2020-12-02scsi: target: core: Fix fall-through warnings for ClangGustavo A. R. Silva1-0/+1
2020-09-25target/iblock: fix holder printing in iblock_show_configfs_dev_paramsChristoph Hellwig1-3/+2
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/...Linus 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/...Linus 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