-
- Downloads
[PATCH] md: allow checkpoint of recovery with version-1 superblock
For a while we have had checkpointing of resync. The version-1 superblock allows recovery to be checkpointed as well, and this patch implements that. Due to early carelessness we need to add a feature flag to signal that the recovery_offset field is in use, otherwise older kernels would assume that a partially recovered array is in fact fully recovered. Signed-off-by:Neil Brown <neilb@suse.de> Signed-off-by:
Andrew Morton <akpm@osdl.org> Signed-off-by:
Linus Torvalds <torvalds@osdl.org>
Showing
- drivers/md/md.c 94 additions, 21 deletionsdrivers/md/md.c
- drivers/md/raid1.c 2 additions, 1 deletiondrivers/md/raid1.c
- drivers/md/raid10.c 2 additions, 1 deletiondrivers/md/raid10.c
- drivers/md/raid5.c 1 addition, 0 deletionsdrivers/md/raid5.c
- include/linux/raid/md_k.h 6 additions, 0 deletionsinclude/linux/raid/md_k.h
- include/linux/raid/md_p.h 4 additions, 1 deletioninclude/linux/raid/md_p.h
Loading
Please register or sign in to comment