- e338924 block: check minor range in device_add_disk() by Tetsuo Handa · 3 years ago
- 99d8690 block: fix error unwinding in device_add_disk by Christoph Hellwig · 3 years ago
- 704b914 blk-mq: move srcu from blk_mq_hw_ctx to request_queue by Ming Lei · 3 years, 1 month ago
- 82d981d block: don't include <linux/part_stat.h> in blk.h by Christoph Hellwig · 3 years, 1 month ago
- 2aa7745 block: don't include blk-mq-sched.h in blk.h by Christoph Hellwig · 3 years, 1 month ago
- 9f18db5 block: don't set GENHD_FL_NO_PART for hidden gendisks by Christoph Hellwig · 3 years, 1 month ago
- 1ebe2e5 block: remove GENHD_FL_EXT_DEVT by Christoph Hellwig · 3 years, 1 month ago
- 3b5149a block: remove GENHD_FL_SUPPRESS_PARTITION_INFO by Christoph Hellwig · 3 years, 1 month ago
- 46e7eac block: rename GENHD_FL_NO_PART_SCAN to GENHD_FL_NO_PART by Christoph Hellwig · 3 years, 1 month ago
- e16e506 block: merge disk_scan_partitions and blkdev_reread_part by Christoph Hellwig · 3 years, 1 month ago
- e3b3bad block: remove a dead check in show_partition by Christoph Hellwig · 3 years, 1 month ago
- 2a19b28 blk-mq: cancel blk-mq dispatch work in both blk_cleanup_queue and disk_release() by Ming Lei · 3 years, 1 month ago
- 278167f block: add __must_check for *add_disk*() callers by Luis Chamberlain · 3 years, 2 months ago
- cb690f5 Merge tag 'for-5.16/drivers-2021-11-09' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 2 months ago
- 3e28850 Merge tag 'for-5.16/block-2021-11-09' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 2 months ago
- fe7d064 block: fix device_add_disk() kobject_create_and_add() error handling by Luis Chamberlain · 3 years, 2 months ago
- 26e06f5 block: update __register_blkdev() probe documentation by Luis Chamberlain · 3 years, 2 months ago
- 3f01727 Merge tag 'for-5.16/bdev-size-2021-10-29' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 2 months ago
- 33c8846c Merge tag 'for-5.16/block-2021-10-29' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 2 months ago
- d308ae0 block: drain queue after disk is removed from sysfs by Ming Lei · 3 years, 2 months ago
- f059a1d block: Add invalidate_disk() helper to invalidate the gendisk by Xie Yongji · 3 years, 3 months ago
- db9a02b block: move bdev_read_only() into the header by Jens Axboe · 3 years, 3 months ago
- f09313c block: cache inode size in bdev by Jens Axboe · 3 years, 2 months ago
- ed6cdde block: convert the rest of block to bdev_get_queue by Pavel Begunkov · 3 years, 2 months ago
- 17220ca block: cache request queue in bdev by Pavel Begunkov · 3 years, 2 months ago
- b81e0c2 block: drop unused includes in <linux/genhd.h> by Christoph Hellwig · 3 years, 3 months ago
- a204176 block: warn when putting the final reference on a registered disk by Christoph Hellwig · 3 years, 2 months ago
- aec89dc block: keep q_usage_counter in atomic mode after del_gendisk by Christoph Hellwig · 3 years, 3 months ago
- 8e141f9 block: drain file system I/O on del_gendisk by Christoph Hellwig · 3 years, 3 months ago
- 06cc978 block: genhd: fix double kfree() in __alloc_disk_node() by Tetsuo Handa · 3 years, 3 months ago
- dfbb340 block: genhd: don't call blkdev_show() with major_names_lock held by Tetsuo Handa · 3 years, 4 months ago
- 9f28699 block: refine the disk_live check in del_gendisk by Christoph Hellwig · 3 years, 4 months ago
- c4b2b7d block: remove CONFIG_DEBUG_BLOCK_EXT_DEVT by Christoph Hellwig · 3 years, 4 months ago
- 539711d block: remove a pointless call to MINOR() in device_add_disk by Christoph Hellwig · 3 years, 4 months ago
- 83cbce9 block: add error handling for device_add_disk / add_disk by Luis Chamberlain · 3 years, 4 months ago
- 75f4dca block: call blk_register_queue earlier in device_add_disk by Christoph Hellwig · 3 years, 4 months ago
- bab53f6 block: call blk_integrity_add earlier in device_add_disk by Christoph Hellwig · 3 years, 4 months ago
- 9d5ee67 block: create the bdi link earlier in device_add_disk by Christoph Hellwig · 3 years, 4 months ago
- 8235b5c block: call bdev_add later in device_add_disk by Christoph Hellwig · 3 years, 4 months ago
- 52b8590 block: fold register_disk into device_add_disk by Christoph Hellwig · 3 years, 4 months ago
- 40b3a52 block: add a sanity check for a live disk in del_gendisk by Christoph Hellwig · 3 years, 4 months ago
- d152c68 block: add an explicit ->disk backpointer to the request_queue by Christoph Hellwig · 3 years, 4 months ago
- 61a35cf block: hold a request_queue reference for the lifetime of struct gendisk by Christoph Hellwig · 3 years, 4 months ago
- 4a1fa41 block: pass a request_queue to __blk_alloc_disk by Christoph Hellwig · 3 years, 4 months ago
- a58bd76 block: remove the minors argument to __alloc_disk_node by Christoph Hellwig · 3 years, 4 months ago
- 4dcc487 block: cleanup the lockdep handling in *alloc_disk by Christoph Hellwig · 3 years, 4 months ago
- 889c05c block: ensure the bdi is freed after inode_detach_wb by Christoph Hellwig · 3 years, 4 months ago
- 9451aa0 block: free the extended dev_t minor later by Christoph Hellwig · 3 years, 4 months ago
- 50b4aec block: remove GENHD_FL_UP 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
- d1254a8 block: remove support for delayed queue registrations by Christoph Hellwig · 3 years, 5 months ago
- d626338 block: support delayed holder registration by Christoph Hellwig · 3 years, 5 months ago
- 0dbcfe2 block: look up holders by bdev by Christoph Hellwig · 3 years, 5 months ago
- 13927b3 block: export diskseq in sysfs 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
- abd2864 block: remove disk_name() by Christoph Hellwig · 3 years, 5 months ago
- a291bb43 block: use the %pg format specifier in show_partition by Christoph Hellwig · 3 years, 5 months ago
- a9e7bc3 block: use the %pg format specifier in printk_all_partitions by Christoph Hellwig · 3 years, 5 months ago
- 26e2d7a block: reduce stack usage in diskstats_show by Abd-Alrhman Masalkhi · 3 years, 5 months ago
- 2f4731d block: remove bdput by Christoph Hellwig · 3 years, 5 months ago
- d7a6657 block: unhash the whole device inode earlier by Christoph Hellwig · 3 years, 5 months ago
- 340e845 block: delay freeing the gendisk by Christoph Hellwig · 3 years, 5 months ago
- 498dcc1 block: grab a device refcount in disk_uevent by Christoph Hellwig · 3 years, 6 months ago
- 2bc8cda block: add the events* attributes to disk_attrs by Christoph Hellwig · 3 years, 6 months ago
- d5870ed block: move the disk events code to a separate file by Christoph Hellwig · 3 years, 6 months ago
- 0e0ccde block: remove bdget_disk by Christoph Hellwig · 3 years, 7 months ago
- c97d93c block: factor out a part_devt helper by Christoph Hellwig · 3 years, 7 months ago
- a869870 block: move bd_mutex to struct gendisk by Christoph Hellwig · 3 years, 7 months ago
- f525464 block: add blk_alloc_disk and blk_cleanup_disk APIs by Christoph Hellwig · 3 years, 7 months ago
- 958229a block: add a flag to make put_disk on partially initalized disks safer by Christoph Hellwig · 3 years, 7 months ago
- 0d1feb7 block: automatically enable GENHD_FL_EXT_DEVT by Christoph Hellwig · 3 years, 7 months ago
- 2e3c73f block: move the DISK_MAX_PARTS sanity check into __device_add_disk by Christoph Hellwig · 3 years, 7 months ago
- 7c3f828 block: refactor device number setup in __device_add_disk by Christoph Hellwig · 3 years, 7 months ago
- 6c60ff0 block: prevent block device lookups at the beginning of del_gendisk by Christoph Hellwig · 3 years, 8 months ago
- 3212135 block: remove disk_part_iter by Christoph Hellwig · 3 years, 9 months ago
- 7fae67c block: simplify diskstats_show by Christoph Hellwig · 3 years, 9 months ago
- ecc75a9 block: simplify show_partition by Christoph Hellwig · 3 years, 9 months ago
- e559f58 block: simplify printk_all_partitions by Christoph Hellwig · 3 years, 9 months ago
- c76f48e block: take bd_mutex around delete_partitions in del_gendisk by Christoph Hellwig · 3 years, 9 months ago
- d3c4a43 block: refactor blk_drop_partitions by Christoph Hellwig · 3 years, 9 months ago
- 473338b block: move more syncing and invalidation to delete_partition by Christoph Hellwig · 3 years, 9 months ago
- 4561183 block: remove invalidate_partition by Christoph Hellwig · 3 years, 9 months ago
- 9ec4914 block: Suppress uevent for hidden device when removed by Daniel Wagner · 3 years, 10 months ago
- 0f47227 block: revert "block: fix bd_size_lock use" by Damien Le Moal · 3 years, 10 months ago
- 452c0bf block: fix logging on capacity change by Ming Lei · 3 years, 10 months ago
- 75ab6af block: don't skip empty device in in disk_uevent by Christoph Hellwig · 3 years, 10 months ago
- 582cd91 Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 10 months ago
- 7f31bee block: remove typo in kernel-doc of set_disk_ro() by Lukas Bulwahn · 4 years ago
- 0fe3772 block: fix bd_size_lock use by Damien Le Moal · 4 years ago
- a33df75 block: use an xarray for disk->part_tbl by Christoph Hellwig · 4 years ago
- 0470dd9 block: remove DISK_PITER_REVERSE by Christoph Hellwig · 4 years ago
- bc359d0 block: add a disk_uevent helper by Christoph Hellwig · 4 years ago
- 0b6e522 blk-mq: use ->bi_bdev for I/O accounting by Christoph Hellwig · 4 years ago
- 309dca30 block: store a block_device pointer in struct bio by Christoph Hellwig · 4 years ago
- 947139b block: propagate BLKROSET on the whole device to all partitions by Christoph Hellwig · 4 years ago
- 52f019d block: add a hard-readonly flag to struct gendisk by Christoph Hellwig · 4 years ago
- 6f0d968 block: remove the NULL bdev check in bdev_read_only by Christoph Hellwig · 4 years ago
- aebf5db block: fix use-after-free in disk_part_iter_next by Ming Lei · 4 years ago
- 7b51e70 block: update some copyrights by Christoph Hellwig · 4 years, 1 month ago