summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Some tidy up of 'devices' in assemble.Neil Brown2007-12-141-56/+56
* Don't record oldmajor/oldminor any more during assemble.Neil Brown2007-12-141-3/+0
* Find super from fd on an array.Neil Brown2007-12-145-21/+53
* Drop the superblock arg from all metadata methods.Neil Brown2007-12-1414-325/+330
* Fix compare_super to take supertype instead of a superblock.Neil Brown2007-12-145-13/+19
* Add 'supertype' arg to almost all metadata methods.Neil Brown2007-12-1413-117/+128
* Allow metadata handlers to free their own superblock.Neil Brown2007-12-1411-54/+64
* Make sure sysfs_read never succeeds for a non-MD device.Neil Brown2007-12-141-1/+4
* Remove spaces/tabs from ends of lines.Neil Brown2007-12-1423-125/+120
* A recent patch broke --create --level=faulty - fix it.Neil Brown2007-11-291-0/+1
* Add metadata version information to "--detail --brief" output.Neil Brown2007-11-131-1/+4
* Release 2.6.4mdadm-2.6.4Neil Brown2007-10-198-5/+43
* Remove partitions from a device before adding it to an array.Neil Brown2007-10-191-1/+1
* Add some extra consistency checks based on level.Neil Brown2007-10-172-6/+21
* Clarify the avail/used devices sizes with version1 superblock.Neil Brown2007-10-171-2/+2
* Make sure --auto=mdp is honoured properlyNeil Brown2007-10-171-0/+1
* Fix restarting of a reshaping array.Neil Brown2007-10-161-0/+21
* Also use &tst instead of st later on when loading v1 superblocksJérémy Bobbio2007-10-011-1/+1
* Fix segfault on assembly on amd64 with v1 superblocksmartin f. krafft2007-09-301-1/+1
* Monitor.c s/MAXINT/INT_MAX/gmaximilian attems2007-09-271-6/+6
* mdopen.c don't shadow major() and minor()maximilian attems2007-09-271-32/+32
* Monitor.c include signal.h directlymaximilian attems2007-09-271-1/+1
* Add ANNOUNCE-2.6.1 to gitNeil Brown2007-09-241-0/+33
* Don't corrupt 'supertype' when speculatively calling load_super1Neil Brown2007-09-241-9/+10
* config.c include dirent.h instead sys/dir.hmaximilian attems2007-09-241-1/+1
* Create.c s/major/major_num/maximilian attems2007-09-241-4/+4
* Add klibc support to mdadm.hmaximilian attems2007-09-241-1/+8
* Make "--write-mostly" effective when re-adding a device to an array.Neil Brown2007-09-241-3/+5
* Explain the read-balancing algorithm for RAID1 better in md.4Iustin Pop2007-09-115-0/+7
* Release 2.6.3mdadm-2.6.3Neil Brown2007-08-207-7/+52
* Update changelogNeil Brown2007-08-201-0/+9
* Report error when grow cannot be restarted.Neil Brown2007-08-202-3/+5
* Fix error message when adding a device that is too small.Neil Brown2007-08-202-6/+8
* Fix problem with add a device to a 1.x array created with older mdadm.Neil Brown2007-08-206-0/+7
* Reject '--bitmap none' for build and create.Neil Brown2007-07-231-1/+7
* "--export" segfaults with non-persistent super blocksTim Woods2007-07-231-1/+2
* In the MISC MODE section in mdadm(8), the names of the options should beNeil Brown2007-07-231-8/+8
* Substantial corrections to man pages.Scott Weikart2007-07-134-159/+156
* Typo in man page: Multipath has an L ...Neil Brown2007-07-111-1/+1
* Allow "--write-behind=" to be done in grow mode.Ian Dall2007-07-092-0/+4
* Enhance raid4 support: --assemble and --monitor wasn't quite happy with it.Doug Ledford2007-07-093-8/+10
* Fix parsing of "-a" in various contexts.Doug Ledford2007-07-093-3/+8
* Mark some files FD_CLOEXEC to protect sendmail from them.Doug Ledford2007-07-092-1/+6
* Improve error message when trying to create an array that already exists.Doug Ledford2007-07-091-1/+11
* Interpret "--metadata=1" with --assemble to imply any version-1, not just 1.0Doug Ledford2007-07-091-8/+29
* Fix spare migration and other problems with --monitor.Neil Brown2007-07-092-0/+3
* Compile with various -O flags for testing.Neil Brown2007-05-221-2/+14
* Fix compile error in Detail.cNeil Brown2007-05-221-1/+1
* Release 2.6.2mdadm-2.6.2Neil Brown2007-05-218-13/+48
* Make return code for "--detail --test" more reliable.Neil Brown2007-05-213-6/+17