aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2021-08-20block: add back the bd_holder_dir reference in bd_link_disk_holderGravatar Christoph Hellwig 1-0/+7
2021-08-18block: fix default IO priority handlingGravatar Damien Le Moal 2-4/+4
2021-08-18block: Introduce IOPRIO_NR_LEVELSGravatar Damien Le Moal 4-11/+10
2021-08-18block: bfq: fix bfq_set_next_ioprio_data()Gravatar Damien Le Moal 1-1/+1
2021-08-17blk-mq: fix is_flush_rqGravatar Ming Lei 3-6/+7
2021-08-17blk-mq: fix kernel panic during iterating over flush requestGravatar Ming Lei 2-1/+8
2021-08-17blk-mq: don't grab rq's refcount in blk_mq_check_expired()Gravatar Ming Lei 1-25/+5
2021-08-16block: unexport blk_register_queueGravatar Christoph Hellwig 1-1/+0
2021-08-16blk-cgroup: stop using seq_get_bufGravatar Christoph Hellwig 4-62/+37
2021-08-16blk-cgroup: refactor blkcg_print_statGravatar Christoph Hellwig 1-74/+74
2021-08-16block: use bvec_virt in bio_integrity_{process,free}Gravatar Christoph Hellwig 1-5/+2
2021-08-16block: ensure the bdi is freed after inode_detach_wbGravatar Christoph Hellwig 1-1/+0
2021-08-16block: free the extended dev_t minor laterGravatar Christoph Hellwig 2-4/+0
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