| Commit message (Expand) | Author | Age | Files | Lines |
* | [PATCH] md: allow md/raid_disks to be settable | NeilBrown | 2006-01-06 | 1 | -23/+51 |
* | [PATCH] md: count corrected read errors per drive | NeilBrown | 2006-01-06 | 1 | -1/+26 |
* | [PATCH] md: allow array level to be set textually via sysfs | NeilBrown | 2006-01-06 | 1 | -13/+48 |
* | [PATCH] md: expose md metadata format in sysfs | NeilBrown | 2006-01-06 | 1 | -0/+49 |
* | [PATCH] md: allow md array component size to be accessed and set via sysfs | NeilBrown | 2006-01-06 | 1 | -42/+89 |
* | [PATCH] md: allow chunk_size to be settable through sysfs | NeilBrown | 2006-01-06 | 1 | -0/+26 |
* | [PATCH] md: fix rdev->pending counts in raid1 | NeilBrown | 2006-01-06 | 1 | -7/+4 |
* | [PATCH] drivers/md/md.c: make md_new_event() static | Adrian Bunk | 2006-01-06 | 1 | -1/+1 |
* | [PATCH] md: make a couple of names in md.c static | NeilBrown | 2006-01-06 | 1 | -2/+2 |
* | [PATCH] md: helper function to match commands written to sysfs files | NeilBrown | 2006-01-06 | 1 | -5/+24 |
* | [PATCH] md: remove personality numbering from md | NeilBrown | 2006-01-06 | 1 | -50/+29 |
* | [PATCH] md: convert recently exported symbol to GPL | NeilBrown | 2006-01-06 | 1 | -1/+1 |
* | [PATCH] md: convert md to use kzalloc throughout | NeilBrown | 2006-01-06 | 1 | -7/+3 |
* | [PATCH] md: clean up 'page' related names in md | NeilBrown | 2006-01-06 | 1 | -1/+1 |
* | [PATCH] md: make /proc/mdstat pollable | NeilBrown | 2006-01-06 | 1 | -5/+76 |
* | [PATCH] md: attempt to auto-correct read errors in raid1 | NeilBrown | 2006-01-06 | 1 | -0/+1 |
* | [PATCH] md: write intent bitmap support for raid10 | NeilBrown | 2006-01-06 | 1 | -4/+6 |
* | [PATCH] md: move bitmap_create to after md array has been initialised | NeilBrown | 2006-01-06 | 1 | -7/+9 |
* | [PATCH] md: allow dirty raid[456] arrays to be started at boot | NeilBrown | 2006-01-06 | 1 | -0/+4 |
* | [PATCH] md: Change case of raid level reported in sys/mdX/md/level | Neil Brown | 2005-12-19 | 1 | -1/+1 |
* | [PATCH] md: set default_bitmap_offset properly in set_array_info | NeilBrown | 2005-11-28 | 1 | -1/+3 |
* | [PATCH] md: fix is_mddev_idle calculation now that disk/sector accounting hap... | NeilBrown | 2005-11-18 | 1 | -4/+13 |
* | [PATCH] md: make md threads interruptible again | NeilBrown | 2005-11-15 | 1 | -4/+13 |
* | [PATCH] md: mark START_ARRAY deprecated with a date | NeilBrown | 2005-11-15 | 1 | -1/+1 |
* | [PATCH] md: document sysfs usage of md, and make a couple of small refinements | NeilBrown | 2005-11-09 | 1 | -1/+3 |
* | [PATCH] md: improve 'scan_mode' and rename it to 'sync_action' | NeilBrown | 2005-11-09 | 1 | -19/+28 |
* | [PATCH] md: complete conversion of md to use kthreads | NeilBrown | 2005-11-09 | 1 | -23/+10 |
* | [PATCH] md: ignore auto-readonly flag for arrays where it isn't meaningful | NeilBrown | 2005-11-09 | 1 | -0/+3 |
* | [PATCH] md: only try to print recovery/resync status for personalities that s... | NeilBrown | 2005-11-09 | 1 | -7/+9 |
* | [PATCH] md: split off some md attributes in sysfs to a separate group | NeilBrown | 2005-11-09 | 1 | -0/+14 |
* | [PATCH] md: fix some locking and module refcounting issues with md's use of s... | NeilBrown | 2005-11-09 | 1 | -34/+28 |
* | [PATCH] md: make sure /block link in /sys/.../md/ goes to correct devices | NeilBrown | 2005-11-09 | 1 | -1/+6 |
* | [PATCH] md: allow md arrays to be started read-only (module parameter). | NeilBrown | 2005-11-09 | 1 | -8/+51 |
* | [PATCH] md: Remove attempt to use dynamic names in sysfs for component device... | NeilBrown | 2005-11-09 | 1 | -34/+6 |
* | [PATCH] md: support BIO_RW_BARRIER for md/raid1 | NeilBrown | 2005-11-09 | 1 | -16/+83 |
* | [PATCH] md: make md on-disk bitmaps not host-endian | NeilBrown | 2005-11-09 | 1 | -1/+1 |
* | [PATCH] md: convert 'faulty' and 'in_sync' fields to bits in 'flags' field | NeilBrown | 2005-11-09 | 1 | -47/+45 |
* | [PATCH] md: improvements to raid5 handling of read errors | NeilBrown | 2005-11-09 | 1 | -0/+1 |
* | [PATCH] md: change raid5 sysfs attribute to not create a new directory | NeilBrown | 2005-11-09 | 1 | -6/+0 |
* | [PATCH] md: minor MD fixes | NeilBrown | 2005-11-09 | 1 | -7/+7 |
* | [PATCH] md: fix ref-counting problems with kobjects in md | NeilBrown | 2005-11-09 | 1 | -2/+6 |
* | [PATCH] md: teach raid5 the difference between 'check' and 'repair'. | NeilBrown | 2005-11-09 | 1 | -2/+16 |
* | [PATCH] md: allow a manual resync with md | NeilBrown | 2005-11-09 | 1 | -9/+68 |
* | [PATCH] md: extend md sysfs support to component devices. | NeilBrown | 2005-11-09 | 1 | -8/+160 |
* | [PATCH] md: initial sysfs support for md | NeilBrown | 2005-11-09 | 1 | -1/+85 |
* | [BLOCK] Unify the seperate read/write io stat fields into arrays | Jens Axboe | 2005-11-01 | 1 | -2/+2 |
* | [PATCH] md: make sure mdthreads will always respond to kthread_stop | NeilBrown | 2005-10-26 | 1 | -4/+6 |
* | [PATCH] Three one-liners in md.c | NeilBrown | 2005-10-19 | 1 | -1/+3 |
* | [PATCH] merge some from Rusty's trivial patches | Adrian Bunk | 2005-09-10 | 1 | -2/+2 |
* | [PATCH] md: really get sb_size setting right in all cases | NeilBrown | 2005-09-09 | 1 | -2/+2 |