summaryrefslogtreecommitdiff
path: root/util.c
Commit message (Expand)AuthorAge
* 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
* Mdassemble improvementsLuca Berra2006-10-16
* Don't #include blkpg.hNeil Brown2006-10-16
* Remove partitions from components of an md arrayNeil Brown2006-10-13
* Improve ftw handling.Neil Brown2006-06-26
* Stop map_dev from returning [0:0]Neil Brown2006-06-20
* Fix memory leak in monitor modeNeil Brown2006-06-16
* Make add_dev for uclibc return something.Neil Brown2006-05-29
* add CFLAGS to mdassemble build and fix a couple of non-returning functionsNeil Brown2006-05-29
* snprintf size should be at most the size of the bufferNeil Brown2006-05-29
* Choose better devnumbers and tidy up some issues with finding names.Neil Brown2006-05-26
* Just updaqte copyright dates and email addressNeil Brown2006-05-19
* Add information about reshape to --detailNeil Brown2006-03-28
* Create missing /dev files where needed.Neil Brown2006-03-28
* Make scanning of /dev work even if it is a symlinkNeil Brown2006-03-27
* Remove ident arg from getinfo_super;Neil Brown2006-03-27
* Initial reshape supportNeil Brown2006-03-13
* Fix printing of size of reiserfs filesystem.Neil Brown2006-01-31
* Report device size correctly in --detail for Large devices.Neil Brown2006-01-30
* Stuff like..Neil Brown2006-01-30
* Allow scanning of devices listed in /proc/partitions independant of /devNeil Brown2005-12-05
* Fix assembling of raid10 in the face of missing devices.Neil Brown2005-09-12
* Print descriptive level when warning about pre-existing arrays.Neil Brown2005-08-18
* Support nameing of version-1 arrays.Neil Brown2005-08-09
* Assorted Fixes for multiple bugs.Neil Brown2005-08-04
* Fix compilation with tinycNeil Brown2005-06-14
* Replace sprintf calls with snprintfNeil Brown2005-06-14
* Add device files created with --auto to list of known device files.Neil Brown2005-06-14
* When finding a /dev name for a device, prefer shorter namesNeil Brown2005-06-14
* Fix some rounding errors in human_size and generally clean up the codeNeil Brown2005-06-14
* Fix parsing of /dev/md/N in is_standardNeil Brown2005-06-14