summaryrefslogtreecommitdiffstats
path: root/swap_super.c (unfollow)
Commit message (Expand)AuthorFilesLines
2006-06-27Release 2.5.2mdadm-2.5.2Neil Brown7-5/+51
2006-06-26More consistent honoring of --configfileNeil Brown9-52/+60
2006-06-26Fix user-after-free bug in error path in --monitor mode.Neil Brown1-1/+1
2006-06-26Improve ftw handling.Neil Brown3-33/+45
2006-06-26Fix a recently introduced bug, and make --assemble more resilient to it.Neil Brown3-1/+9
2006-06-26Work around bug in --add handling for version-1 superblocksNeil Brown3-4/+21
2006-06-26Add 'Array Slot' line to --examine for version-1 superblocksNeil Brown2-0/+14
2006-06-26Fix manpage typomartin f krafft1-1/+1
2006-06-26Get the changelog uptodate for recent changes.Neil Brown1-0/+5
2006-06-20Move a variable declaration to the declaration area.Paul Clements1-2/+1
2006-06-20Stop map_dev from returning [0:0]Neil Brown3-9/+11
2006-06-20Fix problem with post-increment usage in macroPaul Clements1-2/+4
2006-06-16Release 2.5.1mdadm-2.5.1Neil Brown8-6/+48
2006-06-16Update Changelog for 2.5.1Neil Brown1-1/+17
2006-06-16Fix offsetof macro for 64bit hostsNeil Brown2-1/+1
2006-06-16Fix memory leak in monitor modeNeil Brown2-0/+13
2006-06-16Fix up some internalbitmap testsNeil Brown3-1/+4
2006-06-02Allow CONFFILE2 to be overridden during make invocation.martin f. krafft1-1/+3
2006-06-02CPPFLAGS gets used automatically on implicit rules. martin f krafft1-1/+1
2006-06-02Avoid misdetection of overlapping partitions...Neil Brown1-0/+19
2006-06-02Remove libssl dependancy and always use sha1.c codeNeil Brown3-47/+27
2006-06-02Get --stop to honour --quietNeil Brown2-5/+7
2006-06-02Yet another include file that someone doesn't like....Neil Brown1-1/+17
2006-06-02Allow default metadata to be specified in mdadm.confNeil Brown4-1/+40
2006-06-02Don't try to create a new device when using --manage or --growNeil Brown1-1/+1
2006-06-02Finally (I hope) get byteorder stuff portable.Neil Brown1-7/+18
2006-06-02Fix typo in mail message from --monitorNeil Brown1-1/+1
2006-06-02Fix error code from examine properly..Neil Brown1-5/+6
2006-05-29Improve compiling for static binaries.Neil Brown3-17/+27
2006-05-29Make add_dev for uclibc return something.Neil Brown1-0/+1
2006-05-29Add uninstall target to MakefileNeil Brown1-0/+3
2006-05-29New install-* targets for installing differently compiled mdadmsNeil Brown1-1/+15
2006-05-29Makefile improvements for static linking.Neil Brown1-3/+6
2006-05-29check return status of all write/fwrite functions as required by glibc 2.4Neil Brown7-12/+25
2006-05-29Uclibc has deprecated 'random' so use 'rand' instead.Neil Brown1-0/+3
2006-05-29add CFLAGS to mdassemble build and fix a couple of non-returning functionsNeil Brown4-9/+8
2006-05-29This is to avoid gcc warnings when building with strict-aliasing optimizationNeil Brown1-4/+4
2006-05-29snprintf size should be at most the size of the bufferNeil Brown1-1/+1
2006-05-26Release 2.5mdadm-2.5Neil Brown14-11/+203
2006-05-26Make sure everything compiles...Neil Brown4-7/+14
2006-05-26Support --auto-update-homehostNeil Brown4-3/+60
2006-05-26Set default name for v1 array based on device name.Neil Brown1-0/+11
2006-05-26Support auto-assembling of stacked devicesNeil Brown3-12/+40
2006-05-26Never remove device nodes of active devices.Neil Brown1-1/+3
2006-05-26Improve names reported by --examine --briefNeil Brown2-4/+20
2006-05-26Choose better devnumbers and tidy up some issues with finding names.Neil Brown5-3/+18
2006-05-26Initial implementation of auto-assemblyNeil Brown3-35/+117
2006-05-23Allow autoassembly to choose it's own name for the array.Neil Brown2-20/+33
2006-05-23When assembly arrays using incomplete detail, prefer arrays built for this host.Neil Brown4-5/+59
2006-05-23Reorganise Assemble code somewhat.Neil Brown2-7/+31