aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2021-08-14blk-throtl: optimize IOPS throttle for large IO scenariosGravatar Chunguang Xu 3-0/+36
2021-08-13Merge tag 'block-5.14-2021-08-13' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 7-313/+22
2021-08-13blk-mq: clear active_queues before clearing BLK_MQ_F_TAG_QUEUE_SHAREDGravatar Yu Kuai 1-2/+4
2021-08-12block: pass a gendisk to bdev_resize_partitionGravatar Christoph Hellwig 3-9/+9
2021-08-12block: pass a gendisk to bdev_del_partitionGravatar Christoph Hellwig 3-6/+6
2021-08-12block: pass a gendisk to bdev_add_partitionGravatar Christoph Hellwig 3-6/+6
2021-08-12block: store a gendisk in struct parsed_partitionsGravatar Christoph Hellwig 14-73/+52
2021-08-12block: remove GENHD_FL_UPGravatar Christoph Hellwig 2-6/+4
2021-08-11Revert "block/mq-deadline: Add cgroup support"Gravatar Tejun Heo 5-307/+14
2021-08-10genirq: Change force_irqthreads to a static keyGravatar Tanner Love 1-1/+1
2021-08-09blk-iocost: fix lockdep warning on blkcg->lockGravatar Ming Lei 1-4/+4
2021-08-09Merge branch 'for-5.14-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-6/+8
2021-08-09block: return ELEVATOR_DISCARD_MERGE if possibleGravatar Ming Lei 4-16/+8
2021-08-09block: remove the bd_bdi in struct block_deviceGravatar Christoph Hellwig 1-3/+4
2021-08-09block: move the bdi from the request_queue to the gendiskGravatar Christoph Hellwig 8-50/+49
2021-08-09block: pass a gendisk to blk_queue_update_readaheadGravatar Christoph Hellwig 2-4/+6
2021-08-09mm: hide laptop_mode_wb_timer entirely behind the BDI APIGravatar Christoph Hellwig 1-5/+0
2021-08-09block: remove support for delayed queue registrationsGravatar Christoph Hellwig 2-23/+7
2021-08-09block: support delayed holder registrationGravatar Christoph Hellwig 2-17/+61
2021-08-09block: look up holders by bdevGravatar Christoph Hellwig 2-10/+12
2021-08-09block: remove the extra kobject reference in bd_link_disk_holderGravatar Christoph Hellwig 1-6/+0
2021-08-09block: make the block holder code optionalGravatar Christoph Hellwig 3-0/+144
2021-08-07Merge tag 'block-5.14-2021-08-07' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 3-3/+7
2021-08-06kyber: make trace_block_rq call consistent with documentationGravatar Vincent Fu 1-1/+1
2021-08-05blk-mq: Introduce the BLK_MQ_F_NO_SCHED_BY_DEFAULT flagGravatar Bart Van Assche 1-0/+3
2021-08-05block/partitions/ldm.c: Fix a kernel-doc warningGravatar Bart Van Assche 1-1/+1
2021-08-05blk-iolatency: error out if blk_get_queue() failed in iolatency_set_limit()Gravatar Yu Kuai 1-1/+5
2021-08-02block: remove blk-mq-sysfs dead codeGravatar Damien Le Moal 1-55/+0
2021-08-02block: add a helper to raise a media changed eventGravatar Matteo Croce 1-15/+46
2021-08-02block: export diskseq in sysfsGravatar Matteo Croce 1-0/+10
2021-08-02block: add ioctl to read the disk sequence numberGravatar Matteo Croce 1-0/+2
2021-08-02block: export the diskseq in ueventsGravatar Matteo Croce 1-0/+9
2021-08-02block: add disk sequence numberGravatar Matteo Croce 2-0/+27
2021-08-02block: remove cmdline-parser.cGravatar Christoph Hellwig 5-272/+262
2021-08-02block: remove disk_name()Gravatar Christoph Hellwig 2-9/+9
2021-08-02block: simplify disk name formatting in check_partitionGravatar Christoph Hellwig 1-1/+1
2021-08-02block: simplify printing the device names disk_stack_limitsGravatar Christoph Hellwig 1-9/+3
2021-08-02block: use the %pg format specifier in show_partitionGravatar Christoph Hellwig 1-4/+2
2021-08-02block: use the %pg format specifier in printk_all_partitionsGravatar Christoph Hellwig 1-4/+2
2021-08-02block: reduce stack usage in diskstats_showGravatar Abd-Alrhman Masalkhi 1-4/+2
2021-08-02block: remove bdputGravatar Christoph Hellwig 2-3/+3
2021-08-02block: change the refcounting for partitionsGravatar Christoph Hellwig 1-1/+8
2021-08-02block: allocate bd_meta_info later in add_partitionsGravatar Christoph Hellwig 1-10/+7
2021-08-02block: unhash the whole device inode earlierGravatar Christoph Hellwig 1-6/+1
2021-08-02block: assert the locking state in delete_partitionGravatar Christoph Hellwig 1-4/+2
2021-08-02block: use bvec_kmap_local in bio_integrity_processGravatar Christoph Hellwig 1-8/+6
2021-08-02block: use bvec_kmap_local in t10_pi_type1_{prepare,complete}Gravatar Christoph Hellwig 1-10/+6
2021-08-02block: use memcpy_from_bvec in __blk_queue_bounceGravatar Christoph Hellwig 1-12/+7
2021-08-02block: use memcpy_from_bvec in bio_copy_kern_endio_readGravatar Christoph Hellwig 1-1/+1
2021-08-02block: use memcpy_to_bvec in copy_to_high_bio_irqGravatar Christoph Hellwig 1-18/+2