[PATCH 0/4] Add superblock checksum check for btrfs-progs

2014-07-03 Thread Qu Wenruo
Before this patchset, btrfs-progs will overall ignore the superblock checksum and continue the routine. Sometimes this may cause disasters like checking a btrfs with corrupted superblock will lead to crash in btrfs-progs. This patch introduces superblock checksum check into

[PATCH 0/4] Add superblock checksum check for btrfs-progs

2014-07-03 Thread Qu Wenruo
Before this patchset, btrfs-progs will overall ignore the superblock checksum and continue the routine. Sometimes this may cause disasters like checking a btrfs with corrupted superblock will lead to crash in btrfs-progs. This patch introduces superblock checksum check into

Re: [PATCH 0/4] Add superblock checksum check for btrfs-progs

2014-07-03 Thread David Sterba
On Thu, Jul 03, 2014 at 05:36:34PM +0800, Qu Wenruo wrote: Before this patchset, btrfs-progs will overall ignore the superblock checksum and continue the routine. Sometimes this may cause disasters like checking a btrfs with corrupted superblock will lead to crash in btrfs-progs. This patch

Re: [PATCH 0/4] Add superblock checksum check for btrfs-progs

2014-07-03 Thread Qu Wenruo
Original Message Subject: Re: [PATCH 0/4] Add superblock checksum check for btrfs-progs From: David Sterba dste...@suse.cz To: Qu Wenruo quwen...@cn.fujitsu.com Date: 2014年07月04日 01:57 On Thu, Jul 03, 2014 at 05:36:34PM +0800, Qu Wenruo wrote: Before this patchset, btrfs