Re: Patch queue update

2008-01-24 Thread Mingming Cao
On Thu, 2008-01-24 at 20:20 +0530, Aneesh Kumar K.V wrote: > I have updated patches based on the review feedback from Andrew. > > I have tested this on > 128(64p) ppc64sles > 4(2p)ppc64 debian > 4(2p) x86_64 ubuntu-gutsy > > Updated patches are at > http://www.radian.org/~kvaneesh/

Re: Patch queue update

2008-01-24 Thread Eric Sandeen
Andreas Dilger wrote: > On Jan 24, 2008 20:20 +0530, Aneesh Kumar K.V wrote: >> @@ -89,6 +89,8 @@ When mounting an ext4 filesystem, the following option are >> accepted: >> extents ext4 will use extents to address file data. The >> file system will no lo

Re: Patch queue update

2008-01-24 Thread Andreas Dilger
On Jan 24, 2008 20:20 +0530, Aneesh Kumar K.V wrote: > @@ -89,6 +89,8 @@ When mounting an ext4 filesystem, the following option are > accepted: > extents ext4 will use extents to address file data. The > file system will no longer be mountable by ext3.

Patch queue update

2008-01-24 Thread Aneesh Kumar K.V
I have updated patches based on the review feedback from Andrew. I have tested this on 128(64p) ppc64 sles 4(2p)ppc64 debian 4(2p)x86_64 ubuntu-gutsy Updated patches are at http://www.radian.org/~kvaneesh/ext4/jan-24-2008/ http://www.radian.org/~kvaneesh/ext4/jan-24-2008/patches.tar D

Re: patch queue update

2008-01-10 Thread Aneesh Kumar K.V
quot;if" you didn't change it when > setting ac_2order... Is that incorrect? Yes that ac_2order should be i - 1; Will fix it in the next update. I see that the patch queue update doesn't have most of the changes I have placed at http://www.radian.org/~kvaneesh/e

Re: patch queue update

2008-01-10 Thread Andreas Dilger
On Jan 10, 2008 21:03 +0530, Aneesh Kumar K.V wrote: > if (i >= sbi->s_mb_order2_reqs) { > - i--; > - if ((ac->ac_g_ex.fe_len & (~(1 << i))) == 0) > + /* > + * This should tell if fe_len is exactly power of 2 > + */ > +

patch queue update

2008-01-10 Thread Aneesh Kumar K.V
Hi Mingming, New patches for patch queue can be found at http://www.radian.org/~kvaneesh/ext4/jan-10-2008-ver2/ The changes are a) mballoc patch got an explanation about regular allocator. b) mballoc regular allocator we changed the usage of ffs to fls. I guess it makes sense to use

Patch queue update

2007-12-23 Thread Aneesh Kumar K.V
Hi Mingming, I have placed the updated patch queue at http://www.radian.org/~kvaneesh/ext4/dec-24-2007/ The .tar can be found at http://www.radian.org/~kvaneesh/ext4/dec-24-2007/patch-series.tar The changes involve the below attached diff. I also updated the commit message of mballoc core patc

ext4 patch queue update

2007-04-04 Thread Mingming Cao
Ted, I Just rebased the ext4 patch queue to 2.6.21-rc5, # Added Reserve high 32 bit for 64 bit inode version i_version_hi.patch # Add mount option to turn off extents ext4_noextent_mount_opt.patch # Add mount option to turn off delayed allocation ext4_nodelalloc_mount_opt.patch And move nanose