summaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)Author
2010-08-13md/raid10: fix deadlock with unaligned read during resyncNeilBrown
2010-07-05md: set mddev readonly flag on blkdev BLKROSET ioctlDan Williams
2010-07-05md: Fix read balancing in RAID1 and RAID10 on drives > 2TBNeilBrown
2010-07-05md/raid1: fix counting of write targets.NeilBrown
2009-07-30md: avoid dereferencing NULL pointer when accessing suspend_* sysfs attributes.NeilBrown
2009-07-19Revert "dm: sysfs skip output when device is being destroyed"Greg Kroah-Hartman
2009-07-02dm: sysfs skip output when device is being destroyedMilan Broz
2009-07-02dm mpath: validate table argument countMikulas Patocka
2009-07-02dm mpath: validate hw_handler argument countMikulas Patocka
2009-07-02md/raid5: add missing call to schedule() after prepare_to_wait()Dan Williams
2009-05-19md: remove ability to explicit set an inactive array to 'clean'.NeilBrown
2009-05-19md/raid10: don't clear bitmap during recovery if array will still be degraded.NeilBrown
2009-05-19md: fix some (more) errors with bitmaps on devices larger than 2TB.NeilBrown
2009-05-19md: fix loading of out-of-date bitmap.NeilBrown
2009-03-23dm io: respect BIO_MAX_PAGES limitMikulas Patocka
2009-03-23dm ioctl: validate name length when renamingMilan Broz
2009-03-23dm crypt: fix kcryptd_async_done parameterHuang Ying
2009-03-16md/raid10: Don't skip more than 1 bitmap-chunk at a time during recovery.NeilBrown
2009-03-16md/raid10: Don't call bitmap_cond_end_sync when we are doing recovery.NeilBrown
2009-03-16md: avoid races when stopping resync.NeilBrown
2009-02-12dm mpath: avoid attempting to activate null pathChandra Seetharaman
2009-02-12md: Allow metadata_version to be updated for externally managed metadata.NeilBrown
2009-02-12md: Don't try to set an array to 'read-auto' if it is already in that state.NeilBrown
2009-02-12md: Ensure an md array never has too many devices.NeilBrown
2009-01-18md: fix bitmap-on-external-file bug.NeilBrown
2009-01-18dm raid1: fix error countJonathan Brassow
2009-01-18dm log: fix dm_io_client leak on error pathsTakahiro Yasui
2009-01-14md: Don't read past end of bitmap when reading bitmap.NeilBrown
2008-11-20dm raid1: flush workqueue before destructionMikulas Patocka
2008-11-13md: fix bug in raid10 recovery.Neil Brown
2008-11-13md: linear: Fix a division by zero bug for very small arrays.Andre Noll
2008-10-25dm snapshot: fix primary_pe raceMikulas Patocka
2008-10-25dm kcopyd: avoid queue shuffleKazuo Ito
2008-10-22md: Fix rdev_size_store with size == 0Chris Webb
2008-10-01dm mpath: add missing path switching lockingChandra Seetharaman
2008-10-01dm: cope with access beyond end of device in dm_merge_bvecMikulas Patocka
2008-10-01dm: always allow one page in dm_merge_bvecMikulas Patocka
2008-09-19md: Don't wait UNINTERRUPTIBLE for other resync to finishNeilBrown
2008-09-01Fix problem with waiting while holding rcu read lock in md/bitmap.cNeilBrown
2008-09-01Remove invalidate_partition call from do_md_stop.NeilBrown
2008-08-07md: cancel check/repair requests when recovery is neededDan Williams
2008-08-05Allow raid10 resync to happening in larger chunks.NeilBrown
2008-08-05Allow faulty devices to be removed from a readonly array.NeilBrown
2008-08-05Don't let a blocked_rdev interfere with read request in raid5/6NeilBrown
2008-08-05Fail safely when trying to grow an array with a write-intent bitmap.NeilBrown
2008-08-05Restore force switch of md array to readonly at reboot time.NeilBrown
2008-08-05Make writes to md/safe_mode_delay immediately effective.NeilBrown
2008-08-01Merge branch 'for-linus' of git://neil.brown.name/mdLinus Torvalds
2008-08-01Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2008-08-01md: the bitmap code needs to use blk_plug_device_unlocked()Jens Axboe