summaryrefslogtreecommitdiffstats
path: root/drivers/md/md.c
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] md: Make sure rdev->size gets set for version-1 superblocksNeilBrown2006-02-031-3/+5
* [PATCH] md: Assorted little md fixesNeilBrown2006-02-031-2/+2
* [PATCH] md: Handle overflow of mdu_array_info_t->size betterNeilBrown2006-02-031-2/+4
* [PATCH] md: Don't remove bitmap from md array when switching to read-onlyNeilBrown2006-02-021-8/+8
* [PATCH] md: Make sure array geometry changes persist with version-1 superblocksNeilBrown2006-02-021-0/+3
* [PATCH] md: Fix device-size updates in mdNeilBrown2006-02-021-12/+1
* [PATCH] md: Clear clevel whenever level is set.NeilBrown2006-01-161-0/+1
* [PATCH] md: remove slashes from disk names when creation dev names in sysfsNeil Brown2006-01-121-0/+3
* [PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_semJes Sorensen2006-01-091-4/+4
* [PATCH] Add block_device_operations.getgeo block device methodChristoph Hellwig2006-01-081-19/+11
* [PATCH] md: allow sync-speed to be controlled per-deviceNeilBrown2006-01-061-5/+105
* [PATCH] md: support adding new devices to md arrays via sysfsNeilBrown2006-01-061-0/+60
* [PATCH] md: allow available size of component devices to be set via sysfsNeilBrown2006-01-061-0/+25
* [PATCH] md-export-rdev-data_offset-via-sysfs-fixAndrew Morton2006-01-061-1/+1
* [PATCH] md: export rdev->data_offset via sysfsNeilBrown2006-01-061-0/+23
* [PATCH] md: expose device slot information via sysfsNeilBrown2006-01-061-0/+35
* [PATCH] md: keep better track of dev/array size when assembling md arraysNeilBrown2006-01-061-18/+23
* [PATCH] md: allow md/raid_disks to be settableNeilBrown2006-01-061-23/+51
* [PATCH] md: count corrected read errors per driveNeilBrown2006-01-061-1/+26
* [PATCH] md: allow array level to be set textually via sysfsNeilBrown2006-01-061-13/+48
* [PATCH] md: expose md metadata format in sysfsNeilBrown2006-01-061-0/+49
* [PATCH] md: allow md array component size to be accessed and set via sysfsNeilBrown2006-01-061-42/+89
* [PATCH] md: allow chunk_size to be settable through sysfsNeilBrown2006-01-061-0/+26
* [PATCH] md: fix rdev->pending counts in raid1NeilBrown2006-01-061-7/+4
* [PATCH] drivers/md/md.c: make md_new_event() staticAdrian Bunk2006-01-061-1/+1
* [PATCH] md: make a couple of names in md.c staticNeilBrown2006-01-061-2/+2
* [PATCH] md: helper function to match commands written to sysfs filesNeilBrown2006-01-061-5/+24
* [PATCH] md: remove personality numbering from mdNeilBrown2006-01-061-50/+29
* [PATCH] md: convert recently exported symbol to GPLNeilBrown2006-01-061-1/+1
* [PATCH] md: convert md to use kzalloc throughoutNeilBrown2006-01-061-7/+3
* [PATCH] md: clean up 'page' related names in mdNeilBrown2006-01-061-1/+1
* [PATCH] md: make /proc/mdstat pollableNeilBrown2006-01-061-5/+76
* [PATCH] md: attempt to auto-correct read errors in raid1NeilBrown2006-01-061-0/+1
* [PATCH] md: write intent bitmap support for raid10NeilBrown2006-01-061-4/+6
* [PATCH] md: move bitmap_create to after md array has been initialisedNeilBrown2006-01-061-7/+9
* [PATCH] md: allow dirty raid[456] arrays to be started at bootNeilBrown2006-01-061-0/+4
* [PATCH] md: Change case of raid level reported in sys/mdX/md/levelNeil Brown2005-12-191-1/+1
* [PATCH] md: set default_bitmap_offset properly in set_array_infoNeilBrown2005-11-281-1/+3
* [PATCH] md: fix is_mddev_idle calculation now that disk/sector accounting hap...NeilBrown2005-11-181-4/+13
* [PATCH] md: make md threads interruptible againNeilBrown2005-11-151-4/+13
* [PATCH] md: mark START_ARRAY deprecated with a dateNeilBrown2005-11-151-1/+1
* [PATCH] md: document sysfs usage of md, and make a couple of small refinementsNeilBrown2005-11-091-1/+3
* [PATCH] md: improve 'scan_mode' and rename it to 'sync_action'NeilBrown2005-11-091-19/+28
* [PATCH] md: complete conversion of md to use kthreadsNeilBrown2005-11-091-23/+10
* [PATCH] md: ignore auto-readonly flag for arrays where it isn't meaningfulNeilBrown2005-11-091-0/+3
* [PATCH] md: only try to print recovery/resync status for personalities that s...NeilBrown2005-11-091-7/+9
* [PATCH] md: split off some md attributes in sysfs to a separate groupNeilBrown2005-11-091-0/+14
* [PATCH] md: fix some locking and module refcounting issues with md's use of s...NeilBrown2005-11-091-34/+28
* [PATCH] md: make sure /block link in /sys/.../md/ goes to correct devicesNeilBrown2005-11-091-1/+6
* [PATCH] md: allow md arrays to be started read-only (module parameter).NeilBrown2005-11-091-8/+51
OpenPOWER on IntegriCloud