1. 93b270f Fix over-zealous flush_disk when changing device size. by NeilBrown · 13 years ago
  2. 81c5e2a Merge branch 'for-2.6.38/event-handling' into for-2.6.38/core by Jens Axboe · 13 years ago
  3. 6c23a96 block: add internal hd part table references by Jens Axboe · 13 years ago
  4. 09e099d block: fix accounting bug on cross partition merges by Jerome Marchand · 13 years ago
  5. e61eb2e fs/block: type signature of major_to_index(int) to major_to_index(unsigned) by Yang Zhang · 13 years ago
  6. b9f985b block: convert !IS_ERR(p) && p to !IS_ERR_NOR_NULL(p) by Yang Zhang · 13 years ago
  7. 77ea887 implement in-kernel gendisk events handling by Tejun Heo · 13 years ago
  8. d2bf1b6 block: move register_disk() and del_gendisk() to block/genhd.c by Tejun Heo · 13 years ago
  9. dddd9dc block: kill genhd_media_change_notify() by Tejun Heo · 13 years ago
  10. f253b86 Revert "block: fix accounting bug on cross partition merges" by Jens Axboe · 14 years ago
  11. b9da057 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 by Linus Torvalds · 14 years ago
  12. e52eec1 SYSFS: Allow boot time switching between deprecated and modern sysfs layout by Andi Kleen · 14 years ago
  13. 7681bfe block: fix accounting bug on cross partition merges by Yasuaki Ishimatsu · 14 years ago
  14. 01ea506 block: Fix race during disk initialization by Signed-off-by: Jan Kara · 14 years ago
  15. b5af921 init: add support for root devices specified by partition UUID by Will Drewry · 14 years ago
  16. 6d1d805 block, partition: add partition_meta_info to hd_struct by Will Drewry · 14 years ago
  17. f1ac2502 block: remove all rcu head initializations by Paul E. McKenney · 14 years ago
  18. b6ac23af blkio: fix for modular blk-cgroup build by Divyesh Shah · 14 years ago
  19. dd3d145 block: Fix discard alignment calculation and printing by Martin K. Petersen · 14 years ago
  20. 86b3728 block: Expose discard granularity by Martin K. Petersen · 15 years ago
  21. 316d315 block: Seperate read and write statistics of in_flight requests v2 by Nikanth Karthikesan · 15 years ago
  22. 0f78ab9 Revert "Seperate read and write statistics of in_flight requests" by Jens Axboe · 15 years ago
  23. e454cea Driver-Core: extend devnode callbacks to provide permissions by Kay Sievers · 15 years ago
  24. a4dbd67 driver model: constify attribute groups by David Brownell · 15 years ago
  25. a9327ca Seperate read and write statistics of in_flight requests by Nikanth Karthikesan · 15 years ago
  26. e3264a4 Send uevents for write_protect changes by Hannes Reinecke · 15 years ago
  27. b03f38b Driver Core: block: add nodename support for block drivers. by Kay Sievers · 15 years ago
  28. c72758f block: Export I/O topology for block devices and partitions by Martin K. Petersen · 15 years ago
  29. 71982a4 block: include empty disks in /proc/diskstats by Tejun Heo · 15 years ago
  30. 9e8c0bc block: add documentation for register_blkdev() by Márton Németh · 15 years ago
  31. 41b8c85 block: fix booting from partitioned md array by Neil Brown · 15 years ago
  32. 3ada8b7 block: struct device - replace bus_id with dev_name(), dev_set_name() by Kay Sievers · 15 years ago
  33. a6f2365 block: add one-hit cache for disk partition lookup by Jens Axboe · 16 years ago
  34. bf91db1 block: set disk->node_id before it's being used by Cheng Renquan · 16 years ago
  35. 561ec68 block: fix boot failure with CONFIG_DEBUG_BLOCK_EXT_DEVT=y and nash by Zhang, Yanmin · 16 years ago
  36. 31d85ab proc: move /proc/diskstats boilerplate to block/genhd.c by Alexey Dobriyan · 16 years ago
  37. f500975 proc: move rest of /proc/partitions code to block/genhd.c by Alexey Dobriyan · 16 years ago
  38. 496aa8a block: fix current kernel-doc warnings by Randy Dunlap · 16 years ago
  39. e6d63840 block: fix kernel-doc for blk_alloc_devt() by Li Zefan · 16 years ago
  40. 581d4e2 block: add fault injection mechanism for faking request timeouts by Jens Axboe · 16 years ago
  41. 243294d block: fix duplicate headers for /proc/partitions by Tejun Heo · 16 years ago
  42. 2bbedcb block: don't test for partition size in bdget_disk() and blk_lookup_devt() by Tejun Heo · 16 years ago
  43. aeb3d3a block: kmalloc args reversed, small function definition fixes by Harvey Harrison · 16 years ago
  44. 3e1a7ff block: allow disk to have extended device number by Tejun Heo · 16 years ago
  45. 689d6fa block: replace @ext_minors with GENHD_FL_EXT_DEVT by Tejun Heo · 16 years ago
  46. 540eed5 block: make partition array dynamic by Tejun Heo · 16 years ago
  47. 074a7ac block: move stats from disk to part0 by Tejun Heo · 16 years ago
  48. eddb2e2 block: kill GENHD_FL_FAIL and use part0->make_it_fail by Tejun Heo · 16 years ago
  49. b7db995 block: move policy from disk to part0 by Tejun Heo · 16 years ago
  50. e561052 block: unify sysfs size node handling by Tejun Heo · 16 years ago
  51. 548b10e block: move __dev from disk to part0 by Tejun Heo · 16 years ago
  52. b5d0b9d block: introduce partition 0 by Tejun Heo · 16 years ago
  53. ed9e198 block: implement and use {disk|part}_to_dev() by Tejun Heo · 16 years ago
  54. 870d665 block: implement CONFIG_DEBUG_BLOCK_EXT_DEVT by Tejun Heo · 16 years ago
  55. 1f01429 block: adjust formatting for large minors and add ext_range sysfs attr by Tejun Heo · 16 years ago
  56. bcce3de block: implement extended dev numbers by Tejun Heo · 16 years ago
  57. c995905 block: fix diskstats access by Tejun Heo · 16 years ago
  58. e71bf0d block: fix disk->part[] dereferencing race by Tejun Heo · 16 years ago
  59. f331c02 block: don't depend on consecutive minor space by Tejun Heo · 16 years ago
  60. cf771cb block: make variable and argument names more consistent by Tejun Heo · 16 years ago
  61. 310a2c1 block: misc updates by Tejun Heo · 16 years ago
  62. def4e38 block: use class_dev_iterator instead of class_for_each_device() by Tejun Heo · 16 years ago
  63. 2ac3cee block: don't grab block_class_lock unnecessarily by Tejun Heo · 16 years ago
  64. ac65ece block: fix partition info printouts by Tejun Heo · 16 years ago
  65. 710027a Add some block/ source files to the kernel-api docbook. Fix kernel-doc notation in them as needed. Fix changed function parameter names. Fix typos/spellos. In comments, change REQ_SPECIAL to REQ_TYPE_SPECIAL and REQ_BLOCK_PC to REQ_TYPE_BLOCK_PC. by Randy Dunlap · 16 years ago
  66. ddef43a block: restore original behavior of /proc/partition when there's no partition by Tejun Heo · 16 years ago
  67. bb23b43 remove blk_register_filter and blk_unregister_filter in gendisk by FUJITA Tomonori · 16 years ago
  68. 5c0ef6d block: drop references taken by class_find_device() by Kay Sievers · 16 years ago
  69. 068281d block: fix partial read() of /proc/{partitions,diskstats} by Kay Sievers · 16 years ago
  70. 27f3025 block: make /proc/partitions and /proc/diskstats use class_find_device() by Greg Kroah-Hartman · 16 years ago
  71. 66c64af block: move header for /proc/partitions to seq_start by Greg Kroah-Hartman · 16 years ago
  72. 68c4d4a block: make proc files seq_start use the class_find_device() by Greg Kroah-Hartman · 16 years ago
  73. a6e2ba8 block: make /proc/diskstats only build if CONFIG_PROC_FS is enabled by Randy Dunlap · 16 years ago
  74. a142be8 block: make blk_lookup_devt use the class iterator function by Greg Kroah-Hartman · 16 years ago
  75. 5c6f35c block: make printk_partition use the class iterator function by Greg Kroah-Hartman · 16 years ago
  76. 6ffeea7 block: fix compiler warning in genhd.c by Greg Kroah-Hartman · 16 years ago
  77. e105b8b sysfs: add /sys/dev/{char,block} to lookup sysfs path by major:minor by Dan Williams · 16 years ago
  78. 0b07de8 allow userspace to modify scsi command filter on per device basis by Adel Gadllah · 16 years ago
  79. 1c9ce52 block: export "ro" attribute by Kay Sievers · 16 years ago
  80. d5791d1 Fix invalid access errors in blk_lookup_devt by Linus Torvalds · 16 years ago
  81. 30f2f0e block: do_mounts - accept root=<non-existant partition> by Kay Sievers · 16 years ago
  82. cf0ca9f mm: bdi: export BDI attributes in sysfs by Peter Zijlstra · 16 years ago
  83. ee27a55 genhd must_check warning fix by Roland McGrath · 16 years ago
  84. 1826ead block/genhd.c: cleanups by Adrian Bunk · 16 years ago
  85. ff88972 proper prototype for blk_dev_init() by Adrian Bunk · 16 years ago
  86. 28f39d5 Enhanced partition statistics: procfs by Jerome Marchand · 16 years ago
  87. 12f32bb block: constify function pointer tables by Jan Engelhardt · 16 years ago
  88. edfaa7c Driver core: convert block from raw kobjects to core devices by Kay Sievers · 17 years ago
  89. 830d3cf kset: convert block_subsys to use kset_create by Greg Kroah-Hartman · 17 years ago
  90. 3514fac kobject: remove struct kobj_type from struct kset by Greg Kroah-Hartman · 17 years ago
  91. c767403 block: Fix memory leak in alloc_disk_node() by Jerome Marchand · 17 years ago
  92. 7eff2e7 Driver core: change add_uevent_var to use a struct by Kay Sievers · 17 years ago
  93. f448024 unregister_blkdev(): return void by Akinobu Mita · 17 years ago
  94. 294462a unregister_blkdev(): do WARN_ON on failure by Akinobu Mita · 17 years ago
  95. 94f6030 Slab allocators: Replace explicit zeroing with __GFP_ZERO by Christoph Lameter · 17 years ago
  96. 8ce7ad7 genhd: send async notification on media change by Kristen Carlson Accardi · 17 years ago
  97. 86ce18d genhd: expose AN to user space by Kristen Carlson Accardi · 17 years ago
  98. dd2a345 Display all possible partitions when the root filesystem failed to mount by Dave Gilbert · 17 years ago
  99. 823bccf remove "struct subsystem" as it is no longer needed by Greg Kroah-Hartman · 17 years ago
  100. 2363cc0 [PATCH] remove protection of LANANA-reserved majors by Andrew Morton · 17 years ago