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