aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md
Commit message (Expand)AuthorAgeFilesLines
* md: close a livelock window in handle_parity_checks5Dan Williams2008-04-111-22/+29
* dm io: write error bits form long not intAlasdair G Kergon2008-03-285-11/+11
* dm crypt: fix ctx pendingMilan Broz2008-03-281-28/+30
* drivers/md/raid5.c: fix printk warningsAndrew Morton2008-03-191-3/+3
* md: remove the 'super' sysfs attribute from devices in an 'md' arrayNeilBrown2008-03-191-12/+0
* md: reduce CPU wastage on idle md array with a write-intent bitmapNeilBrown2008-03-101-1/+3
* md: fix formatting error in /proc/mdstatNeilBrown2008-03-101-1/+1
* md: the md RAID10 resync thread could cause a md RAID10 array deadlockK.Tanaka2008-03-041-0/+2
* md: fix possible raid1/raid10 deadlock on read error during resyncNeilBrown2008-03-042-4/+18
* md: don't attempt read-balancing for raid10 'far' layoutsKeld Simonsen2008-03-041-3/+9
* md: lock access to rdev attributes properlyNeilBrown2008-03-041-9/+26
* md: make sure a reshape is started when device switches to read-writeNeilBrown2008-03-041-0/+1
* md: clean up irregularity with raid autodetectNeilBrown2008-03-041-1/+3
* md: guard against possible bad array geometry in v1 metadataNeilBrown2008-03-041-2/+6
* md: reduce CPU wastage on idle md array with a write-intent bitmapNeilBrown2008-03-041-2/+17
* md: fix deadlock in md/raid1 and md/raid10 when handling a read errorNeilBrown2008-03-042-43/+81
* dm-raid1.c: fix NULL dereferencesAdrian Bunk2008-02-191-3/+4
* d_path: Make d_path() use a struct pathJan Blunck2008-02-141-7/+1
* d_path: Make seq_path() use a struct path argumentJan Blunck2008-02-141-2/+1
* Introduce path_put()Jan Blunck2008-02-141-1/+1
* Embed a struct path into struct nameidata instead of nd->{dentry,mnt}Jan Blunck2008-02-141-1/+1
* dm-raid1 breakage on 64bitAl Viro2008-02-131-1/+1
* dm raid1: report fault statusJonathan Brassow2008-02-081-8/+36
* dm raid1: handle read failuresJonathan Brassow2008-02-081-45/+211
* dm raid1: fix EIO after log failureJonathan Brassow2008-02-081-11/+90
* dm raid1: handle recovery failuresJonathan Brassow2008-02-081-3/+20
* dm raid1: handle write failuresJonathan Brassow2008-02-081-26/+224
* dm snapshot: combine consecutive exceptions in memoryMilan Broz2008-02-082-16/+116
* dm: stripe enhanced status returnBrian Wood2008-02-081-1/+22
* dm: stripe trigger event on failureBrian Wood2008-02-081-1/+81
* dm log: auto load modulesJonathan Brassow2008-02-081-1/+50
* dm: move deferred bio flushing to workqueueMilan Broz2008-02-081-12/+67
* dm crypt: use async cryptoMilan Broz2008-02-081-59/+72
* dm crypt: prepare async callback fnMilan Broz2008-02-081-4/+41
* dm crypt: add completion for asyncMilan Broz2008-02-081-0/+21
* dm crypt: add async request mempoolMilan Broz2008-02-081-2/+43
* dm crypt: extract scatterlist processingMilan Broz2008-02-081-24/+39
* dm crypt: tidy io ref countingMilan Broz2008-02-081-12/+8
* dm crypt: introduce crypt_write_io_loopMilan Broz2008-02-081-5/+11
* dm crypt: abstract crypt_write_doneMilan Broz2008-02-081-16/+25
* dm crypt: store sector mapping in dm_crypt_ioMilan Broz2008-02-081-7/+7
* dm crypt: move queue functionsAlasdair G Kergon2008-02-081-28/+26
* dm crypt: adjust io processing functionsMilan Broz2008-02-081-15/+25
* dm crypt: tidy crypt_endioMilan Broz2008-02-081-11/+6
* dm crypt: move error setting outside crypt_dec_pendingMilan Broz2008-02-081-11/+25
* dm crypt: remove unnecessary crypt_context write parmMilan Broz2008-02-081-6/+4
* dm crypt: move convert_context inside dm_crypt_ioMilan Broz2008-02-081-20/+21
* dm mpath: add missing staticAlasdair G Kergon2008-02-081-1/+1
* dm: targets no longer experimentalAlasdair G Kergon2008-02-081-12/+12
* dm: refactor dm_suspend completion waitMilan Broz2008-02-081-16/+27