index
:
mdadm
main
mdadm
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Grow.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Grow: If bitmap interferes with grow, report this.
NeilBrown
2010-01-28
1
-7
/
+28
*
Remove stray debugging printfs
NeilBrown
2010-01-27
1
-2
/
+4
*
Grow: be more careful when using array.size
NeilBrown
2009-11-26
1
-8
/
+14
*
Grow: avoid truncation error when checking size of array.
NeilBrown
2009-11-26
1
-1
/
+1
*
Grow: various fixes to recent breakages.
NeilBrown
2009-11-17
1
-5
/
+8
*
Grow: data_offset is in sectors, offsets[] is in bytes - convert
NeilBrown
2009-11-16
1
-1
/
+1
*
Grow: do not allow size changes with other changes.
NeilBrown
2009-11-06
1
-0
/
+9
*
Grow: goto release rather than just return
NeilBrown
2009-11-06
1
-4
/
+8
*
Grow: restrict to 2.6.32
NeilBrown
2009-11-06
1
-0
/
+6
*
Grow: use large block count and make sure stripe cache can hold it.
NeilBrown
2009-11-06
1
-7
/
+27
*
Grow: get component_size before using it.
NeilBrown
2009-11-06
1
-4
/
+5
*
Grow: handle array going degraded during reshape.
NeilBrown
2009-11-06
1
-6
/
+35
*
Grow: restore backup to proper location.
NeilBrown
2009-11-06
1
-2
/
+2
*
Grow: update backup-metadata mtime every time we write it.
NeilBrown
2009-10-22
1
-2
/
+4
*
Grow: reject raid-disks reduction in RAID5 etc before 2.6.32
NeilBrown
2009-10-20
1
-1
/
+9
*
Assemble: print more verbose messages about restarting a reshape
NeilBrown
2009-10-20
1
-18
/
+57
*
Add missing 'continue' in Grow_restart.
NeilBrown
2009-10-20
1
-0
/
+1
*
Grow_restart to handle reducing number of devices in an array.
NeilBrown
2009-10-16
1
-10
/
+31
*
Grow: don't make 'blocks' too large during in-place reshape.
NeilBrown
2009-10-16
1
-3
/
+7
*
Grow: ignore error from final wait_backup
NeilBrown
2009-10-12
1
-12
/
+8
*
Grow: make sure bsb2 is properly aligned
NeilBrown
2009-10-12
1
-3
/
+2
*
Merge branch 'master' into devel-3.1
NeilBrown
2009-10-01
1
-7
/
+2
|
\
|
*
Update copyright dates and remove references to @cse.unsw.edu.au
NeilBrown
2009-06-02
1
-7
/
+2
*
|
Grow: support restart of new migrations.
NeilBrown
2009-08-13
1
-28
/
+251
*
|
Handle extra 'grow' variations.
NeilBrown
2009-08-11
1
-298
/
+921
*
|
restripe: support saving when not all devices are present.
NeilBrown
2009-07-14
1
-1
/
+3
*
|
Grow: --size improvements.
NeilBrown
2009-07-14
1
-1
/
+14
*
|
Grow: pass layout as a string rather than a number.
NeilBrown
2009-07-14
1
-6
/
+32
|
/
*
Merge branch 'master' of git://github.com/djbw/mdadm into devel-3.0
NeilBrown
2009-04-14
1
-0
/
+1
|
\
|
*
Grow: fix hang when reshape completes too fast
Dan Williams
2009-04-12
1
-0
/
+8
*
|
grow: don't wait forever for critical section to pass.
NeilBrown
2009-04-01
1
-0
/
+8
|
/
*
Fix alignment for backup of reshape data.
NeilBrown
2008-08-19
1
-6
/
+6
*
Merge branch 'master' into from-stable
NeilBrown
2008-08-07
1
-3
/
+4
|
\
|
*
Clean up usage of open()
Doug Ledford
2008-07-25
1
-1
/
+1
|
*
Add test for stoping and restarting a raid5 reshape.
Neil Brown
2008-06-27
1
-2
/
+3
*
|
Use O_DIRECT for all IO to devices.
Neil Brown
2008-07-12
1
-1
/
+1
|
/
*
Replace sysarray with mdinfo
Neil Brown
2007-12-14
1
-4
/
+4
*
Use 'mdinfo' instead of special 'sysdev' structure.
Neil Brown
2007-12-14
1
-9
/
+12
*
Find super from fd on an array.
Neil Brown
2007-12-14
1
-4
/
+4
*
Drop the superblock arg from all metadata methods.
Neil Brown
2007-12-14
1
-34
/
+27
*
Add 'supertype' arg to almost all metadata methods.
Neil Brown
2007-12-14
1
-12
/
+14
*
Allow metadata handlers to free their own superblock.
Neil Brown
2007-12-14
1
-4
/
+7
*
Remove spaces/tabs from ends of lines.
Neil Brown
2007-12-14
1
-4
/
+4
*
Fix restarting of a reshaping array.
Neil Brown
2007-10-16
1
-0
/
+21
*
Report error when grow cannot be restarted.
Neil Brown
2007-08-20
1
-3
/
+2
*
Improve error message for adding bitmap to a level that cannot support it.
Neil Brown
2007-05-21
1
-0
/
+5
*
Fix --grow --add for linear arrays.
Neil Brown
2007-05-21
1
-8
/
+7
*
Central calls to ioctl BLKGETSIZE
Neil Brown
2006-12-14
1
-3
/
+1
*
Increase raid456 stripe cache size if needed to --grow the array.
Neil Brown
2006-12-14
1
-2
/
+18
*
Improve allocation and use of space for bitmaps in version1 metadata
Neil Brown
2006-12-14
1
-3
/
+5
[next]