All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] btrfs-progs: bug fixes
@ 2009-10-02  5:35 TARUISI Hiroaki
  2009-10-02  5:39 ` [PATCH] btrfsck: Fix Check limit in check_node/leaf TARUISI Hiroaki
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: TARUISI Hiroaki @ 2009-10-02  5:35 UTC (permalink / raw)
  To: linux-btrfs; +Cc: chris.mason

Hi,

I have tested btrfsck in some error case, such as item missing
case or CRC error case or so. In this test session I found some
bugs in btrfsck.c and disk-io.c in btrfs-progs.
  1. The last pair of ptrs and items are not checked at 2 place
     of check_node/leaf.
  2. Csum printed CRC error message is not correct.
  3. In CRC error, btrfsck fails in segmentation fault.

I'll post three tiny patches to fix these bugs.

-- 
taruisi


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2009-10-02 19:09 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-02  5:35 [PATCH] btrfs-progs: bug fixes TARUISI Hiroaki
2009-10-02  5:39 ` [PATCH] btrfsck: Fix Check limit in check_node/leaf TARUISI Hiroaki
2009-10-02  5:52 ` [PATCH] btrfs-progs: CRC on disk printed correctly in CRC error message TARUISI Hiroaki
2009-10-02  5:52 ` [PATCH] btrfsck: CRC error case handling TARUISI Hiroaki
2009-10-02 19:09 ` [PATCH] btrfs-progs: bug fixes Chris Mason

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.