md: don't display meaningless values in sysfs files resync_start and sync_speed
[safe/jmp/linux-2.6] / drivers / md / md.c
2009-03-31 NeilBrownmd: don't display meaningless values in sysfs files...
2009-03-31 NeilBrownmd: add explicit method to signal the end of a reshape.
2009-03-31 Dan Williamsmd: 'array_size' sysfs attribute
2009-03-31 Dan Williamsmd: centralize ->array_sectors modifications
2009-03-31 NeilBrownmd/raid5: allow layout/chunksize to be changed on an...
2009-03-31 NeilBrownmd: add ->takeover method to support changing the perso...
2009-03-31 NeilBrownmd: enable suspend/resume of md devices.
2009-03-31 NeilBrownmd: md_unregister_thread should cope with being passed...
2009-03-31 NeilBrownmd: make sure new_level, new_chunksize, new_layout...
2009-03-31 Andre Nollmd: Represent raid device size in sectors.
2009-03-31 Andre Nollmd: Make mddev->size sector-based.
2009-03-31 NeilBrownmd: be more consistent about setting WriteMostly flag...
2009-03-31 NeilBrownmd: occasionally checkpoint drive recovery to reduce...
2009-03-31 NeilBrownmd: move md_k.h from include/linux/raid/ to drivers/md/
2009-03-31 NeilBrownmd: move lots of #include lines out of .h files and...
2009-03-31 NeilBrownmd: move LEVEL_* definition from md_k.h to md_u.h
2009-03-31 Christoph Hellwigmd: move headers out of include/linux/raid/
2009-03-31 Christoph Hellwigmd: stop defining MAJOR_NR
2009-03-31 Martin K. PetersenMD data integrity support
2009-03-31 NeilBrownmd: Fix is_mddev_idle test (again).
2009-02-18 Jens Axboeblock: fix bad definition of BIO_RW_SYNC
2009-02-06 NeilBrownmd: Ensure an md array never has too many devices.
2009-01-08 NeilBrownmd: don't retry recovery of raid1 that fails due to...
2009-01-08 NeilBrownmd: Allow md devices to be created by name.
2009-01-08 NeilBrownmd: make devices disappear when they are no longer...
2009-01-08 NeilBrownmd: centralise all freeing of an 'mddev' in 'md_free'
2009-01-08 NeilBrownmd: move allocation of ->queue from mddev_find to md_probe
2009-01-08 Cheng Renquanmd: need another print_sb for mdp_superblock_1
2009-01-08 Cheng Renquanmd: use list_for_each_entry macro directly
2009-01-08 NeilBrownmd: use sysfs_notify_dirent to notify changes to md...
2008-11-06 NeilBrownmd: revert the recent addition of a call to the BLKRRPA...
2008-10-28 NeilBrownmd: destroy partitions and notify udev when md array...
2008-10-26 Linus TorvaldsMerge branch 'for-linus' of git://neil.brown.name/md
2008-10-21 Al Viro[PATCH] pass fmode_t to blkdev_put()
2008-10-21 Al Viro[PATCH] switch md
2008-10-21 Al Viro[PATCH] beginning of methods conversion
2008-10-21 NeilBrownmd: allow extended partitions on md devices.
2008-10-21 NeilBrownmd: use sysfs_notify_dirent to notify changes to md...
2008-10-21 NeilBrownmd: use sysfs_notify_dirent to notify changes to md...
2008-10-16 Johannes Bergremove CONFIG_KMOD from drivers
2008-10-16 Dan Williamsmd: fix input truncation in safe_delay_store()
2008-10-15 Stephen Rothwellmd: build failure due to missing delay.h
2008-10-13 NeilBrownmd: Relax minimum size restrictions on chunk_size.
2008-10-13 NeilBrownmd: remove space after function name in declaration...
2008-10-13 NeilBrownmd: Remove unnecessary #includes, #defines, and functio...
2008-10-13 NeilBrownmd: Don't try to set an array to 'read-auto' if it...
2008-10-13 NeilBrownmd: Allow metadata_version to be updated for externally...
2008-10-13 Chris Webbmd: Fix rdev_size_store with size == 0
2008-10-09 Tejun Heoblock: move stats from disk to part0
2008-10-09 Tejun Heoblock: always set bdev->bd_part
2008-10-09 Tejun Heoblock: implement and use {disk|part}_to_dev()
2008-09-19 NeilBrownmd: Don't wait UNINTERRUPTIBLE for other resync to...
2008-09-01 NeilBrownRemove invalidate_partition call from do_md_stop.
2008-08-07 Dan Williamsmd: cancel check/repair requests when recovery is needed
2008-08-05 NeilBrownAllow faulty devices to be removed from a readonly...
2008-08-05 NeilBrownFail safely when trying to grow an array with a write...
2008-08-05 NeilBrownRestore force switch of md array to readonly at reboot...
2008-08-05 NeilBrownMake writes to md/safe_mode_delay immediately effective.
2008-07-29 Dan Williamsmd: do not count blocked devices as spares
2008-07-23 Dan Williamsmd: delay notification of 'active_idle' to the recovery...
2008-07-21 NeilBrownmd: Protect access to mddev->disks list using RCU
2008-07-21 NeilBrownmd: only count actual openers as access which prevent...
2008-07-21 Andre Nollmd: Make mddev->array_size sector-based.
2008-07-21 Andre Nollmd: Make super_type->rdev_size_change() take sector...
2008-07-21 Andre Nollmd: Fix check for overlapping devices.
2008-07-21 Neil Brownmd: Tidy up rdev_size_store a bit:
2008-07-11 Andre Nollmd: Turn rdev->sb_offset into a sector-based quantity.
2008-07-11 Andre Nollmd: Make calc_dev_sboffset() return a sector count.
2008-07-11 Andre Nollmd: Replace calc_dev_size() by calc_num_sectors().
2008-07-11 Andre Nollmd: Make update_size() take the number of sectors.
2008-07-11 Neil Brownmd: Better control of when do_md_stop is allowed to...
2008-07-11 Andre Nollmd: get_disk_info(): Don't convert between signed and...
2008-07-11 Andre Nollmd: Simplify restart_array().
2008-07-11 Andre Nollmd: alloc_disk_sb(): Return proper error value.
2008-07-11 Andre Nollmd: Simplify sb_equal().
2008-07-11 Andre Nollmd: Simplify uuid_equal().
2008-07-08 Andre Nollmd: sb_equal(): Fix misleading printk.
2008-07-08 Andre Nollmd: Fix a typo in the comment to cmd_match().
2008-07-08 Andre Nollmd: Fix typo in array_state comment.
2008-07-08 Andre Nollmd: sync_speed_show(): Trivial cleanups.
2008-07-08 Andre Nollmd: do_md_run(): Fix misleading error message.
2008-07-08 Andre Nollmd: md_getgeo(): Move comment to proper position.
2008-07-08 Andre Nollmd: md_ioctl(): Fix misleading indentation.
2008-07-01 Dan Williamsmd: resolve external metadata handling deadlock in...
2008-06-27 Chris WebbSupport changing rdev size on running arrays.
2008-06-27 Neil BrownMake sure all changes to md/dev-XX/state are notified
2008-06-27 Neil BrownMake sure all changes to md/degraded are notified.
2008-06-27 Neil BrownMake sure all changes to md/sync_action are notified.
2008-06-27 Neil BrownMake sure all changes to md/array_state are notified.
2008-06-27 Neil BrownDon't reject HOT_REMOVE_DISK request for an array that...
2008-06-27 Neil Brownrationalise return value for ->hot_add_disk method.
2008-06-27 Neil BrownSupport adding a spare to a live md array with external...
2008-06-27 Neil BrownEnable setting of 'offset' and 'size' of a hot-added...
2008-06-27 Neil BrownDon't try to make md arrays dirty if that is not meanin...
2008-06-27 Neil BrownClose race in md_probe
2008-06-27 Neil BrownAllow setting start point for requested check/repair
2008-06-27 Neil BrownFix error paths if md_probe fails.
2008-06-06 Dan Williamsmd: fix uninitialized use of mddev->recovery_wait
2008-05-24 NeilBrownmd: restart recovery cleanly after device failure.
2008-05-24 Bernd Schubertmd: allow parallel resync of md-devices.
next