summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Don't fail md_open if array already active.Luca Berra2006-10-162-12/+6
* Mdassemble improvementsLuca Berra2006-10-166-9/+29
* Reduce max bitmap size when bitmap is in a file.Neil Brown2006-10-162-3/+7
* Flush bitmap file before truncate.Neil Brown2006-10-161-0/+1
* Don't #include blkpg.hNeil Brown2006-10-162-1/+37
* Release 2-5-4mdadm-2.5.4Neil Brown2006-10-136-4/+43
* Remove partitions from components of an md arrayNeil Brown2006-10-136-0/+31
* Allow a number after --auto=yesNeil Brown2006-10-132-0/+4
* Improve the message when mdadm detects similar superblocksNeil Brown2006-10-101-3/+6
* Clarify when update=super-minor happens automatciallyNeil Brown2006-10-101-2/+9
* Fix typo in earlier patch.Neil Brown2006-10-101-1/+1
* Fixed endian problem with bitmap metdataPaul Clements2006-10-092-0/+2
* Fix some endian-ness issues with v1 superblocks.Neil Brown2006-10-092-9/+19
* Make --examine report chunk size when it shouldNeil Brown2006-10-091-0/+2
* Minor man page and comment fixesNeil Brown2006-10-092-3/+3
* Allow symlink creation to be disabled from command line or mdadm.confNeil Brown2006-08-118-7/+75
* Create symlinks from /dev into /dev/mdNeil Brown2006-08-111-0/+28
* Minor improvement in name auto-chosen for version-1 superblocks.Neil Brown2006-08-111-1/+8
* Remove indeterminism from names in --examine --brief output.Neil Brown2006-08-111-5/+0
* Release 2.5.3mdadm-2.5.3Neil Brown2006-08-076-4/+38
* Tidyup automatic name choice for v-1 arraysNeil Brown2006-08-072-2/+11
* Fix starting of degraded arrays.Neil Brown2006-08-072-5/+4
* Explicitly state GPL license in man pages.Neil Brown2006-08-074-0/+19
* Document usage of version0.91 superblock.Neil Brown2006-08-072-0/+11
* Release 2.5.2mdadm-2.5.2Neil Brown2006-06-277-5/+51
* More consistent honoring of --configfileNeil Brown2006-06-269-52/+60
* Fix user-after-free bug in error path in --monitor mode.Neil Brown2006-06-261-1/+1
* Improve ftw handling.Neil Brown2006-06-263-33/+45
* Fix a recently introduced bug, and make --assemble more resilient to it.Neil Brown2006-06-263-1/+9
* Work around bug in --add handling for version-1 superblocksNeil Brown2006-06-263-4/+21
* Add 'Array Slot' line to --examine for version-1 superblocksNeil Brown2006-06-262-0/+14
* Fix manpage typomartin f krafft2006-06-261-1/+1
* Get the changelog uptodate for recent changes.Neil Brown2006-06-261-0/+5
* Move a variable declaration to the declaration area.Paul Clements2006-06-201-2/+1
* Stop map_dev from returning [0:0]Neil Brown2006-06-203-9/+11
* Fix problem with post-increment usage in macroPaul Clements2006-06-201-2/+4
* Release 2.5.1mdadm-2.5.1Neil Brown2006-06-168-6/+48
* Update Changelog for 2.5.1Neil Brown2006-06-161-1/+17
* Fix offsetof macro for 64bit hostsNeil Brown2006-06-162-1/+1
* Fix memory leak in monitor modeNeil Brown2006-06-162-0/+13
* Fix up some internalbitmap testsNeil Brown2006-06-163-1/+4
* Allow CONFFILE2 to be overridden during make invocation.martin f. krafft2006-06-021-1/+3
* CPPFLAGS gets used automatically on implicit rules. martin f krafft2006-06-021-1/+1
* Avoid misdetection of overlapping partitions...Neil Brown2006-06-021-0/+19
* Remove libssl dependancy and always use sha1.c codeNeil Brown2006-06-023-47/+27
* Get --stop to honour --quietNeil Brown2006-06-022-5/+7
* Yet another include file that someone doesn't like....Neil Brown2006-06-021-1/+17
* Allow default metadata to be specified in mdadm.confNeil Brown2006-06-024-1/+40
* Don't try to create a new device when using --manage or --growNeil Brown2006-06-021-1/+1
* Finally (I hope) get byteorder stuff portable.Neil Brown2006-06-021-7/+18