lkml.org 
[lkml]   [2008]   [Apr]   [18]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH 0/4] jbd: possible filesystem corruption fixes
On Fri, Apr 18, 2008 at 10:00:54PM +0900, Hidehiro Kawai wrote:
> Subject: [PATCH 0/4] jbd: possible filesystem corruption fixes
>
> The current JBD is not sufficient for I/O error handling. It can
> cause filesystem corruption. An example scenario:
>
> 1. fail to write a metadata buffer to block B in the journal
> 2. succeed to write the commit record
> 3. the system crashes, reboots and mount the filesystem
> 4. in the recovery phase, succeed to read data from block B
> 5. write back the read data to the filesystem, but it is a stale
> metadata
> 6. lose some files and directories!
>
> This scenario is a rare case, but it (temporal I/O error)
> can occur. If we abort the journal between 1. and 2., this
> tragedy can be avoided.
>
> This patch set fixes several error handling problems to protect
> from filesystem corruption caused by I/O errors. It has been
> done only for JBD and ext3 parts.
>

There doesn't seem like much point in taking these patches as Jan is rewriting
the ordered mode path and most of these functions will be going away soon.
Those patches seem like they will be coming soon and will obsolete these.

Josef


\
 
 \ /
  Last update: 2008-04-18 16:23    [W:0.071 / U:0.112 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site