Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-10-01scsi: target: iblock: Fold iblock_emulate_read_cap_with_block_size() into ibl...Christoph Hellwig
2022-08-05Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2022-08-02Merge tag 'for-5.20/block-2022-07-29' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-07-14scsi/target: Use the new blk_opf_t typeBart Van Assche
2022-07-07scsi: target: Add iblock configure_unmap calloutMike Christie
2022-07-07scsi: target: Fix WRITE_SAME No Data Buffer crashMike Christie
2022-04-18block: decouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARDChristoph Hellwig
2022-04-18block: add a bdev_fua helperChristoph Hellwig
2022-04-18block: add a bdev_write_cache helperChristoph Hellwig
2022-04-18block: add a bdev_nonrot helperChristoph Hellwig
2022-04-18target: pass a block_device to target_configure_unmap_from_queueChristoph Hellwig
2022-02-02block: pass a block_device and opf to bio_allocChristoph Hellwig
2022-02-02block: pass a block_device and opf to bio_alloc_biosetChristoph Hellwig
2022-02-02block: remove genhd.hChristoph Hellwig
2021-11-05Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2021-10-19scsi: target: core: Stop using bdevname()Christoph Hellwig
2021-10-18target/iblock: use bdev_nr_bytes instead of open coding itChristoph Hellwig
2021-10-18block: move struct request to blk-mq.hChristoph Hellwig
2021-10-18block: move integrity handling out of <linux/blkdev.h>Christoph Hellwig
2021-07-27scsi: target: Remove redundant assignment to variable retColin Ian King
2021-07-03Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2021-06-01scsi: target: Use standard SAM status typesHannes Reinecke
2021-05-21scsi: target: iblock: Fix smp_processor_id() BUG messagesMike Christie
2021-03-10scsi: target: iblock: Fix type of logs_per_physChaitanya Kulkarni
2021-03-10scsi: target: iblock: Trim line longer than 80 charactersChaitanya Kulkarni
2021-03-10scsi: target: iblock: Remove an extra argumentChaitanya Kulkarni
2021-03-05scsi: target: iblock: Add backend plug/unplug calloutsMike Christie
2021-02-27block: Add bio_max_segsMatthew Wilcox (Oracle)
2020-12-02scsi: target: core: Fix fall-through warnings for ClangGustavo A. R. Silva
2020-09-25target/iblock: fix holder printing in iblock_show_configfs_dev_paramsChristoph Hellwig
2020-04-22scsi: target/iblock: fix WRITE SAME zeroingDavid Disseldorp
2019-12-20scsi: target/iblock: Fix protection error with blocks greater than 512BIsrael Rukshin
2019-07-06Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds
2019-07-02scsi: target/iblock: Fix overrun in WRITE SAME emulationRoman Bolshakov
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner
2018-10-16scsi: target/core: Use the SECTOR_SHIFT constantBart Van Assche
2018-09-21scsi: target: iblock: split T10 PI SGL across command biosGreg Edwards
2018-05-31target: convert to bioset_init()/mempool_init()Kent Overstreet
2018-05-14block: Use bioset_init() for fs_bio_setKent Overstreet
2018-04-21scsi: target: Fix fortify_panic kernel exceptionBryant G Ly
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig
2017-07-14Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds
2017-07-07target: break up free_device callbackMike Christie
2017-06-18blk: replace bioset_create_nobvec() with a flags arg to bioset_create()NeilBrown
2017-06-09block: switch bios to blk_status_tChristoph Hellwig
2017-06-09target/iblock: Convert WRITE_SAME to blkdev_issue_zerooutNicholas Bellinger
2017-05-02target/iblock: convert iblock_req.pending from atomic_t to refcount_tElena Reshetova
2016-11-01block,fs: use REQ_* flags directlyChristoph Hellwig
2016-08-07target: iblock_execute_sync_cache() should use bio_set_op_attrs()Jens Axboe
2016-08-05Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds