aboutsummaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)Author
2011-02-24md: Fix - again - partition detection when array becomes activeNeilBrown
2011-02-21md: avoid spinlock problem in blk_throtl_exitNeilBrown
2011-02-16md: correctly handle probe of an 'mdp' device.NeilBrown
2011-02-16md: don't set_capacity before array is active.NeilBrown
2011-02-14md: Fix raid1->raid0 takeoverKrzysztof Wojcik
2011-02-08FIX: md: process hangs at wait_barrier after 0->10 takeoverKrzysztof Wojcik
2011-02-08md_make_request: don't touch the bio after calling make_requestChris Mason
2011-02-02md: Don't allow slot_store while resync/recovery is happening.NeilBrown
2011-01-31md: don't clear curr_resync_completed at end of resync.NeilBrown
2011-01-31md: Don't use remove_and_add_spares to remove failed devices from a read-only...NeilBrown
2011-01-31Add raid1->raid0 takeover supportKrzysztof Wojcik
2011-01-31md: Remove the AllReserved flag for component devices.NeilBrown
2011-01-31md: don't abort checking spares as soon as one cannot be added.NeilBrown
2011-01-31md: fix the test for finding spares in raid5_start_reshape.NeilBrown
2011-01-31md: simplify some 'if' conditionals in raid5_start_reshape.NeilBrown
2011-01-31md: revert change to raid_disks on failure.NeilBrown
2011-01-14block: restore multiple bd_link_disk_holder() supportTejun Heo
2011-01-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-2.6-dmLinus Torvalds
2011-01-13Merge branch 'for-linus' of git://neil.brown.name/mdLinus Torvalds
2011-01-14md: Fix removal of extra drives when converting RAID6 to RAID5NeilBrown
2011-01-14md: range check slot number when manually adding a spare.NeilBrown
2011-01-14md/raid5: handle manually-added spares in start_reshape.NeilBrown
2011-01-14md: fix sync_completed reporting for very large drives (>2TB)Rémi Rérolle
2011-01-14md: allow suspend_lo and suspend_hi to decrease as well as increase.NeilBrown
2011-01-14md: Don't let implementation detail of curr_resync leak out through sysfs.NeilBrown
2011-01-14md: separate meta and data devsJonathan Brassow
2011-01-14md-new-param-to_sync_page_ioJonathan Brassow
2011-01-14md-new-param-to-calc_dev_sboffsetJonathan Brassow
2011-01-14md: Be more careful about clearing flags bit in ->recoveryNeilBrown
2011-01-14md: md_stop_writes requires mddev_lock.NeilBrown
2011-01-14md/raid5: use sysfs_notify_dirent_safe to avoid NULL pointerJonathan Brassow
2011-01-14md: Ensure no IO request to get md device before it is properly initialised.NeilBrown
2011-01-14md: Fix single printks with multiple KERN_<level>sJoe Perches
2011-01-14md: fix regression resulting in delays in clearing bits in a bitmapNeilBrown
2011-01-13dm: raid456 basic supportNeilBrown
2011-01-13dm: per target unplug callback supportNeilBrown
2011-01-13dm: introduce target callbacks and congestion callbackNeilBrown
2011-01-13dm mpath: delay activate_path retry on SCSI_DH_RETRYChandra Seetharaman
2011-01-13dm: remove superfluous irq disablement in dm_request_fnKiyoshi Ueda
2011-01-13dm log: use PTR_ERR value instead of ENOMEMDan Carpenter
2011-01-13dm snapshot: avoid storing private suspended stateMike Snitzer
2011-01-13dm snapshot: persistent make metadata_wq multithreadedTejun Heo
2011-01-13dm: use non reentrant workqueues if equivalentTejun Heo
2011-01-13dm: convert workqueues to alloc_orderedTejun Heo
2011-01-13dm stripe: switch from local workqueue to system_wqTejun Heo
2011-01-13dm: dont use flush_scheduled_workTejun Heo
2011-01-13dm snapshot: remove unused dm_snapshot queued_bios_workTejun Heo
2011-01-13dm ioctl: suppress needless warning messagesMilan Broz
2011-01-13dm crypt: add loop aes iv generatorMilan Broz
2011-01-13dm crypt: add multi key capabilityMilan Broz