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
*
Change some fprintf(stderrs to cont_err()
NeilBrown
2013-05-21
1
-7
/
+6
*
Change some "fprintf(stderr,"s to pr_err.
NeilBrown
2013-05-21
1
-15
/
+14
*
Grow: set_new_data_offset should report if kernel is too old.
NeilBrown
2013-05-21
1
-1
/
+10
*
comment typo
NeilBrown
2013-05-21
1
-1
/
+1
*
Grow: just pass delta_disks instead of all of 'info'.
NeilBrown
2013-05-21
1
-4
/
+4
*
Grow: split out code for setting new_data_offset
NeilBrown
2013-05-21
1
-50
/
+68
*
Grow: replace '1' with 'INVALID_SECTORS' where appropriate.
NeilBrown
2013-05-21
1
-7
/
+7
*
Discard devnum in favour of devnm
NeilBrown
2013-02-21
1
-83
/
+64
*
Grow: fix problem with reshaping RAID4 to RAID0.
NeilBrown
2013-02-21
1
-1
/
+5
*
Grow: disallow --size changes on RAID0 and Linear.
NeilBrown
2013-02-21
1
-0
/
+6
*
Grow: fix bug when multiple arrays present.
NeilBrown
2012-11-21
1
-1
/
+1
*
Grow.c: fix uninitialized variables compilation-time error
Lukasz Dorau
2012-11-20
1
-1
/
+2
*
Grow: fix reshape from RAID5 to RAID1.
NeilBrown
2012-11-20
1
-1
/
+3
*
Grow: fix a couple of typos with --assume-clean usage
NeilBrown
2012-10-11
1
-2
/
+2
*
Grow: allow --grow --continue to work for native metadata.
NeilBrown
2012-10-09
1
-4
/
+37
*
Grow/raid10: support reducing the devices in a RAID10.
NeilBrown
2012-10-04
1
-11
/
+78
*
Grow: add raid10 reshape.
NeilBrown
2012-10-04
1
-38
/
+318
*
Split 'GCD' out into a separate function.
NeilBrown
2012-10-04
1
-6
/
+12
*
Add --data-offset flag for Create and Grow
NeilBrown
2012-10-04
1
-0
/
+6
*
Grow: make warning about old metadata more explicit.
NeilBrown
2012-10-03
1
-3
/
+2
*
Grow - be careful about 'delayed' reshapes.
NeilBrown
2012-10-03
1
-0
/
+34
*
grow: fix typo : MAX_DISKS -> MAX_SIZE
NeilBrown
2012-09-20
1
-1
/
+1
*
Grow.c: change size to be unsigned and use '0' in case of 'no change'
Lukasz Dorau
2012-08-13
1
-5
/
+5
*
Minor cosmetic fixes in various files.
NeilBrown
2012-08-13
1
-16
/
+27
*
Fix default size calculations that were recently broken.
NeilBrown
2012-08-13
1
-1
/
+3
*
Use new struct context and struct shape for Grow_addbitmap
NeilBrown
2012-07-09
1
-10
/
+10
*
Use new struct context and struct shape in Grow_reshape
NeilBrown
2012-07-09
1
-70
/
+68
*
Change the values for "max size" from -1 to 1.
NeilBrown
2012-07-09
1
-11
/
+12
*
Convert 'quiet' to 'not verbose' in various places.
NeilBrown
2012-07-09
1
-20
/
+20
*
Remove scattered checks for malloc success.
NeilBrown
2012-07-09
1
-14
/
+7
*
Introduce pr_err for printing error messages.
NeilBrown
2012-07-09
1
-206
/
+182
*
Grow: don't print message if unfreezing fails.
NeilBrown
2012-05-15
1
-2
/
+0
*
Grow: fix --layout=preserve to match man page.
NeilBrown
2012-05-15
1
-1
/
+29
*
Grow: failing the set the per-device size is not an error.
NeilBrown
2012-05-03
1
-1
/
+3
*
Introduce sysfs_set_num_signed() and use it to set bitmap/offset
Jes Sorensen
2012-04-30
1
-2
/
+2
*
fix: correct extending size of raid0 array
Lukasz Dorau
2012-04-23
1
-1
/
+1
*
FIX: Size change is possible as standalone change only
Adam Kwolek
2012-04-17
1
-1
/
+1
*
FIX: Detect error and rollback metadata
Adam Kwolek
2012-04-17
1
-2
/
+11
*
FIX: Respect metadata size limitations
Adam Kwolek
2012-04-17
1
-0
/
+21
*
FIX: Extend size of raid0 array
Adam Kwolek
2012-04-17
1
-0
/
+35
*
FIX: Support metadata changes rollback
Adam Kwolek
2012-04-17
1
-6
/
+10
*
imsm: Execute size change for external metatdata
Adam Kwolek
2012-04-17
1
-31
/
+47
*
Grow: print useful error when converting RAID1->RAID5 will fail.
NeilBrown
2012-03-22
1
-0
/
+4
*
Remove possible crash during RAID6 -> RAID5 reshape.
NeilBrown
2012-03-22
1
-6
/
+22
*
FIX: Changes in '0' case for reshape position verification
Adam Kwolek
2012-02-20
1
-2
/
+10
*
FIX: Do not try to (continue) reshape using inactive array
Adam Kwolek
2012-02-09
1
-0
/
+14
*
FIX: restart reshape when reshape process is stopped just between 2 reshapes
Adam Kwolek
2012-02-09
1
-0
/
+12
*
FIX: use md position to reshape restart
Adam Kwolek
2012-02-09
1
-26
/
+60
*
Flush mdmon before next reshape step during container operation
Adam Kwolek
2012-02-09
1
-2
/
+10
*
FIX: Typo error in fprint command
Adam Kwolek
2012-01-30
1
-1
/
+1
[next]