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