summaryrefslogtreecommitdiff
path: root/drivers/target/target_core_iblock.c
AgeCommit message (Expand)AuthorFilesLines
2023-08-10bio-integrity: update the payload size in bio_integrity_add_page()Jinyoung Choi1-2/+1
2023-07-08Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+1
2023-06-30Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-7/+268
2023-06-29scsi: target: iblock: Quiet bool conversion warning with pr_preempt useMike Christie1-1/+1
2023-06-12block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig1-3/+2
2023-06-12block: use the holder as indication for exclusive opensChristoph Hellwig1-3/+3
2023-06-05block: introduce holder opsChristoph Hellwig1-1/+1
2023-04-12scsi: target: Add block PR support to iblockMike Christie1-5/+266
2023-04-12scsi: target: Rename sbc_ops to exec_cmd_opsMike Christie1-2/+2
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-05Merge 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-18block: decouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARDChristoph Hellwig1-1/+1
2022-04-18block: add a bdev_fua helperChristoph Hellwig1-2/+1
2022-04-18block: add a bdev_write_cache helperChristoph Hellwig1-6/+2
2022-04-18block: add a bdev_nonrot helperChristoph Hellwig1-1/+1
2022-04-18target: 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-03Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+1
2021-06-01scsi: 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-10scsi: target: iblock: Fix type of logs_per_physChaitanya Kulkarni1-1/+1
2021-03-10scsi: target: iblock: Trim line longer than 80 charactersChaitanya Kulkarni1-1/+2
2021-03-10scsi: target: iblock: Remove an extra argumentChaitanya Kulkarni1-17/+17
2021-03-05scsi: target: iblock: Add backend plug/unplug calloutsMike Christie1-1/+43
2021-02-27block: 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-20scsi: 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-21scsi: target: iblock: split T10 PI SGL across command biosGreg Edwards1-17/+37
2018-05-31target: convert to bioset_init()/mempool_init()Kent Overstreet1-8/+6
2018-05-14block: Use bioset_init() for fs_bio_setKent Overstreet1-1/+1