summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'block-5.8-2020-07-10' of git://git.kernel.dk/linux-blockLinus Torvalds2020-07-101-2/+2
|\
| * blk-mq: consider non-idle request as "inflight" in blk_mq_rq_inflight()Ming Lei2020-07-071-2/+2
* | Merge tag 'block-5.8-2020-07-05' of git://git.kernel.dk/linux-blockLinus Torvalds2020-07-051-1/+2
|\|
| * block: make function __bio_integrity_free() staticWei Yongjun2020-07-021-1/+2
* | Merge tag 'block-5.8-2020-07-01' of git://git.kernel.dk/linux-blockLinus Torvalds2020-07-022-2/+4
|\|
| * block/keyslot-manager: use kvfree_sensitive()Eric Biggers2020-06-291-2/+1
| * blk-mq-debugfs: update blk_queue_flag_name[] accordingly for new flagsHou Tao2020-06-291-0/+3
* | Merge tag 'block-5.8-2020-06-26' of git://git.kernel.dk/linux-blockLinus Torvalds2020-06-271-9/+14
|\|
| * block: release bip in a right way in error pathChengguang Xu2020-06-241-9/+14
* | Merge tag 'block-5.8-2020-06-19' of git://git.kernel.dk/linux-blockLinus Torvalds2020-06-193-3/+5
|\|
| * partitions/ldm: Replace uuid_copy() with import_uuid() where it makes senseAndy Shevchenko2020-06-181-1/+1
| * block: update hctx map when use multiple mapsWeiping Zhang2020-06-171-1/+3
| * blk-mq: Remove redundant 'return' statementBaolin Wang2020-06-151-1/+1
* | block: Replace zero-length array with flexible-arrayGustavo A. R. Silva2020-06-151-1/+1
|/
* Merge tag 'kbuild-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2020-06-133-19/+19
|\
| * treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-143-19/+19
* | blk-mq: fix blk_mq_all_tag_iterMing Lei2020-06-071-3/+9
* | blk-mq: split out a __blk_mq_get_driver_tag helperChristoph Hellwig2020-06-074-30/+35
* | block: nr_sects_write(): Disable preemption on seqcount writeAhmed S. Darwish2020-06-041-0/+2
* | block: remove the error argument to the block_bio_complete tracepointChristoph Hellwig2020-06-041-2/+1
* | block/bio-integrity: don't free 'buf' if bio_integrity_add_page() failedyu kuai2020-06-021-1/+0
|/
* Merge tag 'for-5.8/drivers-2020-06-01' of git://git.kernel.dk/linux-blockLinus Torvalds2020-06-021-6/+18
|\
| * s390/dasd: remove ioctl_by_bdev callsStefan Haberland2020-05-211-6/+18
* | Merge tag 'for-5.8/block-2020-06-01' of git://git.kernel.dk/linux-blockLinus Torvalds2020-06-0236-859/+2879
|\ \
| * | blk-wbt: rename __wbt_update_limits to wbt_update_limitsGuoqing Jiang2020-05-291-4/+4
| * | blk-wbt: remove wbt_update_limitsGuoqing Jiang2020-05-292-12/+0
| * | blk-throttle: remove tg_drain_biosGuoqing Jiang2020-05-291-22/+0
| * | blk-throttle: remove blk_throtl_drainGuoqing Jiang2020-05-292-43/+0
| * | blk-mq: drain I/O when all CPUs in a hctx are offlineMing Lei2020-05-293-2/+120
| * | blk-mq: add blk_mq_all_tag_iterMing Lei2020-05-292-18/+34
| * | blk-mq: open code __blk_mq_alloc_request in blk_mq_alloc_request_hctxChristoph Hellwig2020-05-291-21/+23
| * | blk-mq: use BLK_MQ_NO_TAG in more placesChristoph Hellwig2020-05-293-13/+13
| * | blk-mq: rename BLK_MQ_TAG_FAIL to BLK_MQ_NO_TAGChristoph Hellwig2020-05-293-5/+5
| * | blk-mq: move more request initialization to blk_mq_rq_ctx_initChristoph Hellwig2020-05-291-17/+19
| * | blk-mq: simplify the blk_mq_get_request calling conventionChristoph Hellwig2020-05-291-14/+22
| * | blk-mq: remove the bio argument to ->prepare_requestChristoph Hellwig2020-05-294-4/+4
| * | blk-mq: blk-mq: provide forced completion methodKeith Busch2020-05-291-2/+13
| * | block: blk-crypto-fallback: remove redundant initialization of variable errColin Ian King2020-05-271-1/+1
| * | block: reduce part_stat_lock() scopeChristoph Hellwig2020-05-272-3/+5
| * | block: remove rcu_read_lock() from part_stat_lock()Konstantin Khlebnikov2020-05-271-3/+8
| * | block: add a blk_account_io_merge_bio helperKonstantin Khlebnikov2020-05-274-12/+19
| * | block: account merge of two requestsKonstantin Khlebnikov2020-05-271-7/+5
| * | block: always use a percpu variable for disk statsChristoph Hellwig2020-05-273-12/+7
| * | block: move update_io_ticks to blk-core.cChristoph Hellwig2020-05-273-17/+15
| * | block: remove generic_{start,end}_io_acctChristoph Hellwig2020-05-271-39/+0
| * | block: add disk/bio-based accounting helpersChristoph Hellwig2020-05-271-0/+34
| * | block: remove the disk and queue NULL checks in blkdev_issue_flushChristoph Hellwig2020-05-221-8/+0
| * | block: remove the error_sector argument to blkdev_issue_flushChristoph Hellwig2020-05-221-15/+2
| * | block: Remove unused flush_queue_delayed in struct blk_flush_queueBaolin Wang2020-05-192-2/+0
| * | block: Fix type of first compat_put_{,u}long() argumentBart Van Assche2020-05-191-2/+2