1. 340e845 block: delay freeing the gendisk by Christoph Hellwig · 3 years, 5 months ago
  2. 498dcc1 block: grab a device refcount in disk_uevent by Christoph Hellwig · 3 years, 6 months ago
  3. 2bc8cda block: add the events* attributes to disk_attrs by Christoph Hellwig · 3 years, 6 months ago
  4. d5870ed block: move the disk events code to a separate file by Christoph Hellwig · 3 years, 6 months ago
  5. 0e0ccde block: remove bdget_disk by Christoph Hellwig · 3 years, 7 months ago
  6. c97d93c block: factor out a part_devt helper by Christoph Hellwig · 3 years, 7 months ago
  7. a869870 block: move bd_mutex to struct gendisk by Christoph Hellwig · 3 years, 7 months ago
  8. f525464 block: add blk_alloc_disk and blk_cleanup_disk APIs by Christoph Hellwig · 3 years, 7 months ago
  9. 958229a block: add a flag to make put_disk on partially initalized disks safer by Christoph Hellwig · 3 years, 7 months ago
  10. 0d1feb7 block: automatically enable GENHD_FL_EXT_DEVT by Christoph Hellwig · 3 years, 7 months ago
  11. 2e3c73f block: move the DISK_MAX_PARTS sanity check into __device_add_disk by Christoph Hellwig · 3 years, 7 months ago
  12. 7c3f828 block: refactor device number setup in __device_add_disk by Christoph Hellwig · 3 years, 7 months ago
  13. 6c60ff0 block: prevent block device lookups at the beginning of del_gendisk by Christoph Hellwig · 3 years, 8 months ago
  14. 3212135 block: remove disk_part_iter by Christoph Hellwig · 3 years, 9 months ago
  15. 7fae67c block: simplify diskstats_show by Christoph Hellwig · 3 years, 9 months ago
  16. ecc75a9 block: simplify show_partition by Christoph Hellwig · 3 years, 9 months ago
  17. e559f58 block: simplify printk_all_partitions by Christoph Hellwig · 3 years, 9 months ago
  18. c76f48e block: take bd_mutex around delete_partitions in del_gendisk by Christoph Hellwig · 3 years, 9 months ago
  19. d3c4a43 block: refactor blk_drop_partitions by Christoph Hellwig · 3 years, 9 months ago
  20. 473338b block: move more syncing and invalidation to delete_partition by Christoph Hellwig · 3 years, 9 months ago
  21. 4561183 block: remove invalidate_partition by Christoph Hellwig · 3 years, 9 months ago
  22. 9ec4914 block: Suppress uevent for hidden device when removed by Daniel Wagner · 3 years, 10 months ago
  23. 0f47227 block: revert "block: fix bd_size_lock use" by Damien Le Moal · 3 years, 10 months ago
  24. 452c0bf block: fix logging on capacity change by Ming Lei · 3 years, 10 months ago
  25. 75ab6af block: don't skip empty device in in disk_uevent by Christoph Hellwig · 3 years, 10 months ago
  26. 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
  27. 7f31bee block: remove typo in kernel-doc of set_disk_ro() by Lukas Bulwahn · 4 years ago
  28. 0fe3772 block: fix bd_size_lock use by Damien Le Moal · 4 years ago
  29. a33df75 block: use an xarray for disk->part_tbl by Christoph Hellwig · 4 years ago
  30. 0470dd9 block: remove DISK_PITER_REVERSE by Christoph Hellwig · 4 years ago
  31. bc359d0 block: add a disk_uevent helper by Christoph Hellwig · 4 years ago
  32. 0b6e522 blk-mq: use ->bi_bdev for I/O accounting by Christoph Hellwig · 4 years ago
  33. 309dca30 block: store a block_device pointer in struct bio by Christoph Hellwig · 4 years ago
  34. 947139b block: propagate BLKROSET on the whole device to all partitions by Christoph Hellwig · 4 years ago
  35. 52f019d block: add a hard-readonly flag to struct gendisk by Christoph Hellwig · 4 years ago
  36. 6f0d968 block: remove the NULL bdev check in bdev_read_only by Christoph Hellwig · 4 years ago
  37. aebf5db block: fix use-after-free in disk_part_iter_next by Ming Lei · 4 years ago
  38. 7b51e70 block: update some copyrights by Christoph Hellwig · 4 years, 1 month ago
  39. 977115c block: stop using bdget_disk for partition 0 by Christoph Hellwig · 4 years, 1 month ago
  40. 0d02129 block: merge struct block_device and struct hd_struct by Christoph Hellwig · 4 years, 1 month ago
  41. ad1eaa5 block: switch disk_part_iter_* to use a struct block_device by Christoph Hellwig · 4 years, 1 month ago
  42. 71773cf block: pass a block_device to invalidate_partition by Christoph Hellwig · 4 years, 1 month ago
  43. 9fc995a block: pass a block_device to blk_alloc_devt by Christoph Hellwig · 4 years, 1 month ago
  44. 41e5c81 block: remove the partno field from struct hd_struct by Christoph Hellwig · 4 years, 1 month ago
  45. 8446fe9 block: switch partition lookup to use struct block_device by Christoph Hellwig · 4 years, 1 month ago
  46. cb8432d block: allocate struct hd_struct as part of struct bdev_inode by Christoph Hellwig · 4 years, 1 month ago
  47. 83950d3 block: move the policy field to struct block_device by Christoph Hellwig · 4 years, 1 month ago
  48. b309e99 block: move make_it_fail to struct block_device by Christoph Hellwig · 4 years, 1 month ago
  49. 1bdd5ae block: move holder_dir to struct block_device by Christoph Hellwig · 4 years, 1 month ago
  50. 231926d block: move the partition_meta_info to struct block_device by Christoph Hellwig · 4 years, 1 month ago
  51. 29ff57c block: move the start_sect field to struct block_device by Christoph Hellwig · 4 years, 1 month ago
  52. 15e3d2c block: move disk stat accounting to struct block_device by Christoph Hellwig · 4 years, 1 month ago
  53. a782483 block: remove the nr_sects field in struct hd_struct by Christoph Hellwig · 4 years, 1 month ago
  54. 22ae8ce block: simplify bdev/disk lookup in blkdev_get by Christoph Hellwig · 4 years, 1 month ago
  55. efdc41c block: use put_device in put_disk by Christoph Hellwig · 4 years, 2 months ago
  56. e79319a block: use disk_part_iter_exit in disk_part_iter_next by Christoph Hellwig · 4 years, 2 months ago
  57. 449f4ec block: remove the update_bdev parameter to set_capacity_revalidate_and_notify by Christoph Hellwig · 4 years, 1 month ago
  58. e2b6b30 block: fix the kerneldoc comment for __register_blkdev by Christoph Hellwig · 4 years, 1 month ago
  59. e418de3 block: switch gendisk lookup to a simple xarray by Christoph Hellwig · 4 years, 2 months ago
  60. a160c61 block: add an optional probe callback to major_names by Christoph Hellwig · 4 years, 2 months ago
  61. bd8eff3 block: rework requesting modules for unclaimed devices by Christoph Hellwig · 4 years, 2 months ago
  62. e49fbbb block: split block_class_lock by Christoph Hellwig · 4 years, 2 months ago
  63. 62b508f block: open code kobj_map into in block/genhd.c by Christoph Hellwig · 4 years, 2 months ago
  64. 6b3ba97 block: cleanup del_gendisk a bit by Christoph Hellwig · 4 years, 2 months ago
  65. 98f49b6 block: remove set_device_ro by Christoph Hellwig · 4 years, 2 months ago
  66. 7e890c3 block: add a return value to set_capacity_revalidate_and_notify by Christoph Hellwig · 4 years, 2 months ago
  67. 10ed166 block: add a bdget_part helper by Christoph Hellwig · 4 years, 3 months ago
  68. 8a63a86 block: use bd_partno in bdevname by Christoph Hellwig · 4 years, 4 months ago
  69. 9301fe7 block: cleanup partition scanning in register_disk by Christoph Hellwig · 4 years, 3 months ago
  70. 38430f0 block: move the NEED_PART_SCAN flag to struct gendisk by Christoph Hellwig · 4 years, 3 months ago
  71. 95f6f3a block: add a bdev_check_media_change helper by Christoph Hellwig · 4 years, 4 months ago
  72. b8086d3 block: use revalidate_disk_size in set_capacity_revalidate_and_notify by Christoph Hellwig · 4 years, 4 months ago
  73. f4ad06f block: rename bd_invalidated by Christoph Hellwig · 4 years, 4 months ago
  74. 1f06959 block: remove the unused q argument to part_in_flight and part_in_flight_rw by Christoph Hellwig · 4 years, 4 months ago
  75. 8328eb2 block: remove the disk argument to delete_partition by Christoph Hellwig · 4 years, 4 months ago
  76. f93af2a block: cleanup __alloc_disk_node by Christoph Hellwig · 4 years, 4 months ago
  77. 0d20dcc block: genhd: delete duplicated words by Randy Dunlap · 4 years, 5 months ago
  78. ef45fe4 blk-cgroup: show global disk stats in root cgroup io.stat by Boris Burkov · 4 years, 7 months ago
  79. a564e23 md: switch to ->check_events for media change notifications by Christoph Hellwig · 4 years, 6 months ago
  80. e8c7d14 block: revert back to synchronous request_queue removal by Luis Chamberlain · 4 years, 6 months ago
  81. 763b589 block: clarify context for refcount increment helpers by Luis Chamberlain · 4 years, 6 months ago
  82. b5bd357 block: add docs for gendisk / request_queue refcount helpers by Luis Chamberlain · 4 years, 6 months ago
  83. 8ab1d40 block: remove rcu_read_lock() from part_stat_lock() by Konstantin Khlebnikov · 4 years, 7 months ago
  84. 58d4f14 block: always use a percpu variable for disk stats by Christoph Hellwig · 4 years, 7 months ago
  85. 10ec5e8 block: merge part_{inc,dev}_in_flight into their only callers by Christoph Hellwig · 4 years, 8 months ago
  86. b2f609e block: move the blk-mq calls out of part_in_flight{,_rw} by Christoph Hellwig · 4 years, 8 months ago
  87. 27eb3af block: don't hold part0's refcount in IO path by Ming Lei · 4 years, 8 months ago
  88. 07c4e1e block: only define 'nr_sects_seq' in hd_part for 32bit SMP by Ming Lei · 4 years, 8 months ago
  89. b7d6c30 block: fix use-after-free on cached last_lookup partition by Ming Lei · 4 years, 8 months ago
  90. 3c5d202 bdi: remove bdi_register_owner by Christoph Hellwig · 4 years, 8 months ago
  91. 9bc5c39 block: fold bdev_unhash_inode into invalidate_partition by Christoph Hellwig · 4 years, 9 months ago
  92. 02d33b6 block: mark invalidate_partition static by Christoph Hellwig · 4 years, 9 months ago
  93. cddae80 block: pass a hd_struct to delete_partition by Christoph Hellwig · 4 years, 9 months ago
  94. 10f36b1 Merge tag 'for-5.7/block-2020-03-29' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 9 months ago
  95. 348e114 block: move the ->devnode callback to struct block_device_operations by Christoph Hellwig · 4 years, 9 months ago
  96. 1b4d4db block: unexport get_gendisk by Christoph Hellwig · 4 years, 9 months ago
  97. a7818ae block: unexport disk_map_sector_rcu by Christoph Hellwig · 4 years, 9 months ago
  98. 572e7fc block: unexport disk_get_part by Christoph Hellwig · 4 years, 9 months ago
  99. 6005771 block: mark part_in_flight and part_in_flight_rw static by Christoph Hellwig · 4 years, 9 months ago
  100. 31eb618 block: mark block_depr static by Christoph Hellwig · 4 years, 9 months ago