summaryrefslogtreecommitdiffstats
path: root/drivers/md
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] md: Fix badness in sysfs_notify caused by md_new_eventNeilBrown2006-05-311-1/+10
* [PATCH] Unlock md devices when stopping them on reboot.Neil Brown2006-05-261-1/+3
* [PATCH] md: fix possible oops when starting a raid0 arrayNeilBrown2006-05-231-2/+3
* [PATCH] md: Fix inverted test for 'repair' directive.NeilBrown2006-05-211-1/+1
* [PATCH] md: Fix 'rdev->nr_pending' count when retrying barrier requestsNeilBrown2006-05-011-5/+4
* [PATCH] md: Improve detection of lack of barrier support in raid1NeilBrown2006-05-011-5/+11
* [PATCH] md: Change ENOTSUPP to EOPNOTSUPPNeilBrown2006-05-011-2/+2
* [PATCH] md: Fixed refcounting/locking when attempting read error correction i...NeilBrown2006-05-011-14/+30
* [PATCH] md: Avoid oops when attempting to fix read errors on raid10NeilBrown2006-05-011-1/+1
* [PATCH] md: locking fixIngo Molnar2006-04-201-12/+12
* [PATCH] sysfs: Allow sysfs attribute files to be pollableNeilBrown2006-04-141-0/+1
* [PATCH] md: make sure 64bit fields in version-1 metadata are 64-bit alignedNeilBrown2006-04-111-5/+6
* BUG_ON() Conversion in md/raid10.cEric Sesterhenn2006-04-021-4/+2
* BUG_ON() Conversion in md/raid6main.cEric Sesterhenn2006-04-021-19/+10
* BUG_ON() Conversion in md/raid5.cEric Sesterhenn2006-04-021-22/+12
* BUG_ON() Conversion in md/raid1.cEric Sesterhenn2006-04-011-4/+2
* BUG_ON() Conversion in md/dm-target.cEric Sesterhenn2006-04-011-2/+1
* [PATCH] md: Raid-6 did not create sysfs entries for stripe cacheNeilBrown2006-03-311-0/+2
* [PATCH] md: Remove some code that can sleep from under a spinlockNeilBrown2006-03-311-5/+3
* [PATCH] md: Don't clear bits in bitmap when writing to one device fails durin...NeilBrown2006-03-311-1/+12
* [PATCH] md: Convert reconfig_sem to reconfig_mutexNeilBrown2006-03-271-7/+7
* [PATCH] sem2mutex: drivers/mdArjan van de Ven2006-03-274-24/+28
* [PATCH] md: Restore 'remaining' count when retrying an write operationNeilBrown2006-03-271-0/+3
* [PATCH] md: Fix md grow/size code to correctly find the maximum available spaceNeilBrown2006-03-271-1/+1
* [PATCH] md: Remove bi_end_io call out from under a spinlockNeilBrown2006-03-271-2/+4
* [PATCH] md: Remove some stray semi-colons after functions called in macro..NeilBrown2006-03-271-2/+2
* [PATCH] md: Improve comments about locking situation in raid5 make_requestNeilBrown2006-03-271-1/+14
* [PATCH] md: Support suspending of IO to regions of an md arrayNeilBrown2006-03-272-0/+73
* [PATCH] md: Make 'reshape' a possible sync_action actionNeilBrown2006-03-271-1/+8
* [PATCH] md: Split reshape handler in check_reshape and start_reshapeNeilBrown2006-03-273-33/+56
* [PATCH] md: Only checkpoint expansion progress occasionallyNeilBrown2006-03-271-11/+42
* [PATCH] md: Checkpoint and allow restart of raid5 reshapeNeilBrown2006-03-273-23/+191
* [PATCH] md: Final stages of raid5 expand codeNeilBrown2006-03-273-3/+152
* [PATCH] md: Core of raid5 resize processNeilBrown2006-03-272-25/+174
* [PATCH] md: Infrastructure to allow normal IO to continue while array is expa...NeilBrown2006-03-271-30/+58
* [PATCH] md: Allow stripes to be expanded in preparation for expanding an arrayNeilBrown2006-03-273-7/+130
* [PATCH] md: Split disks array out of raid5 conf structure so it is easier to ...NeilBrown2006-03-272-6/+14
* [PATCH] md: Update status_resync to handle LARGE devicesNeilBrown2006-03-271-6/+24
* [PATCH] md: Fix the 'failed' count for version-0 superblocksNeilBrown2006-03-271-3/+2
* [PATCH] md: Add '4' to the list of levels for which bitmaps are supportedNeilBrown2006-03-271-1/+2
* [PATCH] md: Make sure QUEUE_FLAG_CLUSTER is set properly for md.NeilBrown2006-03-271-0/+1
* [PATCH] dm: remove unnecessary typecastKevin Corry2006-03-271-1/+1
* [PATCH] dm/md dependency tree in sysfs: dm to use bd_claim_by_diskJun'ichi Nomura2006-03-271-10/+10
* [PATCH] dm/md dependency tree in sysfs: md to use bd_claim_by_diskJun'ichi Nomura2006-03-271-0/+2
* [PATCH] dm store geometryDarrick J. Wong2006-03-273-1/+104
* [PATCH] dm table: store mdMike Anderson2006-03-274-16/+39
* [PATCH] dm: tidy mdptrAlasdair G Kergon2006-03-273-12/+16
* [PATCH] dm: store md nameMike Anderson2006-03-271-0/+2
* [PATCH] dm flush queue EINTRJun'ichi Nomura2006-03-271-1/+4
* [PATCH] dm snapshot: fix kcopyd destructorAlasdair G Kergon2006-03-272-2/+21