aboutsummaryrefslogtreecommitdiff
path: root/drivers/target/target_core_iblock.c
AgeCommit message (Expand)AuthorFilesLines
2023-09-02Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 1-1/+6
2023-08-21scsi: target: Fix write perf due to unneeded throttlingGravatar Mike Christie 1-1/+6
2023-08-09bio-integrity: update the payload size in bio_integrity_add_page()Gravatar Jinyoung Choi 1-2/+1
2023-07-08Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 1-1/+1
2023-06-30Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 1-7/+268
2023-06-28scsi: target: iblock: Quiet bool conversion warning with pr_preempt useGravatar Mike Christie 1-1/+1
2023-06-12block: replace fmode_t with a block-specific type for block open flagsGravatar Christoph Hellwig 1-3/+2
2023-06-12block: use the holder as indication for exclusive opensGravatar Christoph Hellwig 1-3/+3
2023-06-05block: introduce holder opsGravatar Christoph Hellwig 1-1/+1
2023-04-11scsi: target: Add block PR support to iblockGravatar Mike Christie 1-5/+266
2023-04-11scsi: target: Rename sbc_ops to exec_cmd_opsGravatar Mike Christie 1-2/+2
2022-12-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 1-1/+3
2022-11-24scsi: target: core: Make hw_max_sectors store the sectors amount in blocksGravatar Anastasia Kovaleva 1-1/+3
2022-10-01scsi: target: iblock: Fold iblock_emulate_read_cap_with_block_size() into ibl...Gravatar Christoph Hellwig 1-15/+4
2022-08-04Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 1-4/+9
2022-08-02Merge tag 'for-5.20/block-2022-07-29' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-2/+2
2022-07-14scsi/target: Use the new blk_opf_t typeGravatar Bart Van Assche 1-2/+2
2022-07-07scsi: target: Add iblock configure_unmap calloutGravatar Mike Christie 1-4/+9
2022-07-07scsi: target: Fix WRITE_SAME No Data Buffer crashGravatar Mike Christie 1-0/+4
2022-04-17block: decouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARDGravatar Christoph Hellwig 1-1/+1
2022-04-17block: add a bdev_fua helperGravatar Christoph Hellwig 1-2/+1
2022-04-17block: add a bdev_write_cache helperGravatar Christoph Hellwig 1-6/+2
2022-04-17block: add a bdev_nonrot helperGravatar Christoph Hellwig 1-1/+1
2022-04-17target: pass a block_device to target_configure_unmap_from_queueGravatar Christoph Hellwig 1-1/+1
2022-02-02block: pass a block_device and opf to bio_allocGravatar Christoph Hellwig 1-3/+2
2022-02-02block: pass a block_device and opf to bio_alloc_biosetGravatar Christoph Hellwig 1-4/+2
2022-02-02block: remove genhd.hGravatar Christoph Hellwig 1-1/+0
2021-11-05Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 1-3/+1
2021-10-19scsi: target: core: Stop using bdevname()Gravatar Christoph Hellwig 1-3/+1
2021-10-18target/iblock: use bdev_nr_bytes instead of open coding itGravatar Christoph Hellwig 1-2/+2
2021-10-18block: move struct request to blk-mq.hGravatar Christoph Hellwig 1-0/+1
2021-10-18block: move integrity handling out of <linux/blkdev.h>Gravatar Christoph Hellwig 1-0/+1
2021-07-27scsi: target: Remove redundant assignment to variable retGravatar Colin Ian King 1-1/+1
2021-07-02Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 1-1/+1
2021-05-31scsi: target: Use standard SAM status typesGravatar Hannes Reinecke 1-1/+1
2021-05-21scsi: target: iblock: Fix smp_processor_id() BUG messagesGravatar Mike Christie 1-2/+2
2021-03-09scsi: target: iblock: Fix type of logs_per_physGravatar Chaitanya Kulkarni 1-1/+1
2021-03-09scsi: target: iblock: Trim line longer than 80 charactersGravatar Chaitanya Kulkarni 1-1/+2
2021-03-09scsi: target: iblock: Remove an extra argumentGravatar Chaitanya Kulkarni 1-17/+17
2021-03-04scsi: target: iblock: Add backend plug/unplug calloutsGravatar Mike Christie 1-1/+43
2021-02-26block: Add bio_max_segsGravatar Matthew Wilcox (Oracle) 1-6/+3
2020-12-02scsi: target: core: Fix fall-through warnings for ClangGravatar Gustavo A. R. Silva 1-0/+1
2020-09-25target/iblock: fix holder printing in iblock_show_configfs_dev_paramsGravatar Christoph Hellwig 1-3/+2
2020-04-22scsi: target/iblock: fix WRITE SAME zeroingGravatar David Disseldorp 1-1/+1
2019-12-19scsi: target/iblock: Fix protection error with blocks greater than 512BGravatar Israel Rukshin 1-1/+3
2019-07-06Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Gravatar Linus Torvalds 1-1/+1
2019-07-02scsi: target/iblock: Fix overrun in WRITE SAME emulationGravatar Roman Bolshakov 1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Gravatar Thomas Gleixner 1-14/+1
2018-10-16scsi: target/core: Use the SECTOR_SHIFT constantGravatar Bart Van Assche 1-2/+2
2018-09-20scsi: target: iblock: split T10 PI SGL across command biosGravatar Greg Edwards 1-17/+37