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
*
Merge branch 'master' in devel-3.0
NeilBrown
2009-03-10
1
-0
/
+4
|
\
|
*
super1: make sure max_dev grows enough when adding a device to an array.
NeilBrown
2009-03-08
1
-0
/
+3
|
*
Fix bad metadata formatting
Doug Ledford
2008-10-29
1
-0
/
+3
*
|
super1/examine: remove confusing information.
NeilBrown
2009-03-09
1
-4
/
+21
*
|
super1 - do metadata IO in sector_size units.
NeilBrown
2009-03-09
1
-7
/
+64
*
|
introduce --detail-platform to display platform raid capabilities
Dan Williams
2008-12-09
1
-0
/
+1
*
|
allow add_to_super to return errors
Dan Williams
2008-11-27
1
-1
/
+3
*
|
Don't give array name in --examine --brief output if it is doubtful.
NeilBrown
2008-11-04
1
-2
/
+4
*
|
Merge branch 'master' into devel-3.0
NeilBrown
2008-10-17
1
-10
/
+38
|
\
|
|
*
Grow: Fix linear-growth when devices are not all the same size.
NeilBrown
2008-10-15
1
-1
/
+20
|
*
Improve reporting of layout for raid10.
NeilBrown
2008-10-13
1
-8
/
+6
|
*
Manage: allow adding device that is just large enough to v1.x array.
NeilBrown
2008-10-13
1
-1
/
+12
*
|
trivial warn_unused_result squashing
Dan Williams
2008-10-15
1
-6
/
+18
*
|
Use common code to report MD_UUID for --detail --export
NeilBrown
2008-09-18
1
-6
/
+0
*
|
Ignore leading zeros in version number information.
NeilBrown
2008-09-18
1
-3
/
+9
*
|
Compile fixes, particularly moving more stuff under MDASSEMBLE
NeilBrown
2008-09-18
1
-2
/
+6
*
|
Allow metadata handlers to communicate desired safemode delay via mdinfo
Dan Williams
2008-09-16
1
-0
/
+1
*
|
Pass 'verbose' flag to validate_geometry
Neil Brown
2008-07-12
1
-3
/
+6
*
|
Use O_DIRECT for all IO to devices.
Neil Brown
2008-07-12
1
-17
/
+26
*
|
Remove silly convention that major='-1' means 'zero superblock'.
Neil Brown
2008-07-12
1
-1
/
+1
*
|
Remove getinfo_super_n and do some other cleaning up.
Neil Brown
2008-07-12
1
-0
/
+3
*
|
Add subarray field to supertype.
Neil Brown
2008-07-12
1
-0
/
+3
*
|
Remove 'major' from superswitch.
Neil Brown
2008-07-12
1
-2
/
+1
*
|
Use text_version in map_file rather than major.minor.
Neil Brown
2008-07-12
1
-0
/
+1
*
|
Fix write_init_super usage when hot-adding a spare
Neil Brown
2008-07-12
1
-6
/
+2
*
|
Always initialise a struct super_type to zero
Neil Brown
2008-07-12
1
-1
/
+2
*
|
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
[next]