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