summaryrefslogtreecommitdiff
path: root/mdadm.c
Commit message (Expand)AuthorAgeFilesLines
* Add --update=force-no-bbl.NeilBrown2015-12-211-2/+5
* recreate journal in mdadmSong Liu2015-12-161-0/+8
* Make cmap_* also has same policy as dlm_*Guoqing Jiang2015-10-211-2/+3
* Safeguard against writing to an active device of another nodeGuoqing Jiang2015-10-211-0/+2
* Enable create array with write journal (--write-journal DEVICE).Song Liu2015-10-191-0/+23
* Merge branch 'fix' of git://github.com/ldzhong/mdadmNeilBrown2015-10-011-2/+0
|\
| * mdadm: remove duplicate logic when c.delay is 0Lidong Zhong2015-08-261-2/+0
* | Increment version for clustered bitmapsGoldwyn Rodrigues2015-09-281-2/+3
|/
* main: remove use of uninitialized 'rv'.NeilBrown2015-08-051-2/+2
* Merge branch 'cluster'NeilBrown2015-07-271-3/+61
|\
| * mdadm: change the num of cluster nodeGuoqing Jiang2015-06-171-1/+4
| * mdadm: add the ability to change cluster nameGuoqing Jiang2015-06-171-1/+4
| * Add a new clustered diskGuoqing Jiang2015-06-171-0/+4
| * Set home-cluster while creating an arrayGuoqing Jiang2015-06-171-0/+17
| * Add nodes option while creating mdGuoqing Jiang2015-06-171-1/+32
* | Assemble: extend --homehost='<ignore>' to allow --name= to ignore homehostNeilBrown2015-07-241-1/+1
* | mdstat: discard 'dev' field, just use 'devnm'NeilBrown2015-07-021-2/+2
|/
* Don't break long strings onto multiple lines.NeilBrown2015-02-121-63/+31
* Consistently print program Name and __func__ in debug messages.NeilBrown2015-02-121-3/+1
* Change way of printing name of a processPawel Baldysiak2015-02-121-3/+4
* --update: add 'bbl' and 'no-bbl' to the list of known updates.NeilBrown2014-08-271-1/+3
* MISC: add --action option to set or abort check/repair.NeilBrown2014-05-221-0/+43
* Incremental: improve support for "DEVICE" based restriction in mdadm.confNeilBrown2013-12-031-8/+8
* Add support for --add-spareNeilBrown2013-10-311-0/+4
* Give error if --incremental --scan also has a device name given.NeilBrown2013-09-151-0/+5
* Make -IRs and --run work properly for containers.NeilBrown2013-09-131-3/+4
* Release mdadm-3.3mdadm-3.3NeilBrown2013-09-031-1/+1
* Change "mdadm --run" to use the same code as "mdadm --IRs".NeilBrown2013-08-261-1/+1
* Don't lie to systemd about mdadm's status.NeilBrown2013-08-011-7/+0
* Grow: allow "--add" with "--grow --level=??"NeilBrown2013-06-241-1/+1
* test/00names: use appropriate mdadm.confNeilBrown2013-06-241-0/+1
* Remove lots of unnecessary white space.NeilBrown2013-06-191-4/+1
* Manage: allow "--stop" on kernel names.NeilBrown2013-06-191-1/+7
* Manage: split Manage_runstop into Manage_run and Manage_stopNeilBrown2013-06-191-5/+7
* Assemble: allow --update=revert-reshapeNeilBrown2013-05-281-1/+3
* Assemble: --update=metadata converts v0.90 to v1.0NeilBrown2013-05-281-1/+3
* Grow: allow a reshape which only changes --data-offsetNeilBrown2013-05-221-1/+2
* Grow: --backup-file and --data-offset are incompatible.NeilBrown2013-05-221-0/+5
* Change some fprintf(stderrs to cont_err()NeilBrown2013-05-211-1/+1
* Change some "fprintf(stderr,"s to pr_err.NeilBrown2013-05-211-2/+2
* Add --dump / --restore functionality.NeilBrown2013-05-161-2/+24
* misc_scan: don't trust the mapping file too much for device names.NeilBrown2013-05-131-2/+4
* Create: default to bitmap=internal for large arrays.NeilBrown2013-03-051-6/+0
* Discard devnum in favour of devnmNeilBrown2013-02-211-4/+4
* Remove --offroot argument and default to always setting argv[0] to @Jes Sorensen2013-02-051-7/+8
* MISC: Add --examine-badblocks optionNeilBrown2012-12-051-0/+4
* Add support for --replace and --withNeilBrown2012-10-231-0/+14
* Allow data-offset to be specified per-device for createNeilBrown2012-10-041-1/+5
* Add --data-offset flag for Create and GrowNeilBrown2012-10-041-2/+19
* Allow parse_size to return 0.NeilBrown2012-10-041-4/+8