1. 8302294 Merge branch 'tracing/core-v2' into tracing-for-linus by Ingo Molnar · 15 years ago
  2. 21cdbc1 Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6 by Linus Torvalds · 15 years ago
  3. b44b0ab3 [S390] dasd: add large volume support by Stefan Weinhuber · 15 years ago
  4. f67f129 Driver core: implement uevent suppress in kobject by Ming Lei · 15 years ago
  5. 157f9c0 tracing/blktrace: fix up checkpatch reported problems in ftrace plugin patch by Arnaldo Carvalho de Melo · 15 years ago
  6. c71a896 blktrace: add ftrace plugin by Arnaldo Carvalho de Melo · 15 years ago
  7. 54b0d12 block: fix bug in ptbl lookup cache by Neil Brown · 16 years ago
  8. 3ada8b7 block: struct device - replace bus_id with dev_name(), dev_set_name() by Kay Sievers · 16 years ago
  9. 55e8e30 block/md: fix md autodetection by Tejun Heo · 16 years ago
  10. ba32929 block: make add_partition() return pointer to hd_struct by Tejun Heo · 16 years ago
  11. eb60fa1 block: fix add_partition() error path by Tejun Heo · 16 years ago
  12. 572c489 [PATCH] sanitize blkdev_get() and friends by Al Viro · 17 years ago
  13. 9a1c354 [PATCH] pass fmode_t to blkdev_put() by Al Viro · 16 years ago
  14. 0fc71e3 block: add partition attribute for partition number by Tejun Heo · 16 years ago
  15. ac0d86f block: sanitize invalid partition table entries by Kay Sievers · 16 years ago
  16. 6722e45 fs/partitions/acorn.c: remove dead code by Adrian Bunk · 16 years ago
  17. 9bc3ffb Check for device resize when rescanning partitions by Andrew Patterson · 16 years ago
  18. 3e1a7ff block: allow disk to have extended device number by Tejun Heo · 16 years ago
  19. 689d6fa block: replace @ext_minors with GENHD_FL_EXT_DEVT by Tejun Heo · 16 years ago
  20. 540eed5 block: make partition array dynamic by Tejun Heo · 16 years ago
  21. 074a7ac block: move stats from disk to part0 by Tejun Heo · 16 years ago
  22. eddb2e2 block: kill GENHD_FL_FAIL and use part0->make_it_fail by Tejun Heo · 16 years ago
  23. 0762b8b block: always set bdev->bd_part by Tejun Heo · 16 years ago
  24. 4c46501 block: move holder_dir from disk to part0 by Tejun Heo · 16 years ago
  25. b7db995 block: move policy from disk to part0 by Tejun Heo · 16 years ago
  26. e561052 block: unify sysfs size node handling by Tejun Heo · 16 years ago
  27. 80795ae block: move capacity from disk to part0 by Tejun Heo · 16 years ago
  28. b5d0b9d block: introduce partition 0 by Tejun Heo · 16 years ago
  29. ed9e198 block: implement and use {disk|part}_to_dev() by Tejun Heo · 16 years ago
  30. bcce3de block: implement extended dev numbers by Tejun Heo · 16 years ago
  31. c995905 block: fix diskstats access by Tejun Heo · 16 years ago
  32. e71bf0d block: fix disk->part[] dereferencing race by Tejun Heo · 16 years ago
  33. f331c02 block: don't depend on consecutive minor space by Tejun Heo · 16 years ago
  34. cf771cb block: make variable and argument names more consistent by Tejun Heo · 16 years ago
  35. 88e3412 block: update add_partition() error handling by Tejun Heo · 16 years ago
  36. ec2cded block: allow deleting zero length partition by Tejun Heo · 16 years ago
  37. 8d99f83 rescan_partitions(): make device capacity errors non-fatal by Andrew Morton · 16 years ago
  38. d991696 fs/partitions/efi: convert to pr_debug by Thomas Gleixner · 16 years ago
  39. 04ebd4a block/ioctl.c and fs/partition/check.c: check value returned by add_partition() by Abdel Benamrouche · 16 years ago
  40. d805dda fs/partition/check.c: fix return value warning by Abdel Benamrouche · 16 years ago
  41. b7bbf8f fs: ldm.[ch] use get_unaligned_* helpers by Harvey Harrison · 16 years ago
  42. aab0de2 driver core: remove KOBJ_NAME_LEN define by Kay Sievers · 16 years ago
  43. 8e24eea fs: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  44. 0607fd0 fat: detect media without partition table correctly by Frank Seidel · 16 years ago
  45. 6bcf19d block: send disk "change" event for rescan_partitions() by Kay Sievers · 16 years ago
  46. c3c930d Enhanced partition statistics: remove old partition statistics by Jerome Marchand · 16 years ago
  47. 34e8bea Enhanced partition statistics: sysfs by Jerome Marchand · 16 years ago
  48. 6f2576a Enhanced partition statistics: update partition statitics by Jerome Marchand · 16 years ago
  49. f4a00a2 Block: Fix whole_disk attribute bug by Greg Kroah-Hartman · 16 years ago
  50. b75cb06 partition: use DEFAULT_SGI_PARTITION for SGI_PARTION default by Thomas Bogendoerfer · 16 years ago
  51. 197b12d Kobject: convert fs/* from kobject_unregister() to kobject_put() by Greg Kroah-Hartman · 17 years ago
  52. edfaa7c Driver core: convert block from raw kobjects to core devices by Kay Sievers · 17 years ago
  53. 830d3cf kset: convert block_subsys to use kset_create by Greg Kroah-Hartman · 17 years ago
  54. 4ff6abf kobject: get rid of kobject_add_dir by Greg Kroah-Hartman · 17 years ago
  55. b1519d0 fs/partitions/sun.c endianness annotations by Al Viro · 17 years ago
  56. 19c38de kobjects: fix up improper use of the kobject name field by Greg Kroah-Hartman · 17 years ago
  57. 3961bae [PARTITION]: Sun/Solaris VTOC table corrections by Mark Fortescue · 17 years ago
  58. b84d879 [PARTITION] MSDOS: Fix Sun num_partitions handling. by Mark Fortescue · 17 years ago
  59. dd00cc4 some kmalloc/memset ->kzalloc (tree wide) by Yoann Padioleau · 17 years ago
  60. 959bc220 Fix LDM for new field in the VOL5 VBLK. by Anton Altaparmakov · 17 years ago
  61. d05e96f fix compiler warnings in acorn.c by Denver Gingerich · 17 years ago
  62. 7b59575 sysfs: kill unnecessary attribute->owner by Tejun Heo · 17 years ago
  63. bf1a95a [S390] fixed cdl-format detection. by Stefan Haberland · 17 years ago
  64. 72dd9ca partitions/LDM: build fix by Jeff Garzik · 17 years ago
  65. dde3334 LDM: Fix for Windows Vista dynamic disks by Anton Altaparmakov · 17 years ago
  66. 4c64c30 small cleanup in gpt partition handling by Olaf Hering · 17 years ago
  67. 22258d4 Let SYSV68_PARTITION default to yes on VME only by Geert Uytterhoeven · 17 years ago
  68. 19d0e8c partition: add support for sysv68 partitions by Philippe De Muyter · 17 years ago
  69. 96018fd mm: optimize acorn partition truncate by Peter Zijlstra · 17 years ago
  70. f98393a mm: remove destroy_dirty_buffers from invalidate_bdev() by Peter Zijlstra · 17 years ago
  71. 6fe6900 mm: make read_cache_page synchronous by Nick Piggin · 17 years ago
  72. 823bccf remove "struct subsystem" as it is no longer needed by Greg Kroah-Hartman · 17 years ago
  73. e5d480f [PATCH] change misleading EFI partition support description by Johannes Berg · 17 years ago
  74. b74a2f0 [PATCH] fix rescan_partitions to return errors properly by suzuki · 17 years ago
  75. 9bebff6 [PATCH] check_partition(): fix error check by suzuki · 17 years ago
  76. b92be9f Driver: remove redundant kobject_unregister checks by Mariusz Kozlowski · 17 years ago
  77. c827ba4 Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6 by Linus Torvalds · 17 years ago
  78. a470e18 [PATCH] msdos partitions: fix logic error in AIX detection by Olaf Hering · 17 years ago
  79. 4419d1a [PATCH] relax check for AIX in msdos partition table by Olaf Hering · 17 years ago
  80. d18d768 [PARTITION]: Add whole_disk attribute. by Fabio Massimo Di Nitto · 17 years ago
  81. 14b36af [MIPS] Rename SNI_RM200_PCI to just SNI_RM preparing for more RM machines by Thomas Bogendoerfer · 18 years ago
  82. c17bb49 [PATCH] fault-injection capability for disk IO by Akinobu Mita · 18 years ago
  83. 57881dd [PATCH] Fix check_partition routines by Suzuki K P · 18 years ago
  84. 5127d00 [PATCH] fix rescan_partitions to return errors properly by Suzuki Kp · 18 years ago
  85. a79f43a [PATCH] Enable RAID autorun on Mac partition tables. by David Woodhouse · 18 years ago
  86. eee44cc [PATCH] fs/partitions/check: add sysfs error handling by Jeff Garzik · 18 years ago
  87. 3524de1 [PATCH] fs/partitions endianness annotations by Al Viro · 19 years ago
  88. 130c6b9 [PATCH] fs/partitions: Conversion to generic boolean by Richard Knutsson · 18 years ago
  89. 9361401 [PATCH] BLOCK: Make it possible to disable the block layer [try #6] by David Howells · 18 years ago
  90. e1dfa92 [PATCH] ignore partition table on disks with AIX label by Olaf Hering · 18 years ago
  91. f8314dc [PATCH] fs: Conversions from kmalloc+memset to k(z|c)alloc by Panagiotis Issaris · 18 years ago
  92. 81a42d2 [DISKLABEL] SUN: Fix signed int usage for sector count by Jeff Mahoney · 18 years ago
  93. cfa224e [PATCH] enable mac partition label per default on pmac by Olaf Hering · 18 years ago
  94. 25e206b [PATCH] partitions: let partitions inherit policy from disk by Peter Oberparleiter · 18 years ago
  95. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  96. ff23eca [PATCH] devfs: Remove the devfs_fs_kernel.h file from the tree by Greg Kroah-Hartman · 19 years ago
  97. 8ab5e4c [PATCH] devfs: Remove devfs_remove() function from the kernel tree by Greg Kroah-Hartman · 19 years ago
  98. 1a715c5 [PATCH] devfs: Remove devfs_mk_bdev() function from the kernel tree by Greg Kroah-Hartman · 19 years ago
  99. a296418 [PATCH] devfs: Remove devfs from the partition code by Greg Kroah-Hartman · 19 years ago
  100. 98bd34e [PATCH] make kernel warn about incorrectly sized partitions by Mike Miller · 18 years ago