| Commit message (Expand) | Author | Age | Files | Lines |
* | md: raid5 run(): Fix max_degraded for raid level 4. | Andre Noll | 2009-03-31 | 1 | -1/+1 |
* | md: 'array_size' sysfs attribute | Dan Williams | 2009-03-31 | 6 | -13/+121 |
* | md: centralize ->array_sectors modifications | Dan Williams | 2009-03-31 | 9 | -11/+20 |
* | md: add 'size' as a personality method | Dan Williams | 2009-03-31 | 8 | -22/+111 |
* | md: fix typo in FSF address | Atsushi SAKAI | 2009-03-31 | 9 | -9/+9 |
* | md: add takeover support for converting raid6 back into raid5 | NeilBrown | 2009-03-31 | 1 | -0/+35 |
* | md: add takeover support for raid4 -> raid5 conversion. | NeilBrown | 2009-03-31 | 1 | -0/+5 |
* | md/raid5: allow layout/chunksize to be changed on an active 2-drive raid5. | NeilBrown | 2009-03-31 | 2 | -13/+66 |
* | md: add ->takeover method for raid5 to be able to take over raid1 | NeilBrown | 2009-03-31 | 1 | -0/+48 |
* | md: add ->takeover method to support changing the personality managing an array | NeilBrown | 2009-03-31 | 3 | -14/+161 |
* | md: enable suspend/resume of md devices. | NeilBrown | 2009-03-31 | 4 | -15/+72 |
* | md: md_unregister_thread should cope with being passed NULL | NeilBrown | 2009-03-31 | 2 | -2/+3 |
* | md/raid5: refactor raid5 "run" | NeilBrown | 2009-03-31 | 2 | -115/+157 |
* | md: make sure new_level, new_chunksize, new_layout always have sensible values. | NeilBrown | 2009-03-31 | 1 | -7/+10 |
* | md/raid5: finish support for DDF/raid6 | NeilBrown | 2009-03-31 | 2 | -18/+41 |
* | md/raid5: Add support for new layouts for raid5 and raid6. | NeilBrown | 2009-03-31 | 2 | -19/+193 |
* | md/raid5: simplify raid5_compute_sector interface | NeilBrown | 2009-03-31 | 1 | -60/+58 |
* | md/raid6: remove expectation that Q device is immediately after P device. | NeilBrown | 2009-03-31 | 2 | -94/+132 |
* | md/raid5: change raid5_compute_sector and stripe_to_pdidx to take a 'previous... | NeilBrown | 2009-03-31 | 1 | -44/+34 |
* | md/raid5: simplify interface for init_stripe and get_active_stripe | NeilBrown | 2009-03-31 | 1 | -21/+22 |
* | md: Represent raid device size in sectors. | Andre Noll | 2009-03-31 | 4 | -72/+71 |
* | md: Make mddev->size sector-based. | Andre Noll | 2009-03-31 | 8 | -68/+78 |
* | md: be more consistent about setting WriteMostly flag when adding a drive to ... | NeilBrown | 2009-03-31 | 1 | -0/+2 |
* | md: occasionally checkpoint drive recovery to reduce duplicate effort after a... | NeilBrown | 2009-03-31 | 3 | -4/+32 |
* | md: move md_k.h from include/linux/raid/ to drivers/md/ | NeilBrown | 2009-03-31 | 10 | -9/+420 |
* | md: move lots of #include lines out of .h files and into .c | NeilBrown | 2009-03-31 | 16 | -23/+37 |
* | md: move LEVEL_* definition from md_k.h to md_u.h | NeilBrown | 2009-03-31 | 1 | -3/+0 |
* | md: move headers out of include/linux/raid/ | Christoph Hellwig | 2009-03-31 | 16 | -13/+1062 |
* | cleanup drivers/md/Makefile | Christoph Hellwig | 2009-03-31 | 1 | -7/+7 |
* | md: stop defining MAJOR_NR | Christoph Hellwig | 2009-03-31 | 1 | -7/+5 |
* | MD data integrity support | Martin K. Petersen | 2009-03-31 | 1 | -0/+39 |
* | md: write bitmap information to devices that are undergoing recovery. | NeilBrown | 2009-03-31 | 1 | -1/+0 |
* | md: never clear bit from the write-intent bitmap when the array is degraded. | NeilBrown | 2009-03-31 | 1 | -0/+3 |
* | md: Allow write-intent bitmaps to have chunksize < PAGE_SIZE | NeilBrown | 2009-03-31 | 1 | -6/+30 |
* | md: Fix is_mddev_idle test (again). | NeilBrown | 2009-03-31 | 1 | -8/+8 |
* | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/c... | Linus Torvalds | 2009-03-09 | 1 | -33/+18 |
|\ |
|
| * | Revert "[CPUFREQ] Disable sysfs ui for p4-clockmod." | Dave Jones | 2009-03-09 | 1 | -33/+18 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2009-03-09 | 17 | -35/+95 |
|\ \ |
|
| * | | p54: fix race condition in memory management | Christian Lamparter | 2009-03-06 | 1 | -3/+6 |
| * | | iwlwifi: fix error flow in iwl*_pci_probe | Reinette Chatre | 2009-03-05 | 2 | -12/+11 |
| * | | rt2x00 : more devices to rt73usb.c | Xose Vazquez Perez | 2009-03-05 | 1 | -1/+31 |
| * | | rt2x00 : more devices to rt2500usb.c | Xose Vazquez Perez | 2009-03-05 | 1 | -0/+8 |
| * | | bonding: Fix device passed into ->ndo_neigh_setup(). | Patrick McHardy | 2009-03-05 | 1 | -1/+1 |
| * | | Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ | David S. Miller | 2009-03-04 | 48 | -254/+497 |
| |\ \ |
|
| * | | | tmspci: fix request_irq race | Meelis Roos | 2009-03-04 | 1 | -9/+9 |
| * | | | tg3: Fix 5906 link problems | Matt Carlson | 2009-03-04 | 1 | -1/+2 |
| * | | | sungem: another error printed one too early | Roel Kluin | 2009-03-04 | 1 | -1/+1 |
| * | | | aoe: error printed 1 too early | Roel Kluin | 2009-03-04 | 1 | -1/+1 |
| * | | | net pcmcia: worklimit reaches -1 | Roel Kluin | 2009-03-04 | 2 | -2/+4 |
| * | | | net: more timeouts that reach -1 | Roel Kluin | 2009-03-04 | 3 | -4/+5 |