summaryrefslogtreecommitdiffstats
path: root/drivers/md/md.c
AgeCommit message (Expand)AuthorFilesLines
2006-01-06[PATCH] md: expose md metadata format in sysfsNeilBrown1-0/+49
2006-01-06[PATCH] md: allow md array component size to be accessed and set via sysfsNeilBrown1-42/+89
2006-01-06[PATCH] md: allow chunk_size to be settable through sysfsNeilBrown1-0/+26
2006-01-06[PATCH] md: fix rdev->pending counts in raid1NeilBrown1-7/+4
2006-01-06[PATCH] drivers/md/md.c: make md_new_event() staticAdrian Bunk1-1/+1
2006-01-06[PATCH] md: make a couple of names in md.c staticNeilBrown1-2/+2
2006-01-06[PATCH] md: helper function to match commands written to sysfs filesNeilBrown1-5/+24
2006-01-06[PATCH] md: remove personality numbering from mdNeilBrown1-50/+29
2006-01-06[PATCH] md: convert recently exported symbol to GPLNeilBrown1-1/+1
2006-01-06[PATCH] md: convert md to use kzalloc throughoutNeilBrown1-7/+3
2006-01-06[PATCH] md: clean up 'page' related names in mdNeilBrown1-1/+1
2006-01-06[PATCH] md: make /proc/mdstat pollableNeilBrown1-5/+76
2006-01-06[PATCH] md: attempt to auto-correct read errors in raid1NeilBrown1-0/+1
2006-01-06[PATCH] md: write intent bitmap support for raid10NeilBrown1-4/+6
2006-01-06[PATCH] md: move bitmap_create to after md array has been initialisedNeilBrown1-7/+9
2006-01-06[PATCH] md: allow dirty raid[456] arrays to be started at bootNeilBrown1-0/+4
2005-12-19[PATCH] md: Change case of raid level reported in sys/mdX/md/levelNeil Brown1-1/+1
2005-11-28[PATCH] md: set default_bitmap_offset properly in set_array_infoNeilBrown1-1/+3
2005-11-18[PATCH] md: fix is_mddev_idle calculation now that disk/sector accounting hap...NeilBrown1-4/+13
2005-11-15[PATCH] md: make md threads interruptible againNeilBrown1-4/+13
2005-11-15[PATCH] md: mark START_ARRAY deprecated with a dateNeilBrown1-1/+1
2005-11-09[PATCH] md: document sysfs usage of md, and make a couple of small refinementsNeilBrown1-1/+3
2005-11-09[PATCH] md: improve 'scan_mode' and rename it to 'sync_action'NeilBrown1-19/+28
2005-11-09[PATCH] md: complete conversion of md to use kthreadsNeilBrown1-23/+10
2005-11-09[PATCH] md: ignore auto-readonly flag for arrays where it isn't meaningfulNeilBrown1-0/+3
2005-11-09[PATCH] md: only try to print recovery/resync status for personalities that s...NeilBrown1-7/+9
2005-11-09[PATCH] md: split off some md attributes in sysfs to a separate groupNeilBrown1-0/+14
2005-11-09[PATCH] md: fix some locking and module refcounting issues with md's use of s...NeilBrown1-34/+28
2005-11-09[PATCH] md: make sure /block link in /sys/.../md/ goes to correct devicesNeilBrown1-1/+6
2005-11-09[PATCH] md: allow md arrays to be started read-only (module parameter).NeilBrown1-8/+51
2005-11-09[PATCH] md: Remove attempt to use dynamic names in sysfs for component device...NeilBrown1-34/+6
2005-11-09[PATCH] md: support BIO_RW_BARRIER for md/raid1NeilBrown1-16/+83
2005-11-09[PATCH] md: make md on-disk bitmaps not host-endianNeilBrown1-1/+1
2005-11-09[PATCH] md: convert 'faulty' and 'in_sync' fields to bits in 'flags' fieldNeilBrown1-47/+45
2005-11-09[PATCH] md: improvements to raid5 handling of read errorsNeilBrown1-0/+1
2005-11-09[PATCH] md: change raid5 sysfs attribute to not create a new directoryNeilBrown1-6/+0
2005-11-09[PATCH] md: minor MD fixesNeilBrown1-7/+7
2005-11-09[PATCH] md: fix ref-counting problems with kobjects in mdNeilBrown1-2/+6
2005-11-09[PATCH] md: teach raid5 the difference between 'check' and 'repair'.NeilBrown1-2/+16
2005-11-09[PATCH] md: allow a manual resync with mdNeilBrown1-9/+68
2005-11-09[PATCH] md: extend md sysfs support to component devices.NeilBrown1-8/+160
2005-11-09[PATCH] md: initial sysfs support for mdNeilBrown1-1/+85
2005-11-01[BLOCK] Unify the seperate read/write io stat fields into arraysJens Axboe1-2/+2
2005-10-26[PATCH] md: make sure mdthreads will always respond to kthread_stopNeilBrown1-4/+6
2005-10-19[PATCH] Three one-liners in md.cNeilBrown1-1/+3
2005-09-10[PATCH] merge some from Rusty's trivial patchesAdrian Bunk1-2/+2
2005-09-09[PATCH] md: really get sb_size setting right in all casesNeilBrown1-2/+2
2005-09-09[PATCH] md: make sure the new 'sb_size' is set properly device added without ...NeilBrown1-0/+2
2005-09-09[PATCH] md: report spare drives in /proc/mdstatNeilBrown1-1/+2
2005-09-09[PATCH] md: add information about superblock version to /proc/mdstatNeilBrown1-0/+9