1. 9e653b6 [PATCH] md: Set/get state of array via sysfs by NeilBrown · 18 years ago
  2. 4254376 [PATCH] md: Don't write dirty/clean update to spares - leave them alone by NeilBrown · 18 years ago
  3. 07d84d10 [PATCH] md: Allow re-add to work on array without bitmaps by NeilBrown · 18 years ago
  4. 3285edf [PATCH] md: Fix bug that stops raid5 resync from happening by NeilBrown · 18 years ago
  5. b3cc9ec [PATCH] md: Fix Kconfig error by akpm@osdl.org · 18 years ago
  6. 4d2554d [PATCH] md: md Kconfig speeling feex by Justin Piszcz · 18 years ago
  7. 8838832 [PATCH] md: Calculate correct array size for raid10 in new offset mode by NeilBrown · 18 years ago
  8. ce25c31 [PATCH] md: Change md/bitmap file handling to use bmap to file blocks-fix by NeilBrown · 18 years ago
  9. d785a06 [PATCH] md/bitmap: change md/bitmap file handling to use bmap to file blocks by NeilBrown · 18 years ago
  10. acc55e2 [PATCH] md/bitmap: tidy up i_writecount handling in md/bitmap by NeilBrown · 18 years ago
  11. 0cdd02c [PATCH] md/bitmap: remove dead code from md/bitmap by NeilBrown · 18 years ago
  12. a647e4b [PATCH] md/bitmap: remove unnecessary page reference manipulations from md/bitmap code by NeilBrown · 18 years ago
  13. e16b68b [PATCH] md/bitmap: use set_bit etc for bitmap page attributes by NeilBrown · 18 years ago
  14. ec7a319 [PATCH] md/bitmap: cleaner separation of page attribute handlers in md/bitmap by NeilBrown · 18 years ago
  15. 0b79ccf [PATCH] md/bitmap: remove bitmap writeback daemon by NeilBrown · 18 years ago
  16. d7375ab [PATCH] md/bitmap: fix online removal of file-backed bitmaps by NeilBrown · 18 years ago
  17. 52c0329 [PATCH] md: split reshape portion of raid5 sync_request into a separate function by NeilBrown · 18 years ago
  18. 5e56341 [PATCH] md: make md_print_devices() static by Adrian Bunk · 18 years ago
  19. c93983b [PATCH] md: support stripe/offset mode in raid10 by NeilBrown · 18 years ago
  20. 7c7546c [PATCH] md: allow a linear array to have drives added while active by NeilBrown · 18 years ago
  21. 5fd6c1d [PATCH] md: allow checkpoint of recovery with version-1 superblock by NeilBrown · 18 years ago
  22. a8a55c3 [PATCH] md: remove nuisance message at shutdown by NeilBrown · 18 years ago
  23. 16a53ec [PATCH] md: merge raid5 and raid6 code by NeilBrown · 18 years ago
  24. 16f17b3 [PATCH] md: increase the delay before marking metadata clean, and make it configurable by NeilBrown · 18 years ago
  25. 9443a1d [PATCH] md: remove useless ioctl warning by NeilBrown · 18 years ago
  26. 8932c2e [PATCH] md: remove arbitrary limit on chunk size by NeilBrown · 18 years ago
  27. c70810b [PATCH] md: reformat code in raid1_end_write_request to avoid goto by NeilBrown · 18 years ago
  28. 72d9486 [PATCH] dm: improve error message consistency by Alasdair G Kergon · 18 years ago
  29. 5c6bd75 [PATCH] dm: prevent removal if open by Alasdair G Kergon · 18 years ago
  30. c2ade42 [PATCH] dm: create error table by David Teigland · 18 years ago
  31. 17b2f66 [PATCH] dm: add exports by Alasdair G Kergon · 18 years ago
  32. 2b06cff [PATCH] dm: consolidate creation functions by Alasdair G Kergon · 18 years ago
  33. 814d686 [PATCH] dm table split_args: handle no input by David Teigland · 18 years ago
  34. ce503f5 [PATCH] dm kcopyd: error accumulation fix by Jonathan Brassow · 18 years ago
  35. 8a835f1 [PATCH] dm mirror log: sync_count fix by Alasdair G Kergon · 18 years ago
  36. 29121bd [PATCH] dm mirror log: bitset_size fix by Alasdair G Kergon · 18 years ago
  37. b7cca19 [PATCH] dm mirror log: refactor context by Alasdair G Kergon · 18 years ago
  38. 702ca6f [PATCH] dm mirror log: sector size fix by Kevin Corry · 18 years ago
  39. 1435353 [PATCH] dm table: get_target: fix last index by Milan Broz · 18 years ago
  40. e4c8b3b [PATCH] dm: mirror sector offset fix by Neil Brown · 18 years ago
  41. f0b0411 [PATCH] dm: fix block device initialisation by Jeff Mahoney · 18 years ago
  42. 10da4f7 [PATCH] dm: add module ref counting by Jeff Mahoney · 18 years ago
  43. 7ec75f2 [PATCH] dm: fix mapped device ref counting by Jeff Mahoney · 18 years ago
  44. fba9f90 [PATCH] dm: add DMF_FREEING by Jeff Mahoney · 18 years ago
  45. f32c10b [PATCH] dm: change minor_lock to spinlock by Jeff Mahoney · 18 years ago
  46. 62f75c2 [PATCH] dm: move idr_pre_get by Jeff Mahoney · 18 years ago
  47. ba61fdd [PATCH] dm: fix idr minor allocation by Jeff Mahoney · 18 years ago
  48. 5806f07 [PATCH] lib: add idr_replace by Jeff Mahoney · 18 years ago
  49. c51c275 [PATCH] dm snapshot: unify chunk_size by Alasdair G Kergon · 18 years ago
  50. b877a96 [PATCH] VT binding: Make sticon support binding by Antonino A. Daplas · 18 years ago
  51. 2aea875 [PATCH] VT binding: Make promcon support binding by Antonino A. Daplas · 18 years ago
  52. e86bb8a [PATCH] VT binding: Make newport_con support binding by Antonino A. Daplas · 18 years ago
  53. ac08dae [PATCH] VT binding: Make mdacon support binding by Antonino A. Daplas · 18 years ago
  54. 6690075 [PATCH] VT binding: Update documentation by Antonino A. Daplas · 18 years ago
  55. 5bd4253 [PATCH] VT binding: Do not create a device file for class device 'fbcon' by Antonino A. Daplas · 18 years ago
  56. 13ae664 [PATCH] VT binding: Make VT binding a Kconfig option by Antonino A. Daplas · 18 years ago
  57. 6db4063 [PATCH] VT binding: Add sysfs control to the VT layer by Antonino A. Daplas · 18 years ago
  58. 79062a0 [PATCH] VT binding: Add new doc file describing the feature by Antonino A. Daplas · 18 years ago
  59. 418d1ce [PATCH] VT binding: fbcon: Update documentation by Antonino A. Daplas · 18 years ago
  60. e614b18 [PATCH] VT binding: Update fbcon to support binding by Antonino A. Daplas · 18 years ago
  61. 3e795de [PATCH] VT binding: Add binding/unbinding support for the VT console by Antonino A. Daplas · 18 years ago
  62. a4a73e1 [PATCH] Detaching fbcon: update documentation by Antonino A. Daplas · 18 years ago
  63. 5428b04 [PATCH] Detaching fbcon: add capability to attach/detach fbcon by Antonino A. Daplas · 18 years ago
  64. e55186f [PATCH] Detaching fbcon: clean up exit code by Antonino A. Daplas · 18 years ago
  65. 9a17917 [PATCH] Detaching fbcon: sdd sysfs class device entry for fbcon by Antonino A. Daplas · 18 years ago
  66. a06630f [PATCH] Detaching fbcon: remove calls to pci_disable_device() by Antonino A. Daplas · 18 years ago
  67. 1c8ce27 [PATCH] Detaching fbcon: fix give_up_console() by Antonino A. Daplas · 18 years ago
  68. 50ec42e [PATCH] Detaching fbcon: fix vgacon to allow retaking of the console by Antonino A. Daplas · 18 years ago
  69. 9dac73a [PATCH] fbdev: tag by scantype in sysfs by Daniel R Thompson · 18 years ago
  70. 90b4f9a [PATCH] imacfb: Add Intel-based Macintosh Framebuffer Support by Edgar Hucek · 18 years ago
  71. 1a8c979 [PATCH] atyfb: Fix section warnings by Antonino A. Daplas · 18 years ago
  72. 9b27915 [PATCH] macmodes: Fix section warning by Antonino A. Daplas · 18 years ago
  73. f837e6f [PATCH] fbdev: Fix logo rotation if width != height by Antonino A. Daplas · 18 years ago
  74. 4efefd1 [PATCH] neofb: fix unblank logic interfering with lid toggled backlight by Christian Trefzer · 18 years ago
  75. dc1c43e [PATCH] skeletonfb: remove duplicate module init, exit, license lines by Arnaldo Carvalho de Melo · 18 years ago
  76. f77f50c [PATCH] au1100fb: add power management support by Rodolfo Giometti · 18 years ago
  77. 137a889 [PATCH] backlight: Fix Kconfig dependency by Antonino A. Daplas · 18 years ago
  78. 6931a76 [PATCH] s3c2410fb: Fix resume by Arnaud Patard · 18 years ago
  79. c72755b [PATCH] fbdev: Remove unused exports by Adrian Bunk · 18 years ago
  80. 17cc6281 [PATCH] fbdev: Coverity Bug 90 by Antonino A. Daplas · 18 years ago
  81. 8126a04 [PATCH] fbdev: Coverity Bug 85 by Antonino A. Daplas · 18 years ago
  82. 0fa67f8 [PATCH] atyfb: Fix dead code by Antonino A. Daplas · 18 years ago
  83. 4ee1acc [PATCH] vt: Delay the update of the visible console by David Hollister · 18 years ago
  84. 6dbde38 [PATCH] vesafb: Prefer VGA registers over PMI by Antonino A. Daplas · 18 years ago
  85. 313ca22 [PATCH] vesafb: Fix return code of vesafb_setcolreg by Antonino A. Daplas · 18 years ago
  86. f71689e [PATCH] fbdev: Add 1366x768 (WXGA) mode to mode database by Dennis Munsie · 18 years ago
  87. fe61067 [PATCH] nvidiafb: Add support for Geforce 6100 and related chipsets by Antonino A. Daplas · 18 years ago
  88. ba70710 [PATCH] fbdev: Firmware EDID fixes by Antonino A. Daplas · 18 years ago
  89. 026fbe1 [PATCH] savagefb: Whitespace cleanup by Antonino A. Daplas · 18 years ago
  90. 0c683db [PATCH] fbdev: Static pseudocolor with depth less than 4 does exist by Antonino A. Daplas · 18 years ago
  91. ae6d321 [PATCH] vga16fb: Update platform code by Antonino A. Daplas · 18 years ago
  92. 20cecf6 [PATCH] vfb: Update platform code by Antonino A. Daplas · 18 years ago
  93. 103edf0 [PATCH] vesafb: Update platform code by Antonino A. Daplas · 18 years ago
  94. 673681c [PATCH] epson1355fb: Update platform code by Antonino A. Daplas · 18 years ago
  95. 7914cb2 [PATCH] atyfb: Set correct acceleration flags by Antonino A. Daplas · 18 years ago
  96. 5822109 [PATCH] atyfb: Remove unneeded calls to wait_for_idle by Antonino A. Daplas · 18 years ago
  97. 72c24cc [PATCH] atyfb: Fix hardware cursor handling by Antonino A. Daplas · 18 years ago
  98. 8eec498 [PATCH] nvidiafb: Revise pci_device_id table by Antonino A. Daplas · 18 years ago
  99. 3007683 [PATCH] fbdev: More accurate sync range extrapolation by Antonino A. Daplas · 18 years ago
  100. 22f4a00 [PATCH] fbdev: Remove duplicate #include's by Adrian Bunk · 18 years ago