summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Release 2.6.5Neil Brown2008-05-15
* Get Changelog uptodateNeil Brown2008-05-15
* Compiple fixes for mdassemble and diet-libcNeil Brown2008-05-15
* Don't try the auto-detect test when md_mod is a moduleNeil Brown2008-05-15
* Fix support for --update=swapsuperNeil Brown2008-05-15
* Recent change broken handling of metadata-less arrays.Neil Brown2008-05-15
* Fix possible NULL dereference in super_by_fdNeil Brown2008-05-15
* Avoid possible null dereference in Assemble.Neil Brown2008-05-15
* Set LOG_PID for syslogHans Lambermont2008-05-12
* add --export option to --examineKay Sievers2008-05-06
* Make device-special files for partitions when using --incrementalNeil Brown2008-05-05
* 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
* Simplistig locking for --incremental.Bill Nottingham2008-05-05
* Create /dev/md if needed and it doesn't exist.Bill Nottingham2008-05-05
* Fix RAID acronym in man page.Neil Brown2008-05-05
* Add a .gitignore file.Neil Brown2008-04-29
* Use .\" instead of '''Neil Brown2008-04-29
* diff -ru mdadm-2.6.4-orig/Query.c mdadm-2.6.4/Query.cNeil Brown2008-04-29
* Fix possible bug with bitmap space allocation with v1.0 metadataNeil Brown2008-04-29
* Small improvements to --incremental for arrays that are in the middle of reshapeNeil Brown2008-04-28
* Allow creation of a RAID6 with a single missing device.Neil Brown2008-04-28
* Updates some URLs in the man page.Neil Brown2008-04-28
* Print 'Events' more sensibly.Neil Brown2008-04-28
* Fix problems with array.size overflowing on large arrays.Neil Brown2008-04-28
* Fix for segfault when reading /proc/mdstatNeil Brown2008-04-28
* Use sysfs info for metadata version info in Detail and elsewhere.Neil Brown2007-12-14
* Replace sysarray with mdinfoNeil Brown2007-12-14
* Use 'mdinfo' instead of special 'sysdev' structure.Neil Brown2007-12-14
* Some tidy up of 'devices' in assemble.Neil Brown2007-12-14
* Don't record oldmajor/oldminor any more during assemble.Neil 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
* Fix compare_super to take supertype instead of a superblock.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
* Make sure sysfs_read never succeeds for a non-MD device.Neil Brown2007-12-14
* Remove spaces/tabs from ends of lines.Neil Brown2007-12-14
* A recent patch broke --create --level=faulty - fix it.Neil Brown2007-11-29
* Add metadata version information to "--detail --brief" output.Neil Brown2007-11-13
* Release 2.6.4Neil Brown2007-10-19
* Remove partitions from a device before adding it to an array.Neil Brown2007-10-19
* Add some extra consistency checks based on level.Neil Brown2007-10-17
* Clarify the avail/used devices sizes with version1 superblock.Neil Brown2007-10-17
* Make sure --auto=mdp is honoured properlyNeil Brown2007-10-17
* Fix restarting of a reshaping array.Neil Brown2007-10-16
* Also use &tst instead of st later on when loading v1 superblocksJérémy Bobbio2007-10-01
* Fix segfault on assembly on amd64 with v1 superblocksmartin f. krafft2007-09-30
* Monitor.c s/MAXINT/INT_MAX/gmaximilian attems2007-09-27