aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-04-28drivers/md: use time_before, time_before_eq, etcJulia Lawall1-1/+2
2008-04-28raid: remove leading TAB on printk messagesNick Andrew4-7/+8
2008-04-28md: raid5.c convert simple_strtoul to strict_strtoulDan Williams1-9/+5
2008-04-28md: introduce get_priority_stripe() to improve raid456 write performanceDan Williams1-10/+112
2008-04-28md: replace remaining __FUNCTION__ occurrencesHarvey Harrison2-25/+25
2008-04-28md: fix integer as NULL pointer warnings in md.cHarvey Harrison1-4/+4
2008-04-25dm: remove md argument from specific_minorFrederik Deweerdt1-8/+6
2008-04-25dm table: remove unused dm_create_error_tableAdrian Bunk1-38/+0
2008-04-25dm table: drop void suspend_targets returnAdrian Bunk1-2/+2
2008-04-25dm: unplug queues in threadsMikulas Patocka3-4/+11
2008-04-25dm raid1: use timerMikulas Patocka1-20/+28
2008-04-25dm: move include filesAlasdair G Kergon10-274/+11
2008-04-25dm kcopyd: renameAlasdair G Kergon2-0/+0
2008-04-25dm: expose macrosAlasdair G Kergon1-89/+0
2008-04-25dm kcopyd: remove redundant client countingMikulas Patocka3-98/+29
2008-04-25dm kcopyd: private mempoolMikulas Patocka1-13/+19
2008-04-25dm kcopyd: per deviceMikulas Patocka1-59/+73
2008-04-25dm log: make module use tracking internalJonathan Brassow2-31/+94
2008-04-25dm log: move register functionsAlasdair G Kergon1-26/+26
2008-04-25dm log: clean interfaceHeinz Mauelshagen4-103/+112
2008-04-25dm kcopyd: clean interfaceHeinz Mauelshagen5-58/+62
2008-04-25dm io: clean interfaceHeinz Mauelshagen8-25/+33
2008-04-25dm io: rename error to error_bitsAlasdair G Kergon1-7/+7
2008-04-25dm snapshot: store pointer to target instanceMikulas Patocka2-4/+4
2008-04-25dm log: move dirty region log code into separate moduleHeinz Mauelshagen3-12/+11
2008-04-25dm log: generalise name in messagesHeinz Mauelshagen1-7/+8
2008-04-25dm raid1: use list_split_initRobert P. J. Day1-6/+4
2008-04-25dm snapshot: reduce default memory allocationMilan Broz1-2/+2
2008-04-25dm snapshot: fix chunksize sector conversionMikulas Patocka1-1/+1
2008-04-21RAID: remove trailing space from printk lineNick Andrew1-1/+1
2008-04-11md: close a livelock window in handle_parity_checks5Dan Williams1-22/+29
2008-03-28dm io: write error bits form long not intAlasdair G Kergon5-11/+11
2008-03-28dm crypt: fix ctx pendingMilan Broz1-28/+30
2008-03-19drivers/md/raid5.c: fix printk warningsAndrew Morton1-3/+3
2008-03-19md: remove the 'super' sysfs attribute from devices in an 'md' arrayNeilBrown1-12/+0
2008-03-10md: reduce CPU wastage on idle md array with a write-intent bitmapNeilBrown1-1/+3
2008-03-10md: fix formatting error in /proc/mdstatNeilBrown1-1/+1
2008-03-04md: the md RAID10 resync thread could cause a md RAID10 array deadlockK.Tanaka1-0/+2
2008-03-04md: fix possible raid1/raid10 deadlock on read error during resyncNeilBrown2-4/+18
2008-03-04md: don't attempt read-balancing for raid10 'far' layoutsKeld Simonsen1-3/+9
2008-03-04md: lock access to rdev attributes properlyNeilBrown1-9/+26
2008-03-04md: make sure a reshape is started when device switches to read-writeNeilBrown1-0/+1
2008-03-04md: clean up irregularity with raid autodetectNeilBrown1-1/+3
2008-03-04md: guard against possible bad array geometry in v1 metadataNeilBrown1-2/+6
2008-03-04md: reduce CPU wastage on idle md array with a write-intent bitmapNeilBrown1-2/+17
2008-03-04md: fix deadlock in md/raid1 and md/raid10 when handling a read errorNeilBrown2-43/+81
2008-02-19dm-raid1.c: fix NULL dereferencesAdrian Bunk1-3/+4
2008-02-14d_path: Make d_path() use a struct pathJan Blunck1-7/+1
2008-02-14d_path: Make seq_path() use a struct path argumentJan Blunck1-2/+1
2008-02-14Introduce path_put()Jan Blunck1-1/+1