aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/md.c
Commit message (Expand)AuthorAge
* [PATCH] md: support adding new devices to md arrays via sysfsNeilBrown2006-01-06
* [PATCH] md: allow available size of component devices to be set via sysfsNeilBrown2006-01-06
* [PATCH] md-export-rdev-data_offset-via-sysfs-fixAndrew Morton2006-01-06
* [PATCH] md: export rdev->data_offset via sysfsNeilBrown2006-01-06
* [PATCH] md: expose device slot information via sysfsNeilBrown2006-01-06
* [PATCH] md: keep better track of dev/array size when assembling md arraysNeilBrown2006-01-06
* [PATCH] md: allow md/raid_disks to be settableNeilBrown2006-01-06
* [PATCH] md: count corrected read errors per driveNeilBrown2006-01-06
* [PATCH] md: allow array level to be set textually via sysfsNeilBrown2006-01-06
* [PATCH] md: expose md metadata format in sysfsNeilBrown2006-01-06
* [PATCH] md: allow md array component size to be accessed and set via sysfsNeilBrown2006-01-06
* [PATCH] md: allow chunk_size to be settable through sysfsNeilBrown2006-01-06
* [PATCH] md: fix rdev->pending counts in raid1NeilBrown2006-01-06
* [PATCH] drivers/md/md.c: make md_new_event() staticAdrian Bunk2006-01-06
* [PATCH] md: make a couple of names in md.c staticNeilBrown2006-01-06
* [PATCH] md: helper function to match commands written to sysfs filesNeilBrown2006-01-06
* [PATCH] md: remove personality numbering from mdNeilBrown2006-01-06
* [PATCH] md: convert recently exported symbol to GPLNeilBrown2006-01-06
* [PATCH] md: convert md to use kzalloc throughoutNeilBrown2006-01-06
* [PATCH] md: clean up 'page' related names in mdNeilBrown2006-01-06
* [PATCH] md: make /proc/mdstat pollableNeilBrown2006-01-06
* [PATCH] md: attempt to auto-correct read errors in raid1NeilBrown2006-01-06
* [PATCH] md: write intent bitmap support for raid10NeilBrown2006-01-06
* [PATCH] md: move bitmap_create to after md array has been initialisedNeilBrown2006-01-06
* [PATCH] md: allow dirty raid[456] arrays to be started at bootNeilBrown2006-01-06
* [PATCH] md: Change case of raid level reported in sys/mdX/md/levelNeil Brown2005-12-19
* [PATCH] md: set default_bitmap_offset properly in set_array_infoNeilBrown2005-11-28
* [PATCH] md: fix is_mddev_idle calculation now that disk/sector accounting hap...NeilBrown2005-11-18
* [PATCH] md: make md threads interruptible againNeilBrown2005-11-15
* [PATCH] md: mark START_ARRAY deprecated with a dateNeilBrown2005-11-15
* [PATCH] md: document sysfs usage of md, and make a couple of small refinementsNeilBrown2005-11-09
* [PATCH] md: improve 'scan_mode' and rename it to 'sync_action'NeilBrown2005-11-09
* [PATCH] md: complete conversion of md to use kthreadsNeilBrown2005-11-09
* [PATCH] md: ignore auto-readonly flag for arrays where it isn't meaningfulNeilBrown2005-11-09
* [PATCH] md: only try to print recovery/resync status for personalities that s...NeilBrown2005-11-09
* [PATCH] md: split off some md attributes in sysfs to a separate groupNeilBrown2005-11-09
* [PATCH] md: fix some locking and module refcounting issues with md's use of s...NeilBrown2005-11-09
* [PATCH] md: make sure /block link in /sys/.../md/ goes to correct devicesNeilBrown2005-11-09
* [PATCH] md: allow md arrays to be started read-only (module parameter).NeilBrown2005-11-09
* [PATCH] md: Remove attempt to use dynamic names in sysfs for component device...NeilBrown2005-11-09
* [PATCH] md: support BIO_RW_BARRIER for md/raid1NeilBrown2005-11-09
* [PATCH] md: make md on-disk bitmaps not host-endianNeilBrown2005-11-09
* [PATCH] md: convert 'faulty' and 'in_sync' fields to bits in 'flags' fieldNeilBrown2005-11-09
* [PATCH] md: improvements to raid5 handling of read errorsNeilBrown2005-11-09
* [PATCH] md: change raid5 sysfs attribute to not create a new directoryNeilBrown2005-11-09
* [PATCH] md: minor MD fixesNeilBrown2005-11-09
* [PATCH] md: fix ref-counting problems with kobjects in mdNeilBrown2005-11-09
* [PATCH] md: teach raid5 the difference between 'check' and 'repair'.NeilBrown2005-11-09
* [PATCH] md: allow a manual resync with mdNeilBrown2005-11-09
* [PATCH] md: extend md sysfs support to component devices.NeilBrown2005-11-09