summaryrefslogtreecommitdiffstats
path: root/drivers/md
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] remove gcc-2 checksAndrew Morton2006-01-081-6/+0
* [PATCH] Add block_device_operations.getgeo block device methodChristoph Hellwig2006-01-081-19/+11
* [PATCH] md: allow sync-speed to be controlled per-deviceNeilBrown2006-01-061-5/+105
* [PATCH] md: support adding new devices to md arrays via sysfsNeilBrown2006-01-061-0/+60
* [PATCH] md: allow available size of component devices to be set via sysfsNeilBrown2006-01-061-0/+25
* [PATCH] md-export-rdev-data_offset-via-sysfs-fixAndrew Morton2006-01-061-1/+1
* [PATCH] md: export rdev->data_offset via sysfsNeilBrown2006-01-061-0/+23
* [PATCH] md: expose device slot information via sysfsNeilBrown2006-01-061-0/+35
* [PATCH] md: keep better track of dev/array size when assembling md arraysNeilBrown2006-01-061-18/+23
* [PATCH] md: allow md/raid_disks to be settableNeilBrown2006-01-061-23/+51
* [PATCH] md: count corrected read errors per driveNeilBrown2006-01-065-4/+42
* [PATCH] md: allow array level to be set textually via sysfsNeilBrown2006-01-069-14/+58
* [PATCH] md: expose md metadata format in sysfsNeilBrown2006-01-061-0/+49
* [PATCH] md: allow md array component size to be accessed and set via sysfsNeilBrown2006-01-061-42/+89
* [PATCH] md: allow chunk_size to be settable through sysfsNeilBrown2006-01-061-0/+26
* [PATCH] md: fix rdev->pending counts in raid1NeilBrown2006-01-062-11/+10
* [PATCH] md: make sure bitmap updates are visible through filesystemNeilBrown2006-01-061-0/+2
* [PATCH] drivers/md/md.c: make md_new_event() staticAdrian Bunk2006-01-061-1/+1
* [PATCH] md: make a couple of names in md.c staticNeilBrown2006-01-061-2/+2
* [PATCH] md: fix typo in commentNeilBrown2006-01-061-1/+1
* [PATCH] md: helper function to match commands written to sysfs filesNeilBrown2006-01-061-5/+24
* [PATCH] md: define and use safe_put_page for mdNeilBrown2006-01-064-12/+10
* [PATCH] md: remove inappropriate limits in md/bitmap configuration.NeilBrown2006-01-061-4/+4
* [PATCH] md: fix possible problem in raid1/raid10 error overwritingNeilBrown2006-01-062-12/+48
* [PATCH] md: remove personality numbering from mdNeilBrown2006-01-069-87/+104
* [PATCH] md: break out of a loop that doesn't need to run to completionNeilBrown2006-01-061-1/+3
* [PATCH] md: convert recently exported symbol to GPLNeilBrown2006-01-061-1/+1
* [PATCH] md: convert various kmap calls to kmap_atomicNeilBrown2006-01-061-23/+21
* [PATCH] md: tidy up raid5/6 hash table codeNeilBrown2006-01-062-55/+31
* [PATCH] md: convert md to use kzalloc throughoutNeilBrown2006-01-068-53/+24
* [PATCH] md: clean up 'page' related names in mdNeilBrown2006-01-067-38/+38
* [PATCH] md: make /proc/mdstat pollableNeilBrown2006-01-061-5/+76
* [PATCH] md: raid10 read-error handling - resync and read-onlyNeilBrown2006-01-061-21/+35
* [PATCH] md: auto-correct correctable read errors in raid10NeilBrown2006-01-061-15/+112
* [PATCH] md: make sure read error on last working drive of raid1 actually retu...NeilBrown2006-01-061-1/+2
* [PATCH] md: allow raid1 to check consistencyNeilBrown2006-01-061-28/+128
* [PATCH] md: support check-without-repair of raid10 arraysNeilBrown2006-01-061-0/+4
* [PATCH] md: fix up some rdev rcu locking in raid5/6NeilBrown2006-01-062-19/+16
* [PATCH] md: handle errors when read-onlyNeilBrown2006-01-061-7/+11
* [PATCH] md: better handling for read error in raid1 during resyncNeilBrown2006-01-061-21/+78
* [PATCH] md: tidyup some issues with raid1 resync and prepare for catching rea...NeilBrown2006-01-061-54/+56
* [PATCH] md: attempt to auto-correct read errors in raid1NeilBrown2006-01-062-10/+106
* [PATCH] md: improve handing of read errors with raid6NeilBrown2006-01-061-4/+66
* [PATCH] md: fix raid6 resync check/repair codeNeilBrown2006-01-061-76/+106
* [PATCH] md: write intent bitmap support for raid10NeilBrown2006-01-062-25/+163
* [PATCH] md: move bitmap_create to after md array has been initialisedNeilBrown2006-01-065-35/+15
* [PATCH] md: allow dirty raid[456] arrays to be started at bootNeilBrown2006-01-063-8/+24
* [PATCH] md: small cleanups for raid5NeilBrown2006-01-061-20/+21
* [PATCH] md: improve raid10 "IO Barrier" conceptNeilBrown2006-01-061-56/+79
* [PATCH] md: improve raid1 "IO Barrier" conceptNeilBrown2006-01-061-78/+89
OpenPOWER on IntegriCloud