mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/kdave/btrfs-progs.git
synced 2024-11-15 08:14:21 +08:00
171dd56995
Lowmem mode has improved quite a lot since its introduction, for read-only check it's definitely fine. For repair mode, both lowmem and original mode are considered dangerous especially for complex corruptions with unknown cause. For now lowmem mode is only bad at fixing fundamentally corrupted cases, like bad shift offsets or transid, which in real world it's not an easy repair for the original mode either. This patch would move the --mode option out of the dangerous section and update the notes for the lowmem mode on its limitation. Signed-off-by: Qu Wenruo <wqu@suse.com> Signed-off-by: David Sterba <dsterba@suse.com> |
||
---|---|---|
.. | ||
common.h | ||
main.c | ||
mode-common.c | ||
mode-common.h | ||
mode-lowmem.c | ||
mode-lowmem.h | ||
mode-original.h | ||
qgroup-verify.c | ||
qgroup-verify.h | ||
repair.c | ||
repair.h |