Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | New API: md-stop for stopping MD devices | Wanlong Gao | 2011-11-24 | 1 | -0/+13 |
| | | | | | | | | This API is used to stop a md device. When we want to move a device to another md array, we should stop the md device which contained this device first. Signed-off-by: Wanlong Gao <gaowanlong@cn.fujitsu.com> | ||||
* | Rename mdadm_ apis to md_ | Matthew Booth | 2011-11-24 | 1 | -13/+13 |
| | | | | | | | | | This change renames the following 2 apis: * mdadm_create -> md_create * mdadm_detail -> md_detail This is more consistent with list_md_devices, and removes a reference to an implementation detail from the api. | ||||
* | New API: mdadm-detail. | Matthew Booth | 2011-11-17 | 1 | -1/+59 |
| | |||||
* | New API: mdadm-create for creating MD devices. | Richard W.M. Jones | 2011-11-11 | 1 | -0/+95 |