aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2021-05-15Merge tag 'block-5.13-2021-05-14' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 7-18/+59
2021-05-14block/partitions/efi.c: Fix the efi_partition() kernel-doc headerGravatar Bart Van Assche 1-1/+1
2021-05-14blk-mq: Swap two calls in blk_mq_exit_queue()Gravatar Bart Van Assche 1-2/+4
2021-05-14blk-mq: plug request for shared sbitmapGravatar Ming Lei 1-2/+3
2021-05-12block, bfq: avoid circular stable mergesGravatar Paolo Valente 1-2/+29
2021-05-11blk-iocost: fix weight updates of inner active iocgsGravatar Tejun Heo 1-2/+12
2021-05-11kyber: fix out of bounds access when preemptedGravatar Omar Sandoval 4-9/+10
2021-05-09Merge tag 'block-5.13-2021-05-09' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 2-16/+2
2021-05-08Revert "bio: limit bio max size"Gravatar Jens Axboe 2-16/+2
2021-05-07Merge tag 'block-5.13-2021-05-07' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 2-2/+16
2021-05-06include: remove pagemap.h from blkdev.hGravatar Matthew Wilcox (Oracle) 1-0/+1
2021-05-03bio: limit bio max sizeGravatar Changheun Lee 2-2/+16
2021-04-30cgroup: rstat: punt root-level optimization to individual controllersGravatar Johannes Weiner 1-6/+11
2021-04-28Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 4-21/+62
2021-04-28Merge tag 'for-5.13/block-2021-04-27' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 23-522/+585
2021-04-27Merge tag 'cfi-v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ke...Gravatar Linus Torvalds 2-2/+4
2021-04-26blk-iocost: don't ignore vrate_min on QD contentionGravatar Tejun Heo 1-4/+0
2021-04-21block: return -EBUSY when there are open partitions in blkdev_reread_partGravatar Christoph Hellwig 1-0/+2
2021-04-16blk-mq: Fix spurious debugfs directory creation during initializationGravatar Saravanan D 1-0/+8
2021-04-16bfq/mq-deadline: remove redundant check for passthrough requestGravatar Lin Feng 2-7/+3
2021-04-16blk-mq: bypass IO scheduler's limit_depth for passthrough requestGravatar Lin Feng 1-1/+2
2021-04-13block: Remove an obsolete comment from sg_io()Gravatar Bart Van Assche 1-4/+0
2021-04-12block: move bio_list_copy_data to pktcdvdGravatar Christoph Hellwig 1-37/+0
2021-04-12block: remove zero_fill_bio_iterGravatar Christoph Hellwig 1-3/+3
2021-04-12block: remove an incorrect check from blk_rq_append_bioGravatar Christoph Hellwig 1-3/+0
2021-04-08treewide: Change list_sort to use const pointersGravatar Sami Tolvanen 2-2/+4
2021-04-08block: Fix sys_ioprio_set(.which=IOPRIO_WHO_PGRP) task iterationGravatar Peter Zijlstra 1-2/+9
2021-04-08block: remove disk_part_iterGravatar Christoph Hellwig 1-79/+13
2021-04-08block: simplify diskstats_showGravatar Christoph Hellwig 1-4/+6
2021-04-08block: simplify show_partitionGravatar Christoph Hellwig 1-6/+7
2021-04-08block: simplify printk_all_partitionsGravatar Christoph Hellwig 1-17/+16
2021-04-08block: simplify partition_overlapsGravatar Christoph Hellwig 1-10/+10
2021-04-08block: simplify partition removalGravatar Christoph Hellwig 1-4/+6
2021-04-08block: take bd_mutex around delete_partitions in del_gendiskGravatar Christoph Hellwig 2-0/+6
2021-04-08block: refactor blk_drop_partitionsGravatar Christoph Hellwig 3-22/+4
2021-04-08block: move more syncing and invalidation to delete_partitionGravatar Christoph Hellwig 2-7/+4
2021-04-08block: remove invalidate_partitionGravatar Christoph Hellwig 1-14/+11
2021-04-08dasd: use bdev_disk_changed instead of blk_drop_partitionsGravatar Christoph Hellwig 1-4/+0
2021-04-07blk-zoned: Remove the definition of blk_zone_start()Gravatar Bart Van Assche 1-8/+0
2021-04-07blk-mq: set default elevator as deadline in case of hctx shared tagsetGravatar Ming Lei 1-1/+2
2021-04-06block: stop calling blk_queue_bounce for passthrough requestsGravatar Christoph Hellwig 2-95/+32
2021-04-06block: refactor the bounce buffering codeGravatar Christoph Hellwig 4-72/+27
2021-04-06block: remove BLK_BOUNCE_ISA supportGravatar Christoph Hellwig 6-119/+30
2021-04-06blk-mq: Always use blk_mq_is_sbitmap_sharedGravatar Nikolay Borisov 1-2/+2
2021-04-06block: add sysfs entry for virt boundary maskGravatar Max Gurtovoy 1-1/+8
2021-04-02block: remove the unused RQF_ALLOCED flagGravatar Christoph Hellwig 1-1/+0
2021-03-31block: only update parent bi_status when bio failGravatar Yufen Yu 1-1/+1
2021-03-27block: don't create too many partitionsGravatar Ming Lei 1-0/+7
2021-03-25block, bfq: merge bursts of newly-created queuesGravatar Paolo Valente 3-10/+266
2021-03-25block, bfq: keep shared queues out of the waker mechanismGravatar Paolo Valente 1-1/+11