[PATCH] mballoc changes from ldiskfs

2008-01-07 Thread Aneesh Kumar K.V
Hi, This patch is not even compile tested. I am sending it over to find out whether some of the changes are even needed and to make sure i didn't drop any bug fix in the merge. something I noticed. a) prealloc table is completely gone. b) ext4_mb_put_pa change. ( I guess that is a bug with

Re: [PATCH] mballoc changes from ldiskfs

2008-01-07 Thread Aneesh Kumar K.V
On Mon, Jan 07, 2008 at 11:58:00PM +0530, Aneesh Kumar K.V wrote: Hi, This patch is not even compile tested. I am sending it over to find out whether some of the changes are even needed and to make sure i didn't drop any bug fix in the merge. something I noticed. a) prealloc table is

Re: [Bug 9692] New: journal_data mount option causes filesystem

2008-01-07 Thread Andreas Dilger
On Jan 06, 2008 19:30 -0600, Jayson King wrote: This looks to be an off-by-one bug with e2fsck in the function check_blocks(), and there isn't any actual filesystem corruption (e2fsck causes the corruption). This is actually a problem for cases where blocksize != pagesize. We have a similar

+ byteorder-move-le32_add_cpu-friends-from-ocfs2-to-core.patch added to -mm tree

2008-01-07 Thread akpm
The patch titled byteorder: move le32_add_cpu friends from OCFS2 to core has been added to the -mm tree. Its filename is byteorder-move-le32_add_cpu-friends-from-ocfs2-to-core.patch *** Remember to use Documentation/SubmitChecklist when testing your code *** See

+ ext3-replace-all-adds-to-little-endians-variables-with-le_add_cpu.patch added to -mm tree

2008-01-07 Thread akpm
The patch titled ext3: replace all adds to little endians variables with le*_add_cpu has been added to the -mm tree. Its filename is ext3-replace-all-adds-to-little-endians-variables-with-le_add_cpu.patch *** Remember to use Documentation/SubmitChecklist when testing your code ***

+ xfs-convert-bex_add-to-bex_add_cpu-new-common-api.patch added to -mm tree

2008-01-07 Thread akpm
The patch titled xfs: convert beX_add to beX_add_cpu (new common API) has been added to the -mm tree. Its filename is xfs-convert-bex_add-to-bex_add_cpu-new-common-api.patch *** Remember to use Documentation/SubmitChecklist when testing your code *** See

[PATCH] mballoc update

2008-01-07 Thread Aneesh Kumar K.V
Hi, This is the update for mballoc patch. The changes are result of merging with the lustre cvs version of mballoc. I liked this patch better because it is simple. I also the updated the commit message. The update commit message is also attached below. We only have one FIXME!! in the commit