summaryrefslogtreecommitdiffstats
path: root/util.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix possible NULL dereference in super_by_fdNeil Brown2008-05-151-1/+2
* let '-a' be specified for Incremental modeDan Williams2008-05-051-2/+5
* Unify code into find_free_devnum.Neil Brown2008-05-051-0/+37
* fix load_super/free_super mismatch in util.cDan Williams2008-05-051-1/+1
* diff -ru mdadm-2.6.4-orig/Query.c mdadm-2.6.4/Query.cNeil Brown2008-04-291-0/+5
* Use sysfs info for metadata version info in Detail and elsewhere.Neil Brown2007-12-141-1/+3
* Replace sysarray with mdinfoNeil Brown2007-12-141-3/+3
* Find super from fd on an array.Neil Brown2007-12-141-11/+45
* Drop the superblock arg from all metadata methods.Neil Brown2007-12-141-11/+16
* Add 'supertype' arg to almost all metadata methods.Neil Brown2007-12-141-3/+3
* Allow metadata handlers to free their own superblock.Neil Brown2007-12-141-1/+1
* Remove spaces/tabs from ends of lines.Neil Brown2007-12-141-33/+30
* Remove bogus add_dev definition.Neil Brown2007-05-081-4/+0
* Add new mode: --incrementalNeil Brown2006-12-211-0/+8
* Centralise code for copying uuidNeil Brown2006-12-141-0/+19
* Central calls to ioctl BLKGETSIZENeil Brown2006-12-141-0/+22
* Give useful message if raid4/5/6 cannot be started because it is not clean an...Neil Brown2006-12-141-3/+9
* Fix bugs related to raid10 and the new offset layout.Neil Brown2006-10-191-1/+1
* Mdassemble improvementsLuca Berra2006-10-161-0/+6
* Don't #include blkpg.hNeil Brown2006-10-161-1/+33
* Remove partitions from components of an md arrayNeil Brown2006-10-131-0/+20
* Improve ftw handling.Neil Brown2006-06-261-28/+22
* Stop map_dev from returning [0:0]Neil Brown2006-06-201-6/+7
* Fix memory leak in monitor modeNeil Brown2006-06-161-0/+13
* Make add_dev for uclibc return something.Neil Brown2006-05-291-0/+1
* add CFLAGS to mdassemble build and fix a couple of non-returning functionsNeil Brown2006-05-291-1/+1
* snprintf size should be at most the size of the bufferNeil Brown2006-05-291-1/+1
* Choose better devnumbers and tidy up some issues with finding names.Neil Brown2006-05-261-0/+7
* Just updaqte copyright dates and email addressNeil Brown2006-05-191-1/+1
* Add information about reshape to --detailNeil Brown2006-03-281-13/+19
* Create missing /dev files where needed.Neil Brown2006-03-281-3/+9
* Make scanning of /dev work even if it is a symlinkNeil Brown2006-03-271-1/+8
* Remove ident arg from getinfo_super;Neil Brown2006-03-271-4/+2
* Initial reshape supportNeil Brown2006-03-131-28/+0
* Fix printing of size of reiserfs filesystem.Neil Brown2006-01-311-2/+2
* Report device size correctly in --detail for Large devices.Neil Brown2006-01-301-2/+2
* Stuff like..Neil Brown2006-01-301-0/+29