aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAge
* md/raid5: use bad-block log to improve handling of uncorrectable read errors.NeilBrown2011-07-27
* md/raid5: avoid reading from known bad blocks.NeilBrown2011-07-27
* md/raid1: factor several functions out or raid1d()NeilBrown2011-07-27
* md/raid1: improve handling of read failure during recovery.NeilBrown2011-07-27
* md/raid1: record badblocks found during resync etc.NeilBrown2011-07-27
* md/raid1: Handle write errors by updating badblock log.NeilBrown2011-07-27
* md/raid1: store behind-write pages in bi_vecs.NeilBrown2011-07-27
* md/raid1: clear bad-block record when write succeeds.NeilBrown2011-07-27
* md/raid1: avoid writing to known-bad blocks on known-bad drives.NeilBrown2011-07-27
* md: make it easier to wait for bad blocks to be acknowledged.NeilBrown2011-07-27
* md: add 'write_error' flag to component devices.NeilBrown2011-07-27
* md/raid1: avoid reading known bad blocks during resyncNeilBrown2011-07-27
* md/raid1: avoid reading from known bad blocks.NeilBrown2011-07-27
* md: Disable bad blocks and v0.90 metadata.NeilBrown2011-07-27
* md: load/store badblock list from v1.x metadataNeilBrown2011-07-27
* md: don't allow arrays to contain devices with bad blocks.NeilBrown2011-07-27
* md/bad-block-log: add sysfs interface for accessing bad-block-log.NeilBrown2011-07-27
* md: beginnings of bad block management.NeilBrown2011-07-27
* md: remove suspicious size_of()NeilBrown2011-07-27
* MD: generate an event when array sync is completeJonathan Brassow2011-07-26
* MD bitmap: Revert DM dirty log hooksJonathan Brassow2011-07-26
* MD: raid1 s/sysfs_notify_dirent/sysfs_notify_dirent_safeJonathan Brassow2011-07-26
* md/raid5: Avoid BUG caused by multiple failures.NeilBrown2011-07-26
* md/raid10: move rdev->corrected_errors countingNamhyung Kim2011-07-26
* md/raid5: move rdev->corrected_errors countingNamhyung Kim2011-07-26
* md/raid1: move rdev->corrected_errors countingNamhyung Kim2011-07-26
* md: get rid of unnecessary casts on page_address()Namhyung Kim2011-07-26
* md/raid10: Improve decision on whether to fail a device with a read error.NeilBrown2011-07-26
* md/raid10: Make use of new recovery_disabled handlingNeilBrown2011-07-26
* md: change managed of recovery_disabled.NeilBrown2011-07-26
* md: remove ro check in md_check_recovery()Namhyung Kim2011-07-26
* md: introduce link/unlink_rdev() helpersNamhyung Kim2011-07-26
* md/raid: use printk_ratelimited instead of printk_ratelimitChristian Dietrich2011-07-26
* md: use proper little-endian bitopsAkinobu Mita2011-07-26
* md/raid5: finalise new merged handle_stripe.NeilBrown2011-07-26
* md/raid5: move some more common code into handle_stripeNeilBrown2011-07-26
* md/raid5: move more common code into handle_stripeNeilBrown2011-07-26
* md/raid5: unite handle_stripe_dirtying5 and handle_stripe_dirtying6NeilBrown2011-07-26
* md/raid5: unite fetch_block5 and fetch_block6NeilBrown2011-07-26
* md/raid5: rearrange a test in fetch_block6.NeilBrown2011-07-26
* md/raid5: move more code into common handle_stripeNeilBrown2011-07-26
* md/raid5: Move code for finishing a reconstruction into handle_stripe.NeilBrown2011-07-26
* md/raid5: Remove stripe_head_state arg from handle_stripe_expansion.NeilBrown2011-07-26
* md/raid5: move stripe_head_state and more code into handle_stripe.NeilBrown2011-07-25
* md/raid5: add some more fields to stripe_head_stateNeilBrown2011-07-25
* md/raid5: unify stripe_head_state and r6_stateNeilBrown2011-07-25
* md/raid5: move common code into handle_stripeNeilBrown2011-07-25
* md/raid5: replace sh->lock with an 'active' flag.NeilBrown2011-07-25
* md/raid5: Protect some more code with ->device_lock.NeilBrown2011-07-25
* md/raid5: Remove use of sh->lock in sync_requestNeilBrown2011-07-25