Re: [RFC][PATCH] Multiple mount protection

2007-05-25 Thread Jim Garlick
Hi Ted, For what it's worth, we have several petabytes of data residing in ext3 file systems, a large staff of mainly non-idiots, and HA s/w, and I still feel strongly that multi-mount protection is a good idea. People, software, and hardware all malfunction in myriad ways, and the more you

[PATCH] e2fsprogs - e2fsck pass1c does extra work if root dir has shared blocks

2007-04-10 Thread Jim Garlick
Ted, Another small bug I think: if the root directory contains shared blocks, e2fsck pass1c search_dirent_proc() will be looking for one more containing directory than it will ever find, and thus loses an opportunity to terminate early. Signed-off-by: Jim Garlick [EMAIL PROTECTED] Index

[repost][patch 2/2] e2fsprogs: user selectable dup block handling in fsck (fwd)

2007-02-04 Thread Jim Garlick
+++ e2fsprogs+chaos/e2fsck/ChangeLog @@ -1,5 +1,12 @@ 2007-01-30 Jim Garlick [EMAIL PROTECTED] + * unix.c, pass1b.c, e2fsck.h : Add command line and config file + options to alter shared block handling method in pass 1D. + + * problem.c, problem.h (PR_1D_DISCONNECT_*): Add new

[patch 2/2] e2fsprogs: user selectable dup block handling in fsck

2007-01-31 Thread Jim Garlick
+1,12 @@ 2007-01-30 Jim Garlick [EMAIL PROTECTED] + * unix.c, pass1b.c, e2fsck.h : Add command line and config file + options to alter shared block handling method in pass 1D. + + * problem.c, problem.h (PR_1D_DISCONNECT_*): Add new problem code. + +2007-01-30 Jim

[patch 1/2] e2fsprogs: user selectable dup block handling in fsck

2007-01-31 Thread Jim Garlick
: [options] clone=dup|zero shared=preserve|lost+found|delete Regards, Jim Garlick Lawrence Livermore National Laboratory Index: e2fsprogs+chaos/e2fsck/unix.c === --- e2fsprogs+chaos.orig/e2fsck/unix.c +++ e2fsprogs