lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Tue, 07 Dec 2010 16:38:39 +0100
From:	Bernd Schubert <bernd.schubert@...tmail.fm>
To:	Ted Ts'o <tytso@....edu>
CC:	linux-ext4@...r.kernel.org
Subject: Re: [PATCH] e2fsck: journal-replay-only

On 12/06/2010 11:27 PM, Ted Ts'o wrote:
> On Sat, Nov 13, 2010 at 12:09:07AM +0100, Bernd Schubert wrote:
>> e2fsck: journal-replay-only
>>
>> As recently discussed on linux-ext4@...r.kernel.org add an option to e2fsck
>> to allow to replay the journal only. That will allow scripts, such as 
>> pacemakers 'Filesystem' RA to first replay the journal and if that sets
>> an error state from the journal replay, further check for that error 
>> (dumpe2fh -h | grep "Filesystem state:") and if that shows and error
>> to refuse to mount. It also allows automatic e2fsck scripts to first
>> replay the journal and on a second run after the real pass1 to passX checks
>> to test for the return code.
>>
>> Signed-off-by: Bernd Schubert <bschubert@....com>
> 
> Hi Bernd,
> 
> My apologies for the delay.  I've made some slight cleanups to your
> patch, and committed it to the maint branch.  It will be in e2fsprogs
> 1.41.13.

Hello Ted,

thanks! And don't worry please, I'm rather busy either.

It is probably my very limited git knowledge, but I don't any recent
updated in e2fsprogs-git?

bernd@...hl e2fsprogs.git>git pull -v
>From git://git.kernel.org/pub/scm/fs/ext2/e2fsprogs
 = [up to date]      e2fsprogs-interim -> origin/e2fsprogs-interim
 = [up to date]      maint      -> origin/maint
 = [up to date]      master     -> origin/master
 = [up to date]      next       -> origin/next
 = [up to date]      pu         -> origin/pu
 = [up to date]      tt/ras     -> origin/tt/ras
Already up-to-date.

bernd@...hl e2fsprogs.git>git branch
* maint
  master

(maint set up by "git branch --track maint origin/maint")

And the last commit is

commit 73fbe2323af6a2b4d807c80069657bf1449b3bff
Author: Theodore Ts'o <tytso@....edu>
Date:   Fri Sep 24 22:22:09 2010 -0400

    libext2fs: Change EXT2_FLAG_DIRECT_IO to avoid conflict with devel
branch

    The development branch of e2fsprogs already has a code point assigned
    in conflict with EXT2_FLAG_DIRECT_IO.  Fix this.

    Signed-off-by: "Theodore Ts'o" <tytso@....edu>


Thanks,
Bernd
--
To unsubscribe from this list: send the line "unsubscribe linux-ext4" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ