1. 6bbf591 Merge tag 'block-5.14-2021-08-07' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 5 months ago
  2. 2e9fb2c block/partitions/ldm.c: Fix a kernel-doc warning by Bart Van Assche · 3 years, 5 months ago
  3. a022f7d Merge tag 'block-5.14-2021-07-08' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 6 months ago
  4. 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
  5. 63c38d8 block: remove the bdgrab in blk_drop_partitions by Christoph Hellwig · 3 years, 7 months ago
  6. b5cfbd3 block: check disk exist before trying to add partition by Yufen Yu · 3 years, 7 months ago
  7. 0384264 block: pass a gendisk to bdev_disk_changed by Christoph Hellwig · 3 years, 7 months ago
  8. 630161c block: move bdev_disk_changed by Christoph Hellwig · 3 years, 7 months ago
  9. ddcc5c5 block/partitions/msdos: Fix typo inidicator -> indicator by Thomas Bracht Laumann Jespersen · 3 years, 7 months ago
  10. 0e0ccde block: remove bdget_disk by Christoph Hellwig · 3 years, 8 months ago
  11. a869870 block: move bd_mutex to struct gendisk by Christoph Hellwig · 3 years, 8 months ago
  12. 0d1feb7 block: automatically enable GENHD_FL_EXT_DEVT by Christoph Hellwig · 3 years, 8 months ago
  13. 7c3f828 block: refactor device number setup in __device_add_disk by Christoph Hellwig · 3 years, 8 months ago
  14. 1b17749 partitions: msdos: fix one-byte get_unaligned() by Arnd Bergmann · 3 years, 8 months ago
  15. 4bc2082 block/partitions/efi.c: Fix the efi_partition() kernel-doc header by Bart Van Assche · 3 years, 8 months ago
  16. 6c00292 Merge tag 'for-5.13/block-2021-04-27' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 9 months ago
  17. e306912 block: simplify partition_overlaps by Christoph Hellwig · 3 years, 10 months ago
  18. 6c4541a8 block: simplify partition removal by Christoph Hellwig · 3 years, 10 months ago
  19. c76f48e block: take bd_mutex around delete_partitions in del_gendisk by Christoph Hellwig · 3 years, 10 months ago
  20. d3c4a43 block: refactor blk_drop_partitions by Christoph Hellwig · 3 years, 10 months ago
  21. 473338b block: move more syncing and invalidation to delete_partition by Christoph Hellwig · 3 years, 10 months ago
  22. b896fa8 dasd: use bdev_disk_changed instead of blk_drop_partitions by Christoph Hellwig · 3 years, 10 months ago
  23. e82fc78 block: don't create too many partitions by Ming Lei · 3 years, 10 months ago
  24. 0f47227 block: revert "block: fix bd_size_lock use" by Damien Le Moal · 3 years, 11 months ago
  25. 582cd91 Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 11 months ago
  26. eafc63a block: use blk_queue_set_zoned in add_partition() by Damien Le Moal · 4 years ago
  27. 0fe3772 block: fix bd_size_lock use by Damien Le Moal · 4 years ago
  28. ef49d40 block: Fix an error handling in add_partition by Dinghao Liu · 4 years ago
  29. a33df75 block: use an xarray for disk->part_tbl by Christoph Hellwig · 4 years ago
  30. 52f019d block: add a hard-readonly flag to struct gendisk by Christoph Hellwig · 4 years ago
  31. 7b51e70 block: update some copyrights by Christoph Hellwig · 4 years, 1 month ago
  32. 0d02129 block: merge struct block_device and struct hd_struct by Christoph Hellwig · 4 years, 2 months ago
  33. ad1eaa5 block: switch disk_part_iter_* to use a struct block_device by Christoph Hellwig · 4 years, 2 months ago
  34. 9fc995a block: pass a block_device to blk_alloc_devt by Christoph Hellwig · 4 years, 2 months ago
  35. 41e5c81 block: remove the partno field from struct hd_struct by Christoph Hellwig · 4 years, 2 months ago
  36. 8446fe9 block: switch partition lookup to use struct block_device by Christoph Hellwig · 4 years, 2 months ago
  37. cb8432d block: allocate struct hd_struct as part of struct bdev_inode by Christoph Hellwig · 4 years, 2 months ago
  38. 83950d3 block: move the policy field to struct block_device by Christoph Hellwig · 4 years, 2 months ago
  39. 1bdd5ae block: move holder_dir to struct block_device by Christoph Hellwig · 4 years, 2 months ago
  40. 231926d block: move the partition_meta_info to struct block_device by Christoph Hellwig · 4 years, 2 months ago
  41. 29ff57c block: move the start_sect field to struct block_device by Christoph Hellwig · 4 years, 2 months ago
  42. 15e3d2c block: move disk stat accounting to struct block_device by Christoph Hellwig · 4 years, 2 months ago
  43. a782483 block: remove the nr_sects field in struct hd_struct by Christoph Hellwig · 4 years, 2 months ago
  44. 22ae8ce block: simplify bdev/disk lookup in blkdev_get by Christoph Hellwig · 4 years, 2 months ago
  45. 3ad11d7 Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 3 months ago
  46. 7370997 partitions/ibm: fix non-DASD devices by Christoph Hellwig · 4 years, 3 months ago
  47. 10ed166 block: add a bdget_part helper by Christoph Hellwig · 4 years, 4 months ago
  48. 88ce2a5 block: restore a specific error code in bdev_del_partition by Christoph Hellwig · 4 years, 4 months ago
  49. 8328eb2 block: remove the disk argument to delete_partition by Christoph Hellwig · 4 years, 5 months ago
  50. 7cf34d9 block: remove the discard_alignment field from struct hd_struct by Christoph Hellwig · 4 years, 5 months ago
  51. 7b8917f block: remove the alignment_offset field from struct hd_struct by Christoph Hellwig · 4 years, 5 months ago
  52. c2b4bb8 block: fix locking for struct block_device size updates by Christoph Hellwig · 4 years, 5 months ago
  53. 08fc1ab block: fix locking in bdev_del_partition by Christoph Hellwig · 4 years, 5 months ago
  54. cafe01e block: release disk reference in hd_struct_free_work by Ming Lei · 4 years, 5 months ago
  55. d0f0f1b block: always remove partitions from blk_drop_partitions() by Ming Lei · 4 years, 6 months ago
  56. d2b1c81 Merge tag 'block-5.8-2020-06-19' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 7 months ago
  57. bc163c2 partitions/ldm: Replace uuid_copy() with import_uuid() where it makes sense by Andy Shevchenko · 4 years, 9 months ago
  58. 8a631c2 block: Replace zero-length array with flexible-array by Gustavo A. R. Silva · 4 years, 8 months ago
  59. a7f7f62 treewide: replace '---help---' in Kconfig files with 'help' by Masahiro Yamada · 4 years, 7 months ago
  60. bce159d Merge tag 'for-5.8/drivers-2020-06-01' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 8 months ago
  61. 58d4f14 block: always use a percpu variable for disk stats by Christoph Hellwig · 4 years, 8 months ago
  62. 26d7e28 s390/dasd: remove ioctl_by_bdev calls by Stefan Haberland · 4 years, 8 months ago
  63. 07c4e1e block: only define 'nr_sects_seq' in hd_part for 32bit SMP by Ming Lei · 4 years, 8 months ago
  64. b7d6c30 block: fix use-after-free on cached last_lookup partition by Ming Lei · 4 years, 8 months ago
  65. 873f1c8 Merge branch 'block-5.7' into for-5.8/block by Jens Axboe · 4 years, 8 months ago
  66. 10c70d9 block: remove the bd_openers checks in blk_drop_partitions by Christoph Hellwig · 4 years, 9 months ago
  67. d5f3178 block: simplify block device syncing in bdev_del_partition by Christoph Hellwig · 4 years, 9 months ago
  68. e669c1d block: don't call invalidate_partition from blk_drop_partitions by Christoph Hellwig · 4 years, 9 months ago
  69. 21be6cd dasd: use blk_drop_partitions instead of badly reimplementing it by Christoph Hellwig · 4 years, 9 months ago
  70. d46430b block: remove the disk argument from blk_drop_partitions by Christoph Hellwig · 4 years, 9 months ago
  71. 4377b48 block: remove hd_struct_kill by Christoph Hellwig · 4 years, 9 months ago
  72. 8da2892 block: cleanup hd_struct freeing by Christoph Hellwig · 4 years, 9 months ago
  73. cddae80 block: pass a hd_struct to delete_partition by Christoph Hellwig · 4 years, 9 months ago
  74. fa9156a block: refactor blkpg_ioctl by Christoph Hellwig · 4 years, 9 months ago
  75. cb6b771 block: fix busy device checking in blk_drop_partitions again by Christoph Hellwig · 4 years, 9 months ago
  76. d3ef5536 block: fix busy device checking in blk_drop_partitions by Christoph Hellwig · 4 years, 10 months ago
  77. a776c27 Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 10 months ago
  78. 581e260 block: move block layer internals out of include/linux/genhd.h by Christoph Hellwig · 4 years, 10 months ago
  79. 387048b block: merge partition-generic.c and check.c by Christoph Hellwig · 4 years, 10 months ago
  80. 3f4fc59 block: move the various x86 Unix label formats out of genhd.h by Christoph Hellwig · 4 years, 10 months ago
  81. cb0ab52 partitions/msdos: remove LINUX_SWAP_PARTITION by Christoph Hellwig · 4 years, 10 months ago
  82. 0226e9e block: move the *_PARTITION enum out of genhd.h by Christoph Hellwig · 4 years, 10 months ago
  83. 1442f76 block: move struct partition out of genhd.h by Christoph Hellwig · 4 years, 10 months ago
  84. cbb5cb3 block: remove block/partitions/sun.h by Christoph Hellwig · 4 years, 10 months ago
  85. 95f77ef block: remove block/partitions/sgi.h by Christoph Hellwig · 4 years, 10 months ago
  86. 3466f63 block: remove block/partitions/osf.h by Christoph Hellwig · 4 years, 10 months ago
  87. f6d1735 block: remove block/partitions/karma.h by Christoph Hellwig · 4 years, 10 months ago
  88. 3f1b95e block: declare all partition detection routines in check.h by Christoph Hellwig · 4 years, 10 months ago
  89. ffa9ed6 block: remove warn_no_part by Christoph Hellwig · 4 years, 10 months ago
  90. 1a9fba3 block: unexport read_dev_sector and put_dev_sector by Christoph Hellwig · 4 years, 10 months ago
  91. d5528d5 partitions/efi: Fix partition name parsing in GUID partition entry by Nikolai Merinov · 4 years, 10 months ago
  92. 5336da3 partitions/ldm: fix spelling mistake "to" -> "too" by Colin Ian King · 5 years ago
  93. 4f4cfa6 docs: admin-guide: add a series of orphaned documents by Mauro Carvalho Chehab · 6 years ago
  94. 898bd37 docs: block: convert to ReST by Mauro Carvalho Chehab · 6 years ago
  95. 210eaaa block/partitions/ldm: Convert a kernel-doc header into a non-kernel-doc header by Bart Van Assche · 6 years ago
  96. 3dcf60b block: add SPDX tags to block layer files missing licensing information by Christoph Hellwig · 6 years ago
  97. a497ee3 block: switch all files cleared marked as GPLv2 or later to SPDX tags by Christoph Hellwig · 6 years ago
  98. 8c16567 block: switch all files cleared marked as GPLv2 to SPDX tags by Christoph Hellwig · 6 years ago
  99. d43fdae partitions/aix: append null character to print data from disk by Mauricio Faria de Oliveira · 6 years ago
  100. 14cb2c8 partitions/aix: fix usage of uninitialized lv_info and lvname structures by Mauricio Faria de Oliveira · 6 years ago