- 539711d block: remove a pointless call to MINOR() in device_add_disk by Christoph Hellwig · 3 years, 5 months ago
- 83cbce9 block: add error handling for device_add_disk / add_disk by Luis Chamberlain · 3 years, 5 months ago
- 92e7755 block: return errors from disk_alloc_events by Luis Chamberlain · 3 years, 5 months ago
- 614310c block: return errors from blk_integrity_add by Luis Chamberlain · 3 years, 5 months ago
- 75f4dca block: call blk_register_queue earlier in device_add_disk by Christoph Hellwig · 3 years, 5 months ago
- bab53f6 block: call blk_integrity_add earlier in device_add_disk by Christoph Hellwig · 3 years, 5 months ago
- 9d5ee67 block: create the bdi link earlier in device_add_disk by Christoph Hellwig · 3 years, 5 months ago
- 8235b5c block: call bdev_add later in device_add_disk by Christoph Hellwig · 3 years, 5 months ago
- 52b8590 block: fold register_disk into device_add_disk by Christoph Hellwig · 3 years, 5 months ago
- 40b3a52 block: add a sanity check for a live disk in del_gendisk by Christoph Hellwig · 3 years, 5 months ago
- d152c68 block: add an explicit ->disk backpointer to the request_queue by Christoph Hellwig · 3 years, 5 months ago
- 61a35cf block: hold a request_queue reference for the lifetime of struct gendisk by Christoph Hellwig · 3 years, 5 months ago
- 4a1fa41 block: pass a request_queue to __blk_alloc_disk by Christoph Hellwig · 3 years, 5 months ago
- a58bd76 block: remove the minors argument to __alloc_disk_node by Christoph Hellwig · 3 years, 5 months ago
- 4dcc487 block: cleanup the lockdep handling in *alloc_disk by Christoph Hellwig · 3 years, 5 months ago
- 759e0fd block: add back the bd_holder_dir reference in bd_link_disk_holder by Christoph Hellwig · 3 years, 5 months ago
- e70344c block: fix default IO priority handling by Damien Le Moal · 3 years, 5 months ago
- 202bc94 block: Introduce IOPRIO_NR_LEVELS by Damien Le Moal · 3 years, 5 months ago
- a680dd7 block: bfq: fix bfq_set_next_ioprio_data() by Damien Le Moal · 3 years, 5 months ago
- 69f87cc block: unexport blk_register_queue by Christoph Hellwig · 3 years, 5 months ago
- 252c651 blk-cgroup: stop using seq_get_buf by Christoph Hellwig · 3 years, 5 months ago
- 49cb516 blk-cgroup: refactor blkcg_print_stat by Christoph Hellwig · 3 years, 5 months ago
- b93ef45 block: use bvec_virt in bio_integrity_{process,free} by Christoph Hellwig · 3 years, 6 months ago
- 889c05c block: ensure the bdi is freed after inode_detach_wb by Christoph Hellwig · 3 years, 5 months ago
- 9451aa0 block: free the extended dev_t minor later by Christoph Hellwig · 3 years, 5 months ago
- 4f1e963 blk-throtl: optimize IOPS throttle for large IO scenarios by Chunguang Xu · 3 years, 6 months ago
- 3d2e798 block: pass a gendisk to bdev_resize_partition by Christoph Hellwig · 3 years, 5 months ago
- 926fbb1 block: pass a gendisk to bdev_del_partition by Christoph Hellwig · 3 years, 5 months ago
- 7f6be37 block: pass a gendisk to bdev_add_partition by Christoph Hellwig · 3 years, 5 months ago
- a08aa9b block: store a gendisk in struct parsed_partitions by Christoph Hellwig · 3 years, 5 months ago
- 50b4aec block: remove GENHD_FL_UP by Christoph Hellwig · 3 years, 5 months ago
- 866663b block: return ELEVATOR_DISCARD_MERGE if possible by Ming Lei · 3 years, 6 months ago
- a11d7fc block: remove the bd_bdi in struct block_device by Christoph Hellwig · 3 years, 5 months ago
- edb0872 block: move the bdi from the request_queue to the gendisk by Christoph Hellwig · 3 years, 5 months ago
- 471aa70 block: pass a gendisk to blk_queue_update_readahead by Christoph Hellwig · 3 years, 5 months ago
- 5ed964f mm: hide laptop_mode_wb_timer entirely behind the BDI API by Christoph Hellwig · 3 years, 5 months ago
- d1254a8 block: remove support for delayed queue registrations by Christoph Hellwig · 3 years, 6 months ago
- d626338 block: support delayed holder registration by Christoph Hellwig · 3 years, 6 months ago
- 0dbcfe2 block: look up holders by bdev by Christoph Hellwig · 3 years, 6 months ago
- fbd9a39 block: remove the extra kobject reference in bd_link_disk_holder by Christoph Hellwig · 3 years, 6 months ago
- c66fd01 block: make the block holder code optional by Christoph Hellwig · 3 years, 6 months ago
- 90b7198 blk-mq: Introduce the BLK_MQ_F_NO_SCHED_BY_DEFAULT flag by Bart Van Assche · 3 years, 5 months ago
- 2bc1f6e block: remove blk-mq-sysfs dead code by Damien Le Moal · 3 years, 6 months ago
- e6138dc block: add a helper to raise a media changed event by Matteo Croce · 3 years, 6 months ago
- 13927b3 block: export diskseq in sysfs by Matteo Croce · 3 years, 6 months ago
- 7957d93 block: add ioctl to read the disk sequence number by Matteo Croce · 3 years, 6 months ago
- 87eb710 block: export the diskseq in uevents by Matteo Croce · 3 years, 6 months ago
- cf17994 block: add disk sequence number by Matteo Croce · 3 years, 6 months ago
- 2164877 block: remove cmdline-parser.c by Christoph Hellwig · 3 years, 6 months ago
- abd2864 block: remove disk_name() by Christoph Hellwig · 3 years, 6 months ago
- 1d70354 block: simplify disk name formatting in check_partition by Christoph Hellwig · 3 years, 6 months ago
- 453b8ab block: simplify printing the device names disk_stack_limits by Christoph Hellwig · 3 years, 6 months ago
- a291bb43 block: use the %pg format specifier in show_partition by Christoph Hellwig · 3 years, 6 months ago
- a9e7bc3 block: use the %pg format specifier in printk_all_partitions by Christoph Hellwig · 3 years, 6 months ago
- 26e2d7a block: reduce stack usage in diskstats_show by Abd-Alrhman Masalkhi · 3 years, 6 months ago
- 2f4731d block: remove bdput by Christoph Hellwig · 3 years, 6 months ago
- 9d3b881 block: change the refcounting for partitions by Christoph Hellwig · 3 years, 6 months ago
- 0468c53 block: allocate bd_meta_info later in add_partitions by Christoph Hellwig · 3 years, 6 months ago
- d7a6657 block: unhash the whole device inode earlier by Christoph Hellwig · 3 years, 6 months ago
- a45e43c block: assert the locking state in delete_partition by Christoph Hellwig · 3 years, 6 months ago
- 503469b block: use bvec_kmap_local in bio_integrity_process by Christoph Hellwig · 3 years, 6 months ago
- 8aec120 block: use bvec_kmap_local in t10_pi_type1_{prepare,complete} by Christoph Hellwig · 3 years, 6 months ago
- 4aebe85 block: use memcpy_from_bvec in __blk_queue_bounce by Christoph Hellwig · 3 years, 6 months ago
- d24920e block: use memcpy_from_bvec in bio_copy_kern_endio_read by Christoph Hellwig · 3 years, 6 months ago
- f434cdc block: use memcpy_to_bvec in copy_to_high_bio_irq by Christoph Hellwig · 3 years, 6 months ago
- f8b679a block: rewrite bio_copy_data_iter to use bvec_kmap_local and memcpy_to_bvec by Christoph Hellwig · 3 years, 6 months ago
- ab6c340 block: use memzero_page in zero_fill_bio by Christoph Hellwig · 3 years, 6 months ago
- 4669e13 Merge tag 'block-5.14-2021-07-30' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 6 months ago
- 340e845 block: delay freeing the gendisk by Christoph Hellwig · 3 years, 6 months ago
- 5ab189c blk-iocost: fix operation ordering in iocg_wake_fn() by Tejun Heo · 3 years, 6 months ago
- b93af30 blk-mq-sched: Fix blk_mq_sched_alloc_tags() error handling by John Garry · 3 years, 6 months ago
- a022f7d Merge tag 'block-5.14-2021-07-08' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 6 months ago
- a731763 blk-cgroup: prevent rcu_sched detected stalls warnings while iterating blkgs by Yu Kuai · 3 years, 6 months ago
- d80c228 block: fix the problem of io_ticks becoming smaller by Chunguang Xu · 3 years, 6 months ago
- d2500a0 scsi: blkcg: Fix application ID config options by Martin K. Petersen · 3 years, 7 months ago
- bd31b9e Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 3 years, 7 months ago
- 4cad671 Merge tag 'asm-generic-unaligned-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic by Linus Torvalds · 3 years, 7 months ago
- 63c38d8 block: remove the bdgrab in blk_drop_partitions by Christoph Hellwig · 3 years, 7 months ago
- 498dcc1 block: grab a device refcount in disk_uevent by Christoph Hellwig · 3 years, 7 months ago
- b5cfbd3 block: check disk exist before trying to add partition by Yufen Yu · 3 years, 7 months ago
- 2cfa582b Merge tag 'for-5.14/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 3 years, 7 months ago
- fb9b16e block: return errors from blk_execute_rq() by Keith Busch · 3 years, 7 months ago
- c01b5a8 block: support polling through blk_execute_rq by Keith Busch · 3 years, 7 months ago
- da6269d block: remove REQ_OP_SCSI_{IN,OUT} by Christoph Hellwig · 3 years, 7 months ago
- 5ec780a block: mark blk_mq_init_queue_data static by Christoph Hellwig · 3 years, 7 months ago
- 4404621 Merge tag 'for-5.14/drivers-2021-06-29' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 7 months ago
- df668a5 Merge tag 'for-5.14/block-2021-06-29' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 7 months ago
- 2705dfb block: fix discard request merge by Ming Lei · 3 years, 7 months ago
- c06bc5a block/mq-deadline: Remove a WARN_ON_ONCE() call by Bart Van Assche · 3 years, 7 months ago
- cb9516b blk-mq: update hctx->dispatch_busy in case of real scheduler by Ming Lei · 3 years, 7 months ago
- fd2ef39 blk: Fix lock inversion between ioc lock and bfqd lock by Jan Kara · 3 years, 7 months ago
- a921c65 bfq: Remove merged request already in bfq_requests_merged() by Jan Kara · 3 years, 7 months ago
- 0384264 block: pass a gendisk to bdev_disk_changed by Christoph Hellwig · 3 years, 7 months ago
- 630161c block: move bdev_disk_changed by Christoph Hellwig · 3 years, 7 months ago
- 2bc8cda block: add the events* attributes to disk_attrs by Christoph Hellwig · 3 years, 7 months ago
- d5870ed block: move the disk events code to a separate file by Christoph Hellwig · 3 years, 7 months ago
- 60b6a7e block: fix trace completion for chained bio by Edward Hsieh · 3 years, 7 months ago
- ddcc5c5 block/partitions/msdos: Fix typo inidicator -> indicator by Thomas Bracht Laumann Jespersen · 3 years, 7 months ago
- 9a2ac41 block, bfq: reset waker pointer with shared queues by Paolo Valente · 3 years, 7 months ago
- efc7252 block, bfq: check waker only for queues with no in-flight I/O by Paolo Valente · 3 years, 7 months ago