index
:
mdadm
main
mdadm
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
super1.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change write_init_super to be called only once.
Neil Brown
2008-05-15
1
-96
/
+129
*
Add 'container' level and ->validate_geometry method.
Neil Brown
2008-05-15
1
-1
/
+31
*
add --export option to --examine
Kay Sievers
2008-05-06
1
-2
/
+37
*
Fix possible bug with bitmap space allocation with v1.0 metadata
Neil Brown
2008-04-29
1
-1
/
+3
*
Drop the superblock arg from all metadata methods.
Neil Brown
2007-12-14
1
-58
/
+62
*
Fix compare_super to take supertype instead of a superblock.
Neil Brown
2007-12-14
1
-4
/
+7
*
Add 'supertype' arg to almost all metadata methods.
Neil Brown
2007-12-14
1
-13
/
+14
*
Allow metadata handlers to free their own superblock.
Neil Brown
2007-12-14
1
-0
/
+7
*
Clarify the avail/used devices sizes with version1 superblock.
Neil Brown
2007-10-17
1
-2
/
+2
*
Also use &tst instead of st later on when loading v1 superblocks
Jérémy Bobbio
2007-10-01
1
-1
/
+1
*
Fix segfault on assembly on amd64 with v1 superblocks
martin f. krafft
2007-09-30
1
-1
/
+1
*
Don't corrupt 'supertype' when speculatively calling load_super1
Neil Brown
2007-09-24
1
-9
/
+10
*
Fix problem with add a device to a 1.x array created with older mdadm.
Neil Brown
2007-08-20
1
-0
/
+4
*
Interpret "--metadata=1" with --assemble to imply any version-1, not just 1.0
Doug Ledford
2007-07-09
1
-8
/
+29
*
Update tests and add linear-add
Neil Brown
2007-05-21
1
-0
/
+1
*
Fix --grow --add for linear arrays.
Neil Brown
2007-05-21
1
-4
/
+27
*
Fix handling of negative bitmap offsets on 64bit hosts.
Neil Brown
2007-05-21
1
-2
/
+2
*
Add --export option to --detail to use key=value pairs.
Kay Sievers
2007-05-08
1
-0
/
+23
*
Fix up calculation of bitmap space when creating v1 metadata.
Neil Brown
2007-05-08
1
-31
/
+20
*
A couple of casts needed in printf statements.
Neil Brown
2007-02-22
1
-2
/
+4
*
Fix a warning about an uninitialised variable.
Neil Brown
2007-02-22
1
-0
/
+2
*
Centralise code for copying uuid
Neil Brown
2006-12-14
1
-26
/
+4
*
Support --uuid= with --create to choose your own UUID.
Neil Brown
2006-12-14
1
-8
/
+23
*
Fix bug where v1 superblock might appear active when they should be clean.
Neil Brown
2006-12-14
1
-1
/
+3
*
Central calls to ioctl BLKGETSIZE
Neil Brown
2006-12-14
1
-36
/
+10
*
Fix and test --update=uuid
Neil Brown
2006-12-14
1
-2
/
+14
*
When resync finished, report the mismatch count if there is one.
Neil Brown
2006-12-14
1
-1
/
+1
*
Change 'Device Size' to 'Used Dev Size'
Neil Brown
2006-12-14
1
-1
/
+3
*
Give useful message if raid4/5/6 cannot be started because it is not clean an...
Neil Brown
2006-12-14
1
-0
/
+1
*
Fix a misleading comment.
Neil Brown
2006-12-14
1
-1
/
+3
*
Support --update=devicesize for cases where the underlying device can change ...
Neil Brown
2006-12-14
1
-5
/
+29
*
Improve allocation and use of space for bitmaps in version1 metadata
Neil Brown
2006-12-14
1
-27
/
+99
*
Remove some unused interfaces to the metadata handlers.
Neil Brown
2006-12-14
1
-20
/
+0
*
Make Assemble/Force work on raid6 with 2 missing devices.
Neil Brown
2006-12-14
1
-1
/
+9
*
--update=resync did exactly the wrong thing for version1 metadata.
Neil Brown
2006-11-12
1
-1
/
+1
*
Fixed UUID printing in "--detail --brief" for version1 metadata.
Neil Brown
2006-11-09
1
-1
/
+1
*
Increase default size of bitmap for v1 superblocks.
Neil Brown
2006-10-19
1
-1
/
+1
*
Fix array-subscript error.
Neil Brown
2006-10-19
1
-1
/
+1
*
Fix typo in earlier patch.
Neil Brown
2006-10-09
1
-1
/
+1
*
Fix some endian-ness issues with v1 superblocks.
Neil Brown
2006-10-09
1
-8
/
+16
*
Work around bug in --add handling for version-1 superblocks
Neil Brown
2006-06-26
1
-1
/
+5
*
Add 'Array Slot' line to --examine for version-1 superblocks
Neil Brown
2006-06-26
1
-0
/
+12
*
Move a variable declaration to the declaration area.
Paul Clements
2006-06-20
1
-2
/
+1
*
Fix problem with post-increment usage in macro
Paul Clements
2006-06-20
1
-2
/
+4
*
Fix offsetof macro for 64bit hosts
Neil Brown
2006-06-16
1
-1
/
+1
*
check return status of all write/fwrite functions as required by glibc 2.4
Neil Brown
2006-05-29
1
-1
/
+2
*
Release 2.5
mdadm-2.5
Neil Brown
2006-05-26
1
-1
/
+1
*
Improve names reported by --examine --brief
Neil Brown
2006-05-26
1
-1
/
+11
*
When assembly arrays using incomplete detail, prefer arrays built for this host.
Neil Brown
2006-05-23
1
-0
/
+11
*
Support --update=homehost to allow updating of homehost information.
Neil Brown
2006-05-23
1
-0
/
+11
[next]