summaryrefslogtreecommitdiffstats
path: root/util.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright dates and remove references to @cse.unsw.edu.auNeilBrown2009-06-021-7/+2
* map_dev: prefer names in /dev/md/NeilBrown2009-05-111-14/+13
* util: fix test for text_versionNeilBrown2009-05-111-1/+4
* incremental_container: preserve 'in_sync' flag when adding to existing array.NeilBrown2009-04-141-1/+2
* wait_for improvement.NeilBrown2009-04-071-2/+9
* util.c: use correct range for minor numbers when finding free device.NeilBrown2009-04-061-1/+1
* mdmon: pass symbolic name to mdmon instead of device name.NeilBrown2008-11-201-3/+10
* fix add_dev() handling of broken linksDan Williams2008-11-101-1/+3
* Wait for name to appear after create/assemble etc.NeilBrown2008-11-041-0/+12
* Assemble: allow members of containers to be assembled and auto-assembled.NeilBrown2008-11-041-0/+14
* Assemble: revert preliminary -As supportDan Williams2008-11-041-9/+0
* util: make env checking more genericNeilBrown2008-11-041-3/+3
* Move recently merged /sys/dev/ lookup into stat2devnum.NeilBrown2008-11-041-4/+25
* Merge branch 'master' into devel-3.0NeilBrown2008-10-301-1/+1
|\
| * Fix --incremental assembly of partitions arrays.NeilBrown2008-10-301-1/+1
* | Preliminary -As support for container member arraysDan Williams2008-10-281-0/+9
* | Merge branch 'master' into devel-3.0NeilBrown2008-10-171-0/+17
|\|
| * Improve reporting of layout for raid10.NeilBrown2008-10-131-0/+17
* | Allow a uuid of all f's to always matchDan Williams2008-10-151-0/+5
* | fname_as_uuid: print uuids msb firstDan Williams2008-10-151-5/+9
* | Report uuid in --detail --brief for ddf and intelNeilBrown2008-09-181-5/+3
* | Use uuid as /dev name when assembling array of uncertain origin.NeilBrown2008-09-181-0/+19
* | Move calls to SET_ARRAY_INFO to common helper.NeilBrown2008-09-181-4/+34
* | Factor out add-disk codeNeilBrown2008-09-181-0/+21
* | Compile fixes, particularly moving more stuff under MDASSEMBLENeilBrown2008-09-181-5/+3
* | Add ping_monitor() to mdadm --waitDan Williams2008-09-151-7/+14
* | Factor out test for subarray version string.NeilBrown2008-08-191-1/+1
* | mdmon: fork and run as a daemon.NeilBrown2008-07-181-1/+7
* | Don't assume that mdmon is in the current directory.NeilBrown2008-07-181-4/+27
* | Factor common code into new "start_mdmon".NeilBrown2008-07-181-0/+25
* | mdadm: add an environment variable to prevent auto-launching mdmonDan Williams2008-07-141-0/+10
* | Introduce devname2devnumNeil Brown2008-07-121-4/+12
* | Use O_DIRECT for all IO to devices.Neil Brown2008-07-121-2/+2
* | Create arrays via metadata-updateNeil Brown2008-07-121-0/+43
* | Remove getinfo_super_n and do some other cleaning up.Neil Brown2008-07-121-0/+2
* | Add subarray field to supertype.Neil Brown2008-07-121-8/+29
* | Always initialise a struct super_type to zeroNeil Brown2008-07-121-3/+3
* | Remove st->text_version in favour of info->text_versionNeil Brown2008-05-271-20/+9
* | auto-start mdmon on --createNeil Brown2008-05-271-15/+60
* | Remember to close directories when we are finished with them.Neil Brown2008-05-271-0/+1
* | Alway use a unique file name for opendevNeil Brown2008-05-271-1/+2
* | handle Manage_subdevs() for 'external' arraysDan Williams2008-05-151-2/+8
* | imsm: initial Intel(R) Matrix Storage Manager supportDan Williams2008-05-151-1/+1
* | Create a container memberNeil Brown2008-05-151-0/+23
* | Can now mostly assemble DDF arraysNeil Brown2008-05-151-0/+3
* | more ddf stuffNeil Brown2008-05-151-0/+17
* | Initial DDF support code.Dan Williams2008-05-151-1/+51
* | Some support for external metadata.Neil Brown2008-05-151-1/+3
|/
* Compiple fixes for mdassemble and diet-libcNeil Brown2008-05-151-39/+41
* Fix support for --update=swapsuperNeil Brown2008-05-151-1/+2