aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/block (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-08-23block: fold register_disk into device_add_diskChristoph Hellwig1-71/+60
2021-08-23block: add a sanity check for a live disk in del_gendiskChristoph Hellwig1-1/+1
2021-08-23block: add an explicit ->disk backpointer to the request_queueChristoph Hellwig7-20/+21
2021-08-23block: hold a request_queue reference for the lifetime of struct gendiskChristoph Hellwig1-12/+7
2021-08-23block: pass a request_queue to __blk_alloc_diskChristoph Hellwig2-5/+5
2021-08-23block: remove the minors argument to __alloc_disk_nodeChristoph Hellwig2-5/+3
2021-08-23block: cleanup the lockdep handling in *alloc_diskChristoph Hellwig2-5/+8
2021-08-20block: add back the bd_holder_dir reference in bd_link_disk_holderChristoph Hellwig1-0/+7
2021-08-18block: fix default IO priority handlingDamien Le Moal2-4/+4
2021-08-18block: Introduce IOPRIO_NR_LEVELSDamien Le Moal4-11/+10
2021-08-18block: bfq: fix bfq_set_next_ioprio_data()Damien Le Moal1-1/+1
2021-08-16block: unexport blk_register_queueChristoph Hellwig1-1/+0
2021-08-16blk-cgroup: stop using seq_get_bufChristoph Hellwig4-62/+37
2021-08-16blk-cgroup: refactor blkcg_print_statChristoph Hellwig1-74/+74
2021-08-16block: use bvec_virt in bio_integrity_{process,free}Christoph Hellwig1-5/+2
2021-08-16block: ensure the bdi is freed after inode_detach_wbChristoph Hellwig1-1/+0
2021-08-16block: free the extended dev_t minor laterChristoph Hellwig2-4/+0
2021-08-14blk-throtl: optimize IOPS throttle for large IO scenariosChunguang Xu3-0/+36
2021-08-12block: pass a gendisk to bdev_resize_partitionChristoph Hellwig3-9/+9
2021-08-12block: pass a gendisk to bdev_del_partitionChristoph Hellwig3-6/+6
2021-08-12block: pass a gendisk to bdev_add_partitionChristoph Hellwig3-6/+6
2021-08-12block: store a gendisk in struct parsed_partitionsChristoph Hellwig14-73/+52
2021-08-12block: remove GENHD_FL_UPChristoph Hellwig2-6/+4
2021-08-09block: return ELEVATOR_DISCARD_MERGE if possibleMing Lei4-16/+8
2021-08-09block: remove the bd_bdi in struct block_deviceChristoph Hellwig1-3/+4
2021-08-09block: move the bdi from the request_queue to the gendiskChristoph Hellwig8-50/+49
2021-08-09block: pass a gendisk to blk_queue_update_readaheadChristoph Hellwig2-4/+6
2021-08-09mm: hide laptop_mode_wb_timer entirely behind the BDI APIChristoph Hellwig1-5/+0
2021-08-09block: remove support for delayed queue registrationsChristoph Hellwig2-23/+7
2021-08-09block: support delayed holder registrationChristoph Hellwig2-17/+61
2021-08-09block: look up holders by bdevChristoph Hellwig2-10/+12
2021-08-09block: remove the extra kobject reference in bd_link_disk_holderChristoph Hellwig1-6/+0
2021-08-09block: make the block holder code optionalChristoph Hellwig3-0/+144
2021-08-05blk-mq: Introduce the BLK_MQ_F_NO_SCHED_BY_DEFAULT flagBart Van Assche1-0/+3
2021-08-02block: remove blk-mq-sysfs dead codeDamien Le Moal1-55/+0
2021-08-02block: add a helper to raise a media changed eventMatteo Croce1-15/+46
2021-08-02block: export diskseq in sysfsMatteo Croce1-0/+10
2021-08-02block: add ioctl to read the disk sequence numberMatteo Croce1-0/+2
2021-08-02block: export the diskseq in ueventsMatteo Croce1-0/+9
2021-08-02block: add disk sequence numberMatteo Croce2-0/+27
2021-08-02block: remove cmdline-parser.cChristoph Hellwig5-272/+262
2021-08-02block: remove disk_name()Christoph Hellwig2-9/+9
2021-08-02block: simplify disk name formatting in check_partitionChristoph Hellwig1-1/+1
2021-08-02block: simplify printing the device names disk_stack_limitsChristoph Hellwig1-9/+3
2021-08-02block: use the %pg format specifier in show_partitionChristoph Hellwig1-4/+2
2021-08-02block: use the %pg format specifier in printk_all_partitionsChristoph Hellwig1-4/+2
2021-08-02block: reduce stack usage in diskstats_showAbd-Alrhman Masalkhi1-4/+2
2021-08-02block: remove bdputChristoph Hellwig2-3/+3
2021-08-02block: change the refcounting for partitionsChristoph Hellwig1-1/+8
2021-08-02block: allocate bd_meta_info later in add_partitionsChristoph Hellwig1-10/+7