summaryrefslogtreecommitdiffstats
path: root/Incremental.c
Commit message (Expand)AuthorAgeFilesLines
...
* | Factor common code into new "start_mdmon".NeilBrown2008-07-181-22/+3
* | mdadm: add an environment variable to prevent auto-launching mdmonDan Williams2008-07-141-1/+1
* | Fix fd comparison in IncrementalNeil Brown2008-07-121-1/+1
* | Remove 'major' from superswitch.Neil Brown2008-07-121-22/+9
* | Use text_version in map_file rather than major.minor.Neil Brown2008-07-121-4/+3
* | Discard st->container_memberNeil Brown2008-05-271-1/+1
* | Start mdmon during incremental assembly of containerNeil Brown2008-05-271-0/+24
* | allow --incremental to reuse devices that already existNeil Brown2008-05-271-0/+41
* | Remove 'fd' arg from sysfs_add_diskNeil Brown2008-05-271-7/+3
* | Set 'metadata_version' for container_member in Incremental_containerDan Williams2008-05-151-0/+23
* | Can now mostly assemble DDF arraysNeil Brown2008-05-151-2/+97
|/
* Make device-special files for partitions when using --incrementalNeil Brown2008-05-051-2/+3
* Unify code into find_free_devnum.Neil Brown2008-05-051-10/+5
* Fix for segfault when reading /proc/mdstatNeil Brown2008-04-281-0/+1
* Replace sysarray with mdinfoNeil Brown2007-12-141-11/+12
* Use 'mdinfo' instead of special 'sysdev' structure.Neil Brown2007-12-141-10/+11
* Drop the superblock arg from all metadata methods.Neil Brown2007-12-141-32/+21
* Add 'supertype' arg to almost all metadata methods.Neil Brown2007-12-141-13/+13
* Allow metadata handlers to free their own superblock.Neil Brown2007-12-141-6/+6
* Release 2.6mdadm-2.6Neil Brown2006-12-211-0/+1
* Add new mode: --incrementalNeil Brown2006-12-211-0/+721