index
:
delta/mdadm.git
cluster
data_offset
devel-3.0
devel-3.1
devel-3.2
devel-3.3
hotunplug
master
mdadm-2
mdadm-2.6.7.x
mdadm-3.2.x
mdadm-3.3.x
origin
r10-reshape
scratch-3.0
sles11
stable-1
git.kernel.org: pub/scm/utils/mdadm/mdadm.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
super1.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Improve error messages when metadata handler does not support request.
NeilBrown
2009-11-17
1
-1
/
+4
*
Set default bitmap-chunksize for internal bitmaps to at least 64Meg
NeilBrown
2009-11-17
1
-2
/
+7
*
Change default metadata from 0.90 to 1.1
NeilBrown
2009-11-17
1
-1
/
+4
*
Assemble: include ACTIVE but not in-sync devices as non-spares.
NeilBrown
2009-11-17
1
-1
/
+1
*
Handle negative delta_disks in super0 and super1.
NeilBrown
2009-10-16
1
-11
/
+12
*
Merge branch 'master' into devel-3.1
NeilBrown
2009-10-01
1
-7
/
+4
|
\
|
*
super1: remove fd leak when opening /dev/urandom
NeilBrown
2009-08-13
1
-0
/
+2
|
*
Update copyright dates and remove references to @cse.unsw.edu.au
NeilBrown
2009-06-02
1
-7
/
+2
*
|
Examine/Detail: report raid6 layout
NeilBrown
2009-07-14
1
-0
/
+8
|
/
*
Merge branch 'master' into devel-3.0
NeilBrown
2009-05-11
1
-13
/
+9
|
\
|
*
Fix gcc-4.4 compiler warning.
NeilBrown
2009-04-29
1
-12
/
+7
*
|
super1 - fix brief examine.
NeilBrown
2009-05-11
1
-3
/
+3
*
|
Make --brief even briefer.
NeilBrown
2009-05-11
1
-5
/
+7
*
|
conf/assemble: new config line "auto".
NeilBrown
2009-05-11
1
-1
/
+1
*
|
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-09
1
-0
/
+3
|
*
Fix bad metadata formatting
Doug Ledford
2008-10-30
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-08
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-15
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
[next]