summaryrefslogtreecommitdiffstats
path: root/mdadm.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Introduce random_uuid() helper functionJes Sorensen2016-08-151-0/+1
* mdadm.h: Fix build problem against newer glibcJes Sorensen2016-08-151-0/+4
* The sys_name array in the mdinfo structure is 20 bytes of storage.Nikhil Kshirsagar2016-06-141-1/+1
* Use dev_t for devnm2devid and devid2devnmMike Lovell2016-06-031-2/+2
* mdadm: Make add_internal_bitmap() return 0 on successJes Sorensen2016-05-121-0/+2
* Introduce stat2kname() and fd2kname()Artur Paszkiewicz2016-03-301-1/+2
* load_sys(): Add a buffer size argumentJes Sorensen2016-03-091-1/+1
* Remove dead code about LKF_CONVERT flagGuoqing Jiang2016-03-071-1/+0
* Fix wrong bitmap output for cluster raidGuoqing Jiang2016-03-071-1/+1
* mdadm.h: rename bswap macros to avoid clash with uClibc definitionsJes Sorensen2016-02-101-26/+26
* Add --update=force-no-bbl.NeilBrown2015-12-211-1/+2
* mdadm: improve the safeguard for change cluster raid's sbGuoqing Jiang2015-12-161-3/+3
* mdadm: do not display bitmap info if it is clearedGuoqing Jiang2015-12-161-1/+1
* recreate journal in mdadmSong Liu2015-12-161-0/+1
* add sysfs_array_state to struct mdinfoSong Liu2015-12-161-0/+4
* mdadm: Change timestamps to unsigned data type.Deepa Dinamani2015-12-161-0/+25
* mdadm: refactor write journal code in Assemble and IncrementalSong Liu2015-10-221-4/+3
* Make cmap_* also has same policy as dlm_*Guoqing Jiang2015-10-211-0/+20
* Safeguard against writing to an active device of another nodeGuoqing Jiang2015-10-211-0/+45
* Assemble array with write journalSong Liu2015-10-191-0/+3
* Enable create array with write journal (--write-journal DEVICE).Song Liu2015-10-191-0/+2
* re-add: make re-add try to write sysfs node firstGuoqing Jiang2015-10-081-0/+1
* mdassemble: include mapfile support.NeilBrown2015-08-031-10/+0
* Merge branch 'cluster'NeilBrown2015-07-271-1/+17
|\
| * mdadm: change the num of cluster nodeGuoqing Jiang2015-06-171-0/+1
| * mdadm: add the ability to change cluster nameGuoqing Jiang2015-06-171-1/+6
| * Add a new clustered diskGuoqing Jiang2015-06-171-0/+2
| * Set home-cluster while creating an arrayGuoqing Jiang2015-06-171-0/+5
| * Add nodes option while creating mdGuoqing Jiang2015-06-171-0/+3
* | mdstat: discard 'dev' field, just use 'devnm'NeilBrown2015-07-021-1/+0
|/
* Consistently print program Name and __func__ in debug messages.NeilBrown2015-02-121-0/+8
* Change way of printing name of a processPawel Baldysiak2015-02-121-3/+3
* util: split get_maj_min() out from dev_open()NeilBrown2014-08-111-0/+1
* config: new option to suppress adding bad block lists.NeilBrown2014-08-071-0/+1
* mdmon: allow prepare_update to report failure.NeilBrown2014-07-101-1/+4
* IMSM: Add warning message when assemble spanned containerPawel Baldysiak2014-07-081-0/+3
* MISC: add --action option to set or abort check/repair.NeilBrown2014-05-221-0/+3
* Grow: fix resent grow_continue breakage.NeilBrown2014-05-221-1/+1
* Grow: store a link to current backup file in /run/mdadm or similar.NeilBrown2014-05-151-1/+4
* DDF: Fix assorted typos and do some reformatting.NeilBrown2014-04-011-0/+3
* Assemble/Incremental: don't hold O_EXCL on mddev after assembly.NeilBrown2013-12-051-0/+1
* Incremental: improve support for "DEVICE" based restriction in mdadm.confNeilBrown2013-12-031-1/+1
* Incremental: add --export handling.NeilBrown2013-11-281-1/+5
* Add support for --add-spareNeilBrown2013-10-311-0/+1
* Be consistent in return types from byteswap macrosJes Sorensen2013-10-161-12/+12
* Make -IRs and --run work properly for containers.NeilBrown2013-09-131-2/+2
* Move ARRAY_SIZE macro to common include file.NeilBrown2013-09-101-0/+2
* Change "mdadm --run" to use the same code as "mdadm --IRs".NeilBrown2013-08-261-1/+1
* mdmon: don't lie to systemd.NeilBrown2013-08-011-0/+2
* Introduce devid2kname - slightly different to devid2devnm.NeilBrown2013-08-011-0/+1