summaryrefslogtreecommitdiffstats
path: root/drivers/target/target_core_iblock.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2022-12-141-1/+3
|\
| * scsi: target: core: Make hw_max_sectors store the sectors amount in blocksAnastasia Kovaleva2022-11-241-1/+3
* | scsi: target: iblock: Fold iblock_emulate_read_cap_with_block_size() into ibl...Christoph Hellwig2022-10-011-15/+4
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2022-08-041-4/+9
|\
| * scsi: target: Add iblock configure_unmap calloutMike Christie2022-07-071-4/+9
* | Merge tag 'for-5.20/block-2022-07-29' of git://git.kernel.dk/linux-blockLinus Torvalds2022-08-021-2/+2
|\ \
| * | scsi/target: Use the new blk_opf_t typeBart Van Assche2022-07-141-2/+2
| |/
* / scsi: target: Fix WRITE_SAME No Data Buffer crashMike Christie2022-07-071-0/+4
|/
* block: decouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARDChristoph Hellwig2022-04-171-1/+1
* block: add a bdev_fua helperChristoph Hellwig2022-04-171-2/+1
* block: add a bdev_write_cache helperChristoph Hellwig2022-04-171-6/+2
* block: add a bdev_nonrot helperChristoph Hellwig2022-04-171-1/+1
* target: pass a block_device to target_configure_unmap_from_queueChristoph Hellwig2022-04-171-1/+1
* block: pass a block_device and opf to bio_allocChristoph Hellwig2022-02-021-3/+2
* block: pass a block_device and opf to bio_alloc_biosetChristoph Hellwig2022-02-021-4/+2
* block: remove genhd.hChristoph Hellwig2022-02-021-1/+0
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2021-11-051-3/+1
|\
| * scsi: target: core: Stop using bdevname()Christoph Hellwig2021-10-191-3/+1
* | target/iblock: use bdev_nr_bytes instead of open coding itChristoph Hellwig2021-10-181-2/+2
* | block: move struct request to blk-mq.hChristoph Hellwig2021-10-181-0/+1
* | block: move integrity handling out of <linux/blkdev.h>Christoph Hellwig2021-10-181-0/+1
|/
* scsi: target: Remove redundant assignment to variable retColin Ian King2021-07-271-1/+1
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2021-07-021-1/+1
|\
| * scsi: target: Use standard SAM status typesHannes Reinecke2021-05-311-1/+1
* | scsi: target: iblock: Fix smp_processor_id() BUG messagesMike Christie2021-05-211-2/+2
|/
* scsi: target: iblock: Fix type of logs_per_physChaitanya Kulkarni2021-03-091-1/+1
* scsi: target: iblock: Trim line longer than 80 charactersChaitanya Kulkarni2021-03-091-1/+2
* scsi: target: iblock: Remove an extra argumentChaitanya Kulkarni2021-03-091-17/+17
* scsi: target: iblock: Add backend plug/unplug calloutsMike Christie2021-03-041-1/+43
* block: Add bio_max_segsMatthew Wilcox (Oracle)2021-02-261-6/+3
* scsi: target: core: Fix fall-through warnings for ClangGustavo A. R. Silva2020-12-021-0/+1
* target/iblock: fix holder printing in iblock_show_configfs_dev_paramsChristoph Hellwig2020-09-251-3/+2
* scsi: target/iblock: fix WRITE SAME zeroingDavid Disseldorp2020-04-221-1/+1
* scsi: target/iblock: Fix protection error with blocks greater than 512BIsrael Rukshin2019-12-191-1/+3
* Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2019-07-061-1/+1
|\
| * scsi: target/iblock: Fix overrun in WRITE SAME emulationRoman Bolshakov2019-07-021-1/+1
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-301-14/+1
|/
* 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