summaryrefslogtreecommitdiff
path: root/util.c
Commit message (Expand)AuthorAge
* Allow a uuid of all f's to always matchDan Williams2008-10-15
* fname_as_uuid: print uuids msb firstDan Williams2008-10-15
* Report uuid in --detail --brief for ddf and intelNeilBrown2008-09-18
* Use uuid as /dev name when assembling array of uncertain origin.NeilBrown2008-09-18
* Move calls to SET_ARRAY_INFO to common helper.NeilBrown2008-09-18
* Factor out add-disk codeNeilBrown2008-09-18
* Compile fixes, particularly moving more stuff under MDASSEMBLENeilBrown2008-09-18
* Add ping_monitor() to mdadm --waitDan Williams2008-09-15
* Factor out test for subarray version string.NeilBrown2008-08-19
* mdmon: fork and run as a daemon.NeilBrown2008-07-18
* Don't assume that mdmon is in the current directory.NeilBrown2008-07-18
* Factor common code into new "start_mdmon".NeilBrown2008-07-18
* mdadm: add an environment variable to prevent auto-launching mdmonDan Williams2008-07-14
* Introduce devname2devnumNeil Brown2008-07-12
* Use O_DIRECT for all IO to devices.Neil Brown2008-07-12
* Create arrays via metadata-updateNeil Brown2008-07-12
* Remove getinfo_super_n and do some other cleaning up.Neil Brown2008-07-12
* Add subarray field to supertype.Neil Brown2008-07-12
* Always initialise a struct super_type to zeroNeil Brown2008-07-12
* Remove st->text_version in favour of info->text_versionNeil Brown2008-05-27
* auto-start mdmon on --createNeil Brown2008-05-27
* Remember to close directories when we are finished with them.Neil Brown2008-05-27
* Alway use a unique file name for opendevNeil Brown2008-05-27
* handle Manage_subdevs() for 'external' arraysDan Williams2008-05-15
* imsm: initial Intel(R) Matrix Storage Manager supportDan Williams2008-05-15
* Create a container memberNeil Brown2008-05-15
* Can now mostly assemble DDF arraysNeil Brown2008-05-15
* more ddf stuffNeil Brown2008-05-15
* Initial DDF support code.Dan Williams2008-05-15
* Some support for external metadata.Neil Brown2008-05-15
* Compiple fixes for mdassemble and diet-libcNeil Brown2008-05-15
* Fix support for --update=swapsuperNeil Brown2008-05-15
* Fix possible NULL dereference in super_by_fdNeil Brown2008-05-15
* let '-a' be specified for Incremental modeDan Williams2008-05-05
* Unify code into find_free_devnum.Neil Brown2008-05-05
* fix load_super/free_super mismatch in util.cDan Williams2008-05-05
* diff -ru mdadm-2.6.4-orig/Query.c mdadm-2.6.4/Query.cNeil Brown2008-04-29
* Use sysfs info for metadata version info in Detail and elsewhere.Neil Brown2007-12-14
* Replace sysarray with mdinfoNeil Brown2007-12-14
* Find super from fd on an array.Neil Brown2007-12-14
* Drop the superblock arg from all metadata methods.Neil Brown2007-12-14
* Add 'supertype' arg to almost all metadata methods.Neil Brown2007-12-14
* Allow metadata handlers to free their own superblock.Neil Brown2007-12-14
* Remove spaces/tabs from ends of lines.Neil Brown2007-12-14
* Remove bogus add_dev definition.Neil Brown2007-05-08
* Add new mode: --incrementalNeil Brown2006-12-21
* Centralise code for copying uuidNeil Brown2006-12-14
* Central calls to ioctl BLKGETSIZENeil Brown2006-12-14
* Give useful message if raid4/5/6 cannot be started because it is not clean an...Neil Brown2006-12-14
* Fix bugs related to raid10 and the new offset layout.Neil Brown2006-10-19