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
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
2016-07-20target: Fix max_unmap_lba_count calc overflowMike Christie
2016-06-07target: use bio op accessorsMike Christie
2016-06-07block/fs/drivers: remove rw argument from submit_bioMike Christie
2016-04-13block: kill off q->flush_flagsJens Axboe
2016-03-11target/iblock: pass WRITE_SAME to device if possibleMike Christie
2016-01-30target: Fix WRITE_SAME/DISCARD conversion to linux 512b sectorsMike Christie
2016-01-22Merge branch 'for-4.5/nvme' of git://git.kernel.dk/linux-blockLinus Torvalds
2016-01-07target/sbc: Add LBPRZ attribute + control CDB emulationJamie Pocas
2015-12-03blk-integrity: empty implementation when disabledKeith Busch
2015-10-21block: Consolidate static integrity profile propertiesMartin K. Petersen
2015-09-25target: Propigate backend read-only to core_tpg_add_lunNicholas Bellinger
2015-07-29block: add a bi_error field to struct bioChristoph Hellwig
2015-07-05Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds
2015-06-24Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds