1. c8f517c md/raid5 revise rules for when to update metadata during reshape by NeilBrown · 15 years ago
  2. b0f9ec0 md/raid5: minor code cleanups in make_request. by NeilBrown · 15 years ago
  3. 2cffc4a md: remove CONFIG_MD_RAID_RESHAPE config option. by NeilBrown · 15 years ago
  4. ab69ae1 md/raid5: be more careful about write ordering when reshaping. by NeilBrown · 15 years ago
  5. d1a7c50 md: don't display meaningless values in sysfs files resync_start and sync_speed by NeilBrown · 15 years ago
  6. 88ce493 md/raid5: allow layout and chunksize to be changed on active array. by NeilBrown · 15 years ago
  7. 7a66138 md/raid5: reshape using largest of old and new chunk size by NeilBrown · 15 years ago
  8. e183eae md/raid5: prepare for allowing reshape to change layout by NeilBrown · 15 years ago
  9. 784052e md/raid5: prepare for allowing reshape to change chunksize. by NeilBrown · 15 years ago
  10. 86b42c7 md/raid5: clearly differentiate 'before' and 'after' stripes during reshape. by NeilBrown · 15 years ago
  11. 1137354 Documentation/md.txt update by NeilBrown · 15 years ago
  12. ec32a2b md: allow number of drives in raid5 to be reduced by NeilBrown · 15 years ago
  13. fef9c61 md/raid5: change reshape-progress measurement to cope with reshaping backwards. by NeilBrown · 15 years ago
  14. cea9c22 md: add explicit method to signal the end of a reshape. by NeilBrown · 15 years ago
  15. 7ec0547 md/raid5: enhance raid5_size to work correctly with negative delta_disks by NeilBrown · 15 years ago
  16. 34e04e8 md/raid5: drop qd_idx from r6_state by NeilBrown · 15 years ago
  17. f701d58 md/raid6: move raid6 data processing to raid6_pq.ko by Dan Williams · 15 years ago
  18. 18b0033 md: raid5 run(): Fix max_degraded for raid level 4. by Andre Noll · 15 years ago
  19. b522adc md: 'array_size' sysfs attribute by Dan Williams · 15 years ago
  20. 1f40362 md: centralize ->array_sectors modifications by Dan Williams · 15 years ago
  21. 80c3a6c md: add 'size' as a personality method by Dan Williams · 15 years ago
  22. 93ed05e md: fix typo in FSF address by Atsushi SAKAI · 15 years ago
  23. fc9739c md: add takeover support for converting raid6 back into raid5 by NeilBrown · 15 years ago
  24. e9d4758 md: add takeover support for raid4 -> raid5 conversion. by NeilBrown · 15 years ago
  25. b354603 md/raid5: allow layout/chunksize to be changed on an active 2-drive raid5. by NeilBrown · 15 years ago
  26. d562b0c md: add ->takeover method for raid5 to be able to take over raid1 by NeilBrown · 15 years ago
  27. 245f46c md: add ->takeover method to support changing the personality managing an array by NeilBrown · 15 years ago
  28. 409c57f md: enable suspend/resume of md devices. by NeilBrown · 15 years ago
  29. e0cf8f0 md: md_unregister_thread should cope with being passed NULL by NeilBrown · 15 years ago
  30. 91adb56 md/raid5: refactor raid5 "run" by NeilBrown · 15 years ago
  31. 34817e8 md: make sure new_level, new_chunksize, new_layout always have sensible values. by NeilBrown · 15 years ago
  32. 67cc2b8 md/raid5: finish support for DDF/raid6 by NeilBrown · 15 years ago
  33. 99c0fb5 md/raid5: Add support for new layouts for raid5 and raid6. by NeilBrown · 15 years ago
  34. 911d4ee md/raid5: simplify raid5_compute_sector interface by NeilBrown · 15 years ago
  35. d0dabf7 md/raid6: remove expectation that Q device is immediately after P device. by NeilBrown · 15 years ago
  36. 112bf89 md/raid5: change raid5_compute_sector and stripe_to_pdidx to take a 'previous' argument by NeilBrown · 15 years ago
  37. b5663ba md/raid5: simplify interface for init_stripe and get_active_stripe by NeilBrown · 15 years ago
  38. dd8ac33 md: Represent raid device size in sectors. by Andre Noll · 15 years ago
  39. 58c0fed md: Make mddev->size sector-based. by Andre Noll · 15 years ago
  40. 575a80f md: be more consistent about setting WriteMostly flag when adding a drive to an array by NeilBrown · 15 years ago
  41. 97e4f42 md: occasionally checkpoint drive recovery to reduce duplicate effort after a crash by NeilBrown · 15 years ago
  42. 43b2e5d md: move md_k.h from include/linux/raid/ to drivers/md/ by NeilBrown · 15 years ago
  43. bff6197 md: move lots of #include lines out of .h files and into .c by NeilBrown · 15 years ago
  44. 9202295 md: move most content from md.h to md_k.h by NeilBrown · 15 years ago
  45. 8b2b5c2 md: move LEVEL_* definition from md_k.h to md_u.h by NeilBrown · 15 years ago
  46. ef740c3 md: move headers out of include/linux/raid/ by Christoph Hellwig · 15 years ago
  47. 2a40a8a cleanup drivers/md/Makefile by Christoph Hellwig · 15 years ago
  48. 3dbd8c2 md: stop defining MAJOR_NR by Christoph Hellwig · 15 years ago
  49. 3f9d99c MD data integrity support by Martin K. Petersen · 15 years ago
  50. 355a43e md: write bitmap information to devices that are undergoing recovery. by NeilBrown · 15 years ago
  51. d0a4bb4 md: never clear bit from the write-intent bitmap when the array is degraded. by NeilBrown · 15 years ago
  52. 1187cf0 md: Allow write-intent bitmaps to have chunksize < PAGE_SIZE by NeilBrown · 15 years ago
  53. eea1bf3 md: Fix is_mddev_idle test (again). by NeilBrown · 15 years ago
  54. 99adcd9 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreq by Linus Torvalds · 15 years ago
  55. 2d5516c copy_process: fix CLONE_PARENT && parent_exec_id interaction by Oleg Nesterov · 15 years ago
  56. 753b7ae [CPUFREQ] Add p4-clockmod sysfs-ui removal to feature-removal schedule. by Dave Jones · 15 years ago
  57. 129f8ae Revert "[CPUFREQ] Disable sysfs ui for p4-clockmod." by Dave Jones · 15 years ago
  58. df0b4a5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 15 years ago
  59. 39a3478 Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus by Linus Torvalds · 15 years ago
  60. 1c91ffc Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 15 years ago
  61. b9447ef Btrfs: fix spinlock assertions on UP systems by Chris Mason · 15 years ago
  62. 6d5b5ac Fix fixpoint divide exception in acct_update_integrals by Heiko Carstens · 15 years ago
  63. 6db6a5f lguest: fix for CONFIG_SPARSE_IRQ=y by Rusty Russell · 15 years ago
  64. cbd88c8 lguest: fix crash 'unhandled trap 13 at <native_read_msr_safe>' by Rusty Russell · 15 years ago
  65. 7a203f3 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drzeus/mmc by Linus Torvalds · 15 years ago
  66. dbb9be8 Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  67. 05e12a6 Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  68. cd3c1cd Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog by Linus Torvalds · 15 years ago
  69. 5b61f6a Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 15 years ago
  70. 1401689 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cooloney/blackfin-2.6 by Linus Torvalds · 15 years ago
  71. 5dc18f5 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_tx by Linus Torvalds · 15 years ago
  72. fd6ec5f Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6 by Linus Torvalds · 15 years ago
  73. 83d5a32 Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev by Linus Torvalds · 15 years ago
  74. d0cdb07 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-linus by Linus Torvalds · 15 years ago
  75. 153d8a1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6 by Linus Torvalds · 15 years ago
  76. 2a50b25 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 15 years ago
  77. ba933be Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6 by Linus Torvalds · 15 years ago
  78. 81d1ab8 Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 15 years ago
  79. d3dea1e Merge branch 'fix/hda' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6 by Linus Torvalds · 15 years ago
  80. 4302e5d MIPS: compat: Implement is_compat_task. by Ralf Baechle · 15 years ago
  81. cda56ac2 mmc: fix data timeout for SEND_EXT_CSD by Adrian Hunter · 15 years ago
  82. ab96dde Input: serio - fix protocol number for TouchIT213 by Dmitry Torokhov · 15 years ago
  83. c035002 p54: fix race condition in memory management by Christian Lamparter · 15 years ago
  84. bd05f28 cfg80211: test before subtraction on unsigned by Roel Kluin · 15 years ago
  85. c63c580 [IA64] fix PCI DMA flag propagation on SN (Altix) with PICs by Jeremy Higdon · 15 years ago
  86. 73bf1b6 x86, pebs: correct qualifier passed to ds_write_config() from ds_request_pebs() by Markus Metzger · 15 years ago
  87. 9ca0791 x86, bts: remove bad warning by Markus Metzger · 15 years ago
  88. c50ff7c ALSA: hda - Fix headphone-detect regression with multiple HP jacks by Takashi Iwai · 15 years ago
  89. 14b9759 ALSA: hda - Fix typos in slave controls in patch_sigmatel.c by Takashi Iwai · 15 years ago
  90. 59247ea block: fix missing bio back/front segment size setting in blk_recount_segments() by Jens Axboe · 15 years ago
  91. c9a0c8a [WATCHDOG] orion5x_wdt.c: 'ORION5X_TCLK' undeclared by Wim Van Sebroeck · 15 years ago
  92. 623d563 iwlwifi: fix error flow in iwl*_pci_probe by Reinette Chatre · 15 years ago
  93. ef4bb70 rt2x00 : more devices to rt73usb.c by Xose Vazquez Perez · 15 years ago
  94. 9eb77ab rt2x00 : more devices to rt2500usb.c by Xose Vazquez Perez · 15 years ago
  95. f3f704d Blackfin arch: SPI_MMC is now mainlined MMC_SPI by Michael Hennerich · 15 years ago
  96. 4aad7ec3 Blackfin arch: disable legacy /proc/scsi/ support by default by Mike Frysinger · 15 years ago
  97. 357fd37 Blackfin arch: remove duplicated ANOMALY_05000448 ifdef check by Mike Frysinger · 15 years ago
  98. d42ad15 ata: add CFA specific identify data words by Sergei Shtylyov · 15 years ago
  99. 7dbc3f6 Blackfin arch: add stubs for anomalies 447 and 448 by Mike Frysinger · 15 years ago
  100. ebcad5a remove stale comment from <linux/hdreg.h> by Bartlomiej Zolnierkiewicz · 15 years ago