| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'block-5.13-2021-05-22' of git://git.kernel.dk/linux-block | Linus Torvalds | 2021-05-22 | 1 | -10/+1 |
|\ |
|
| * | block: prevent block device lookups at the beginning of del_gendisk | Christoph Hellwig | 2021-05-20 | 1 | -10/+1 |
* | | Merge tag 'block-5.13-2021-05-14' of git://git.kernel.dk/linux-block | Linus Torvalds | 2021-05-15 | 7 | -18/+59 |
|\| |
|
| * | block/partitions/efi.c: Fix the efi_partition() kernel-doc header | Bart Van Assche | 2021-05-14 | 1 | -1/+1 |
| * | blk-mq: Swap two calls in blk_mq_exit_queue() | Bart Van Assche | 2021-05-14 | 1 | -2/+4 |
| * | blk-mq: plug request for shared sbitmap | Ming Lei | 2021-05-14 | 1 | -2/+3 |
| * | block, bfq: avoid circular stable merges | Paolo Valente | 2021-05-12 | 1 | -2/+29 |
| * | blk-iocost: fix weight updates of inner active iocgs | Tejun Heo | 2021-05-11 | 1 | -2/+12 |
| * | kyber: fix out of bounds access when preempted | Omar Sandoval | 2021-05-11 | 4 | -9/+10 |
* | | Merge tag 'block-5.13-2021-05-09' of git://git.kernel.dk/linux-block | Linus Torvalds | 2021-05-09 | 2 | -16/+2 |
|\| |
|
| * | Revert "bio: limit bio max size" | Jens Axboe | 2021-05-08 | 2 | -16/+2 |
* | | Merge tag 'block-5.13-2021-05-07' of git://git.kernel.dk/linux-block | Linus Torvalds | 2021-05-07 | 2 | -2/+16 |
|\| |
|
| * | bio: limit bio max size | Changheun Lee | 2021-05-03 | 2 | -2/+16 |
* | | include: remove pagemap.h from blkdev.h | Matthew Wilcox (Oracle) | 2021-05-06 | 1 | -0/+1 |
* | | cgroup: rstat: punt root-level optimization to individual controllers | Johannes Weiner | 2021-04-30 | 1 | -6/+11 |
|/ |
|
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 2021-04-28 | 4 | -21/+62 |
|\ |
|
| * | scsi: blk-mq: Return budget token from .get_budget callback | Ming Lei | 2021-03-04 | 3 | -19/+59 |
| * | scsi: sbitmap: Move allocation hint into sbitmap | Ming Lei | 2021-03-04 | 2 | -2/+2 |
| * | scsi: sbitmap: Maintain allocation round_robin in sbitmap | Ming Lei | 2021-03-04 | 2 | -2/+3 |
* | | Merge tag 'for-5.13/block-2021-04-27' of git://git.kernel.dk/linux-block | Linus Torvalds | 2021-04-28 | 23 | -522/+585 |
|\ \ |
|
| * | | blk-iocost: don't ignore vrate_min on QD contention | Tejun Heo | 2021-04-26 | 1 | -4/+0 |
| * | | blk-mq: Fix spurious debugfs directory creation during initialization | Saravanan D | 2021-04-16 | 1 | -0/+8 |
| * | | bfq/mq-deadline: remove redundant check for passthrough request | Lin Feng | 2021-04-16 | 2 | -7/+3 |
| * | | blk-mq: bypass IO scheduler's limit_depth for passthrough request | Lin Feng | 2021-04-16 | 1 | -1/+2 |
| * | | block: Remove an obsolete comment from sg_io() | Bart Van Assche | 2021-04-13 | 1 | -4/+0 |
| * | | block: move bio_list_copy_data to pktcdvd | Christoph Hellwig | 2021-04-12 | 1 | -37/+0 |
| * | | block: remove zero_fill_bio_iter | Christoph Hellwig | 2021-04-12 | 1 | -3/+3 |
| * | | block: remove an incorrect check from blk_rq_append_bio | Christoph Hellwig | 2021-04-12 | 1 | -3/+0 |
| * | | block: Fix sys_ioprio_set(.which=IOPRIO_WHO_PGRP) task iteration | Peter Zijlstra | 2021-04-08 | 1 | -2/+9 |
| * | | block: remove disk_part_iter | Christoph Hellwig | 2021-04-08 | 1 | -79/+13 |
| * | | block: simplify diskstats_show | Christoph Hellwig | 2021-04-08 | 1 | -4/+6 |
| * | | block: simplify show_partition | Christoph Hellwig | 2021-04-08 | 1 | -6/+7 |
| * | | block: simplify printk_all_partitions | Christoph Hellwig | 2021-04-08 | 1 | -17/+16 |
| * | | block: simplify partition_overlaps | Christoph Hellwig | 2021-04-08 | 1 | -10/+10 |
| * | | block: simplify partition removal | Christoph Hellwig | 2021-04-08 | 1 | -4/+6 |
| * | | block: take bd_mutex around delete_partitions in del_gendisk | Christoph Hellwig | 2021-04-08 | 2 | -0/+6 |
| * | | block: refactor blk_drop_partitions | Christoph Hellwig | 2021-04-08 | 3 | -22/+4 |
| * | | block: move more syncing and invalidation to delete_partition | Christoph Hellwig | 2021-04-08 | 2 | -7/+4 |
| * | | block: remove invalidate_partition | Christoph Hellwig | 2021-04-08 | 1 | -14/+11 |
| * | | dasd: use bdev_disk_changed instead of blk_drop_partitions | Christoph Hellwig | 2021-04-08 | 1 | -4/+0 |
| * | | blk-zoned: Remove the definition of blk_zone_start() | Bart Van Assche | 2021-04-07 | 1 | -8/+0 |
| * | | blk-mq: set default elevator as deadline in case of hctx shared tagset | Ming Lei | 2021-04-07 | 1 | -1/+2 |
| * | | block: stop calling blk_queue_bounce for passthrough requests | Christoph Hellwig | 2021-04-06 | 2 | -95/+32 |
| * | | block: refactor the bounce buffering code | Christoph Hellwig | 2021-04-06 | 4 | -72/+27 |
| * | | block: remove BLK_BOUNCE_ISA support | Christoph Hellwig | 2021-04-06 | 6 | -119/+30 |
| * | | blk-mq: Always use blk_mq_is_sbitmap_shared | Nikolay Borisov | 2021-04-06 | 1 | -2/+2 |
| * | | block: add sysfs entry for virt boundary mask | Max Gurtovoy | 2021-04-06 | 1 | -1/+8 |
| * | | block, bfq: merge bursts of newly-created queues | Paolo Valente | 2021-03-25 | 3 | -10/+266 |
| * | | block, bfq: keep shared queues out of the waker mechanism | Paolo Valente | 2021-03-25 | 1 | -1/+11 |
| * | | block, bfq: fix weight-raising resume with !low_latency | Paolo Valente | 2021-03-25 | 1 | -2/+8 |