aboutsummaryrefslogtreecommitdiffstats
path: root/block (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-04-28Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds4-21/+62
2021-04-28Merge tag 'for-5.13/block-2021-04-27' of git://git.kernel.dk/linux-blockLinus Torvalds23-522/+585
2021-04-27Merge tag 'cfi-v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds2-2/+4
2021-04-26blk-iocost: don't ignore vrate_min on QD contentionTejun Heo1-4/+0
2021-04-21block: return -EBUSY when there are open partitions in blkdev_reread_partChristoph Hellwig1-0/+2
2021-04-16blk-mq: Fix spurious debugfs directory creation during initializationSaravanan D1-0/+8
2021-04-16bfq/mq-deadline: remove redundant check for passthrough requestLin Feng2-7/+3
2021-04-16blk-mq: bypass IO scheduler's limit_depth for passthrough requestLin Feng1-1/+2
2021-04-13block: Remove an obsolete comment from sg_io()Bart Van Assche1-4/+0
2021-04-12block: move bio_list_copy_data to pktcdvdChristoph Hellwig1-37/+0
2021-04-12block: remove zero_fill_bio_iterChristoph Hellwig1-3/+3
2021-04-12block: remove an incorrect check from blk_rq_append_bioChristoph Hellwig1-3/+0
2021-04-08treewide: Change list_sort to use const pointersSami Tolvanen2-2/+4
2021-04-08block: Fix sys_ioprio_set(.which=IOPRIO_WHO_PGRP) task iterationPeter Zijlstra1-2/+9
2021-04-08block: remove disk_part_iterChristoph Hellwig1-79/+13
2021-04-08block: simplify diskstats_showChristoph Hellwig1-4/+6
2021-04-08block: simplify show_partitionChristoph Hellwig1-6/+7
2021-04-08block: simplify printk_all_partitionsChristoph Hellwig1-17/+16
2021-04-08block: simplify partition_overlapsChristoph Hellwig1-10/+10
2021-04-08block: simplify partition removalChristoph Hellwig1-4/+6
2021-04-08block: take bd_mutex around delete_partitions in del_gendiskChristoph Hellwig2-0/+6
2021-04-08block: refactor blk_drop_partitionsChristoph Hellwig3-22/+4
2021-04-08block: move more syncing and invalidation to delete_partitionChristoph Hellwig2-7/+4
2021-04-08block: remove invalidate_partitionChristoph Hellwig1-14/+11
2021-04-08dasd: use bdev_disk_changed instead of blk_drop_partitionsChristoph Hellwig1-4/+0
2021-04-07blk-zoned: Remove the definition of blk_zone_start()Bart Van Assche1-8/+0
2021-04-07blk-mq: set default elevator as deadline in case of hctx shared tagsetMing Lei1-1/+2
2021-04-06block: stop calling blk_queue_bounce for passthrough requestsChristoph Hellwig2-95/+32
2021-04-06block: refactor the bounce buffering codeChristoph Hellwig4-72/+27
2021-04-06block: remove BLK_BOUNCE_ISA supportChristoph Hellwig6-119/+30
2021-04-06blk-mq: Always use blk_mq_is_sbitmap_sharedNikolay Borisov1-2/+2
2021-04-06block: add sysfs entry for virt boundary maskMax Gurtovoy1-1/+8
2021-04-02block: remove the unused RQF_ALLOCED flagChristoph Hellwig1-1/+0
2021-03-31block: only update parent bi_status when bio failYufen Yu1-1/+1
2021-03-27block: don't create too many partitionsMing Lei1-0/+7
2021-03-25block, bfq: merge bursts of newly-created queuesPaolo Valente3-10/+266
2021-03-25block, bfq: keep shared queues out of the waker mechanismPaolo Valente1-1/+11
2021-03-25block, bfq: fix weight-raising resume with !low_latencyPaolo Valente1-2/+8
2021-03-25block, bfq: make shared queues inherit wakersPaolo Valente1-3/+39
2021-03-25block, bfq: put reqs of waker and woken in dispatch listPaolo Valente1-1/+43
2021-03-25block, bfq: always inject I/O of queues blocked by wakersPaolo Valente2-5/+35
2021-03-25blk-mq: Sentence reconstruct for better readabilityBhaskar Chowdhury1-2/+2
2021-03-24block: support zone append bvecsJohannes Thumshirn1-3/+18
2021-03-23block: recalculate segment count for multi-segment discards correctlyDavid Jeffery1-0/+8
2021-03-11block: Discard page cache of zone reset target rangeShin'ichiro Kawasaki1-2/+36
2021-03-11block: Suppress uevent for hidden device when removedDaniel Wagner1-3/+1
2021-03-11block: rename BIO_MAX_PAGES to BIO_MAX_VECSChristoph Hellwig5-13/+13
2021-03-10block: Fix REQ_OP_ZONE_RESET_ALL handlingDamien Le Moal1-1/+1
2021-03-05blk-cgroup: Fix the recursive blkg rwstatXunlei Pang1-1/+2
2021-03-04scsi: blk-mq: Return budget token from .get_budget callbackMing Lei3-19/+59