summaryrefslogtreecommitdiffstats
path: root/mdadm.h
Commit message (Expand)AuthorAgeFilesLines
* More consistent honoring of --configfileNeil Brown2006-06-261-9/+9
* Improve ftw handling.Neil Brown2006-06-261-5/+21
* Yet another include file that someone doesn't like....Neil Brown2006-06-021-1/+17
* Allow default metadata to be specified in mdadm.confNeil Brown2006-06-021-0/+1
* Finally (I hope) get byteorder stuff portable.Neil Brown2006-06-021-7/+18
* check return status of all write/fwrite functions as required by glibc 2.4Neil Brown2006-05-291-1/+1
* Uclibc has deprecated 'random' so use 'rand' instead.Neil Brown2006-05-291-0/+3
* add CFLAGS to mdassemble build and fix a couple of non-returning functionsNeil Brown2006-05-291-4/+2
* Support --auto-update-homehostNeil Brown2006-05-261-0/+1
* When assembly arrays using incomplete detail, prefer arrays built for this host.Neil Brown2006-05-231-0/+1
* Reorganise Assemble code somewhat.Neil Brown2006-05-231-0/+1
* Make sure homehost is set correctly when --update=uuidNeil Brown2006-05-231-2/+4
* Include homehost information in --examine as appropriateNeil Brown2006-05-191-2/+2
* Include homehost information in --detail where appropriate.Neil Brown2006-05-191-2/+2
* Make homehost information appear in superblock.Neil Brown2006-05-191-2/+2
* Allow homehost to be set on command line or in config fileNeil Brown2006-05-191-0/+15
* Just updaqte copyright dates and email addressNeil Brown2006-05-191-1/+1
* Arrange the 'auto' setting in mdadm.conf can choose default type.Neil Brown2006-05-161-1/+1
* When updating uuid, update the bitmap as well - external bitmapsNeil Brown2006-05-161-0/+1
* Allow default creation info to to be stored in mdadm.confNeil Brown2006-05-151-1/+9
* Support 'mailfrom' line in mdadm.conf so the From: line in alert emails can b...Neil Brown2006-05-151-0/+1
* Use O_DIRECT to read bitmap files.Neil Brown2006-05-151-2/+1
* Support 'bitmap=' in mdadm.conf for auto-assembling arrays with write-intent ...Neil Brown2006-03-291-0/+1
* Kill old superblocks on create.Neil Brown2006-03-281-1/+1
* Create missing /dev files where needed.Neil Brown2006-03-281-1/+1
* Allow resize to backup to a file.Neil Brown2006-03-271-3/+4
* Remove ident arg from getinfo_super;Neil Brown2006-03-271-1/+2
* Support restarting of a reshape on --assembleNeil Brown2006-03-201-0/+10
* Initial reshape supportNeil Brown2006-03-131-0/+56
* Release some compile fixes.Neil Brown2006-02-061-0/+14
* Sort mdstat entries so that composites are well-ordered.Neil Brown2006-01-311-1/+1
* Stuff like..Neil Brown2006-01-301-1/+2
* Enable support for v.large raid1.Neil Brown2006-01-271-2/+2
* Assorted fixes...Neil Brown2006-01-271-0/+4
* syslog support for monitor modeNeil Brown2005-12-051-1/+4
* Support --assume-clean for --createNeil Brown2005-12-051-1/+1
* Improve option parsingNeil Brown2005-12-051-0/+1
* Allow scanning of devices listed in /proc/partitions independant of /devNeil Brown2005-12-051-0/+1
* Support bitmaps with raid10Neil Brown2005-11-221-1/+2
* Create version-4 bitmaps if kernel supports it.Neil Brown2005-10-111-2/+3
* Fix remaining problems with hot-add bitmap to version-1 superblockNeil Brown2005-09-121-1/+1
* Fix assembling of raid10 in the face of missing devices.Neil Brown2005-09-121-1/+2
* Passes all tests, nearly ready for release.Neil Brown2005-08-261-3/+3
* Support internal bitmaps with format-1 superblocks.Neil Brown2005-08-251-3/+3
* Assorted fixesNeil Brown2005-08-161-0/+1
* Add 'quite' option and tidy up some tests.Neil Brown2005-08-151-2/+2
* Support nameing of version-1 arrays.Neil Brown2005-08-091-2/+4
* Add write-behind supportNeil Brown2005-08-091-4/+7
* Assorted Fixes for multiple bugs.Neil Brown2005-08-041-1/+2
* Redhat 6.2 seems to require sys/time.h as well as time.hNeil Brown2005-07-291-0/+1