1. 10c70d9 block: remove the bd_openers checks in blk_drop_partitions by Christoph Hellwig · 4 years, 8 months ago
  2. cb6b771 block: fix busy device checking in blk_drop_partitions again by Christoph Hellwig · 4 years, 9 months ago
  3. d3ef5536 block: fix busy device checking in blk_drop_partitions by Christoph Hellwig · 4 years, 9 months ago
  4. a776c27 Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 9 months ago
  5. 581e260 block: move block layer internals out of include/linux/genhd.h by Christoph Hellwig · 4 years, 9 months ago
  6. 387048b block: merge partition-generic.c and check.c by Christoph Hellwig · 4 years, 9 months ago
  7. 3f4fc59 block: move the various x86 Unix label formats out of genhd.h by Christoph Hellwig · 4 years, 9 months ago
  8. cb0ab52 partitions/msdos: remove LINUX_SWAP_PARTITION by Christoph Hellwig · 4 years, 9 months ago
  9. 0226e9e block: move the *_PARTITION enum out of genhd.h by Christoph Hellwig · 4 years, 9 months ago
  10. 1442f76 block: move struct partition out of genhd.h by Christoph Hellwig · 4 years, 9 months ago
  11. cbb5cb3 block: remove block/partitions/sun.h by Christoph Hellwig · 4 years, 9 months ago
  12. 95f77ef block: remove block/partitions/sgi.h by Christoph Hellwig · 4 years, 9 months ago
  13. 3466f63 block: remove block/partitions/osf.h by Christoph Hellwig · 4 years, 9 months ago
  14. f6d1735 block: remove block/partitions/karma.h by Christoph Hellwig · 4 years, 9 months ago
  15. 3f1b95e block: declare all partition detection routines in check.h by Christoph Hellwig · 4 years, 9 months ago
  16. ffa9ed6 block: remove warn_no_part by Christoph Hellwig · 4 years, 9 months ago
  17. 1a9fba3 block: unexport read_dev_sector and put_dev_sector by Christoph Hellwig · 4 years, 9 months ago
  18. d5528d5 partitions/efi: Fix partition name parsing in GUID partition entry by Nikolai Merinov · 4 years, 10 months ago
  19. 5336da3 partitions/ldm: fix spelling mistake "to" -> "too" by Colin Ian King · 5 years ago
  20. 4f4cfa6 docs: admin-guide: add a series of orphaned documents by Mauro Carvalho Chehab · 6 years ago
  21. 898bd37 docs: block: convert to ReST by Mauro Carvalho Chehab · 6 years ago
  22. 210eaaa block/partitions/ldm: Convert a kernel-doc header into a non-kernel-doc header by Bart Van Assche · 6 years ago
  23. 3dcf60b block: add SPDX tags to block layer files missing licensing information by Christoph Hellwig · 6 years ago
  24. a497ee3 block: switch all files cleared marked as GPLv2 or later to SPDX tags by Christoph Hellwig · 6 years ago
  25. 8c16567 block: switch all files cleared marked as GPLv2 to SPDX tags by Christoph Hellwig · 6 years ago
  26. d43fdae partitions/aix: append null character to print data from disk by Mauricio Faria de Oliveira · 6 years ago
  27. 14cb2c8 partitions/aix: fix usage of uninitialized lv_info and lvname structures by Mauricio Faria de Oliveira · 6 years ago
  28. e84422c partitions/ldm: remove redundant pointer dgrp by Colin Ian King · 6 years ago
  29. fad953c treewide: Use array_size() in vzalloc() by Kees Cook · 7 years ago
  30. 6da2ec5 treewide: kmalloc() -> kmalloc_array() by Kees Cook · 7 years ago
  31. 645d409 block: add verifier for cmdline partition by Wang YanQing · 7 years ago
  32. 5f15684 partitions/msdos: Unable to mount UFS 44bsd partitions by Richard Narron · 7 years ago
  33. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  34. 59b9c62 partitions/ldm: switch to use uuid_t by Christoph Hellwig · 8 years ago
  35. 2232203 partitions/msdos: FreeBSD UFS2 file systems are not recognized by Richard · 8 years ago
  36. c5082b7 partitions/efi: Fix integer overflow in GPT size calculation by Alden Tondettar · 8 years ago
  37. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  38. 9c87471 block: atari: Return early for unsupported sector size by Gabriel Krisman Bertazi · 8 years ago
  39. 7244ad6 block/partitions/ldm.c: use generic UUID library by Andy Shevchenko · 9 years ago
  40. c19ca6c treewide: Fix typos in printk by Masanari Iida · 9 years ago
  41. 02e2a5b mac: validate mac_partition is within sector by Kees Cook · 9 years ago
  42. 3e12cef Merge branch 'for-3.20/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 10 years ago
  43. bb5c3cd block: Remove annoying "unknown partition table" message by Boaz Harrosh · 10 years ago
  44. 26e0227 efi: Rename efi_guid_unparse to efi_guid_to_str by Borislav Petkov · 10 years ago
  45. 5829405 block: Replace strnicmp with strncasecmp by Rasmus Villemoes · 10 years ago
  46. d97a86c partitions: aix.c: off by one bug by Dan Carpenter · 10 years ago
  47. 16e1556 block/partitions/efi.c: kerneldoc fixing by Fabian Frederick · 11 years ago
  48. dce14c2 block/partitions/msdos.c: code clean-up by Fabian Frederick · 11 years ago
  49. 600ffc5 block/partitions/amiga.c: replace nolevel printk by pr_err by Fabian Frederick · 11 years ago
  50. 472d5e2 block/partitions/aix.c: replace count*size kzalloc by kcalloc by Fabian Frederick · 11 years ago
  51. e3ebf0d block: Use macros from compiler.h instead of __attribute__((...)) by Gideon Israel Dsouza · 11 years ago
  52. 49204c1 block/partitions/efi.c: fix bound check by Antti P Miettinen · 11 years ago
  53. 87fc0ad block/partitions/efi.c: treat size mismatch as a warning, not an error by Doug Anderson · 11 years ago
  54. 080506a block: change config option name for cmdline partition parsing by Paul Gortmaker · 11 years ago
  55. 6b02fa5 partitions/efi: loosen check fot pmbr size in lba by Davidlohr Bueso · 11 years ago
  56. b4bc4a1 block/partitions/efi.c: consistently use pr_foo() by Andrew Morton · 11 years ago
  57. 70f637e partitions/efi: some style cleanups by Davidlohr Bueso · 11 years ago
  58. 08009b3 partitions/efi: delete annoying emacs style comments by Davidlohr Bueso · 11 years ago
  59. aa054bc partitions/efi: compare first and last usable LBAs by Davidlohr Bueso · 11 years ago
  60. 27a7c64 partitions/efi: account for pmbr size in lba by Davidlohr Bueso · 11 years ago
  61. b05ebbb partitions/efi: detect hybrid MBRs by Davidlohr Bueso · 11 years ago
  62. 3e69ac3 partitions/efi: do not require gpt partition to begin at sector 1 by Davidlohr Bueso · 11 years ago
  63. 33afd7a partitions/efi: check pmbr record's starting lba by Davidlohr Bueso · 11 years ago
  64. c2ebdc2 partitions/efi: use lba-aware partition records by Davidlohr Bueso · 11 years ago
  65. bab5541 block: support embedded device command line partition by Cai Zhiyong · 11 years ago
  66. f8f0660 partitions/msdos: enumerate also AIX LVM partitions by Philippe De Muyter · 11 years ago
  67. 6ceea22 partitions: add aix lvm partition support files by Philippe De Muyter · 11 years ago
  68. 1d04f3c partitions/msdos.c: end-of-line whitespace and semicolon cleanup by Philippe De Muyter · 11 years ago
  69. ea56505 partitions/efi.c: replace useless kzalloc's by kmalloc's by Philippe De Muyter · 12 years ago
  70. ac2e532 block/partitions: optimize memory allocation in check_partition() by Ming Lei · 12 years ago
  71. 06004e6 block/partitions/mac.c: obey the state->limit constraint by Ming Lei · 12 years ago
  72. 8b8a6e1 block/partitions/efi.c: ensure that the GPT header is at least the size of the structure. by Peter Jones · 12 years ago
  73. 86ee8ba block/partition/msdos: detect AIX formatted disks even without 55aa by Philippe De Muyter · 12 years ago
  74. 9228ff9 Merge branch 'for-3.8/drivers' of git://git.kernel.dk/linux-block by Linus Torvalds · 12 years ago
  75. 5f6f38d partitions: enable EFI/GPT support by default by Diego Calleja · 12 years ago
  76. d33b98f block: partition: msdos: provide UUIDs for partitions by Stephen Warren · 12 years ago
  77. 1ad7e89 block: store partition_meta_info.uuid as a string by Stephen Warren · 12 years ago
  78. 46e8894 s390/partitions: make partition detection independent from DASD ioctls by Stefan Weinhuber · 12 years ago
  79. 505e5ec s390/dasd: re-prioritize partition detection message by Stefan Haberland · 13 years ago
  80. 97387e3 LDM: Fix reassembly of extended VBLKs. by Anton Altaparmakov · 13 years ago
  81. 94ea415 separate partition format handling from generic code by Al Viro · 13 years ago
  82. 9be96f3 move fs/partitions to block/ by Al Viro · 13 years ago