acpi-wmi: Unmark as 'experimental'
[safe/jmp/linux-2.6] / drivers / md / md.c
2009-03-04 Dan Williamsmd: fix deadlock when stopping arrays
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.
2008-05-24 Dan Williamsmd: notify userspace on 'stop' events
2008-05-24 NeilBrownmd: notify userspace on 'write-pending' changes to...
2008-05-24 Christoph Hellwigmd: kill file_path wrapper
2008-04-30 Dan Williamsmd: support blocking writes to an array on device failure
2008-04-30 Dan Williamsmd: prevent duplicates in bind_rdev_to_array
2008-04-30 Dan Williamsmd: remove a stray command from a copy and paste error...
2008-04-30 NeilBrownmd: fix up switching md arrays between read-only and...
2008-04-30 NeilBrownmd: fix 'safemode' handling for external metadata.
2008-04-30 NeilBrownmd: reinitialise more mddev fields in do_md_stop.
2008-04-30 NeilBrownmd: skip all metadata update processing when using...
2008-04-30 Dan Williamsmd: fix use after free when removing rdev via sysfs
2008-04-29 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.dk/linux...
2008-04-29 Denis V. Lunevdrivers: use non-racy method for proc entries creation (2)
2008-04-29 Nick Pigginblock: make queue flags non-atomic
2008-04-28 Harvey Harrisonmd: fix integer as NULL pointer warnings in md.c
2008-04-21 Nick AndrewRAID: remove trailing space from printk line
2008-03-20 NeilBrownmd: remove the 'super' sysfs attribute from devices...
2008-03-11 NeilBrownmd: fix formatting error in /proc/mdstat
2008-03-05 NeilBrownmd: lock access to rdev attributes properly
next