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
*
Release mdadm-3.3
mdadm-3.3
NeilBrown
2013-09-03
1
-1
/
+1
*
Grow: fix hang when growing a RAID5.
NeilBrown
2013-08-28
1
-0
/
+1
*
Grow: exit background thread cleanly on SIGTERM.
NeilBrown
2013-08-01
1
-2
/
+13
*
Avoid double close()
Jes Sorensen
2013-07-31
1
-0
/
+2
*
Grow: don't hold array open while waiting for reshape.
NeilBrown
2013-07-24
1
-2
/
+4
*
Grow: pass INVALID_SECTORS to reshape_array, not 0.
NeilBrown
2013-07-11
1
-2
/
+3
*
Grow: use mdstat_wait to wait for delayed reshape.
NeilBrown
2013-07-10
1
-3
/
+3
*
Grow: notice when --stop is synchronising a reshape and don't mess it up.
NeilBrown
2013-07-04
1
-3
/
+12
*
Grow: fix small bug when reshape interrupted.
NeilBrown
2013-07-04
1
-0
/
+1
*
Assemble: improve messages when restarting a reshape.
NeilBrown
2013-07-02
1
-2
/
+3
*
Manage: check alignment when stopping an array undergoing reshape.
NeilBrown
2013-07-01
1
-11
/
+0
*
New function: sysfs_wait
NeilBrown
2013-07-01
1
-20
/
+8
*
Grow: fix crash when restarting an array.
NeilBrown
2013-06-27
1
-0
/
+10
*
Grow: lack of head/tail space not fatal for RAID5 etc.
NeilBrown
2013-06-27
1
-3
/
+13
*
Grow: report better message when --grow --chunk cannot work.
NeilBrown
2013-06-27
1
-7
/
+16
*
Grow: chose default layout when converting from RAID0.
NeilBrown
2013-06-24
1
-0
/
+4
*
Grow: centralise level-change code.
NeilBrown
2013-06-24
1
-66
/
+112
*
Grow: remove excess drives when converting to RAID0.
NeilBrown
2013-06-24
1
-0
/
+39
*
Grow: clear new_layout when we change the level.
NeilBrown
2013-06-24
1
-0
/
+1
*
Grow: analyse_change needs to set new_size even if nothing much is happening.
NeilBrown
2013-06-24
1
-0
/
+1
*
Grow: fix two problems with new_data_offset
NeilBrown
2013-06-24
1
-2
/
+4
*
Grow: Try hard to set new_offset.
NeilBrown
2013-06-24
1
-4
/
+15
*
Grow: Make sure new data-offset is well-aligned
NeilBrown
2013-06-24
1
-16
/
+51
*
Grow: a data_offset should not be tested against 0.
NeilBrown
2013-06-19
1
-1
/
+1
*
Remove lots of unnecessary white space.
NeilBrown
2013-06-19
1
-2
/
+0
*
Grow: fix up recent changes to set_new_data_offset.
NeilBrown
2013-06-19
1
-23
/
+21
*
Make sure NOFILE resource limit is big enough.
NeilBrown
2013-05-30
1
-0
/
+2
*
Grow_continue: handle RESHAPE_NO_BACKUP correctly.
NeilBrown
2013-05-28
1
-4
/
+8
*
Grow: allow for different sized devices when updating data_offset.
NeilBrown
2013-05-28
1
-16
/
+49
*
Assemble: allow --update=revert-reshape
NeilBrown
2013-05-28
1
-1
/
+2
*
Grow: allow a reshape which only changes --data-offset
NeilBrown
2013-05-22
1
-0
/
+4
*
Grow: E2BIG should be reporte differently if --data-offset was requested.
NeilBrown
2013-05-22
1
-0
/
+5
*
Grow: --backup-file and --data-offset are incompatible.
NeilBrown
2013-05-22
1
-3
/
+4
*
Grow: handle E2BIG from new_offset changes more gracefully.
NeilBrown
2013-05-22
1
-2
/
+5
*
Grow: allow --data-offset to be specified for raid4/5/6
NeilBrown
2013-05-22
1
-1
/
+2
*
Grow: allow metadata to indicate that changing data_offset not supported.
NeilBrown
2013-05-22
1
-0
/
+5
*
Grow: use new_data_offset instead of backups for raid4/5/6 reshape.
NeilBrown
2013-05-22
1
-0
/
+34
*
Grow: introduce min_offset_change to struct reshape.
NeilBrown
2013-05-22
1
-12
/
+14
*
Grow: have analyse_change zero the reshape structure first.
NeilBrown
2013-05-22
1
-12
/
+2
*
Grow.c: split impose_reshape out as a function.
NeilBrown
2013-05-21
1
-64
/
+82
*
Grow.c: split out update_cache_size() function.
NeilBrown
2013-05-21
1
-19
/
+27
*
Grow.c remove some pointless casts on 'data_offset'.
NeilBrown
2013-05-21
1
-4
/
+2
*
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
[next]