[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1182239437.3784.11.camel@dhcp7.linsyssoft.com>
Date: Tue, 19 Jun 2007 13:20:37 +0530
From: Girish Shilamkar <girish@...sterfs.com>
To: Ext4 Mailing List <linux-ext4@...r.kernel.org>
Cc: Theodore Tso <tytso@....edu>,
Andreas Dilger <adilger@...sterfs.com>
Subject: Updated patches for journal checksums.
Hi,
The journal checksums patches for ext4 and e2fsprogs sent on 30th May
had run into problems on big-endian machines. I have made the required
changes.
The major updates are:
1. Checksum was written in little endian format in the commit header,
changed it to big-endian.
2. The crc32 code ported to userspace (which is used by e2fsprogs) had
problem with #ifdef, fixed that.
3. The crc32 user space code used i386 assembly code for swabbing
changed it to generic one.
4. Removed various #includes, which caused compilation errors on ppc
machine.
Any comments/suggestions are always welcome.
Thanks,
Girish.
View attachment "ext4-journal_chksum-2.6.20.patch" of type "text/x-patch" (19252 bytes)
View attachment "e2fsprogs-journal_chksum.patch" of type "text/x-patch" (42579 bytes)
Powered by blists - more mailing lists