summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* [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/+10Star
* [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/+10Star
* [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/+21Star
* [PATCH] md: tidy up raid5/6 hash table codeNeilBrown2006-01-062-55/+31Star
* [PATCH] md: convert md to use kzalloc throughoutNeilBrown2006-01-068-53/+24Star
* [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/+16Star
* [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/+15Star
* [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
* [PATCH] make dm-mirror not issue invalid resync requestsDarrick J. Wong2006-01-061-1/+1
* [PATCH] dm-crypt: zero key before freeing itStefan Rompf2006-01-061-0/+5
* [PATCH] drivers/md/kcopyd.c: #if 0 kcopyd_cancel()Adrian Bunk2006-01-061-1/+2
* [PATCH] device-mapper ioctl: add skip lock_fs flagAlasdair G Kergon2006-01-061-2/+9
* [PATCH] device-mapper: make lock_fs optionalAlasdair G Kergon2006-01-063-7/+16
* [PATCH] device-mapper: rename frozen_bdevAlasdair G Kergon2006-01-061-26/+25Star
* [PATCH] device-mapper raid1: add default mirrorJonathan E Brassow2006-01-061-5/+8
* [PATCH] device-mapper: scanf sector format changeAlasdair G Kergon2006-01-061-1/+1
* [PATCH] device-mapper: remove unused definitionAndrew Stribblehill2006-01-061-3/+0Star
* [PATCH] device-mapper snapshot: metadata reading separationAlasdair G Kergon2006-01-061-10/+15
* [PATCH] device-mapper ioctl: event on renamegoggin, edward2006-01-061-0/+10
* [PATCH] device-mapper: add dm_get_mdDavid Teigland2006-01-062-0/+11
* [PATCH] device-mapper: add dm_find_mdDavid Teigland2006-01-061-5/+14
* [PATCH] fix remaining list_for_each_safe_rcu in -mm (take 2)Paul E. McKenney2006-01-061-3/+1Star