Re: Testing ext4 persistent preallocation patches for 64 bit features

2007-02-08 Thread Amit K. Arora
On Wed, Feb 07, 2007 at 12:25:50AM -0800, Mingming Cao wrote: > On Wed, 2007-02-07 at 13:18 +0530, Amit K. Arora wrote: > > c) Do I need to put some hack in the filesystem code for above (to > > allocate >32 bit physical block numbers) ? > I had a ext3 hack patch before to allow application specify

Re: Testing ext4 persistent preallocation patches for 64 bit features

2007-02-08 Thread Amit K. Arora
On Wed, Feb 07, 2007 at 02:11:17PM -0700, Andreas Dilger wrote: > On Feb 07, 2007 16:06 +0530, Suparna Bhattacharya wrote: > > On Wed, Feb 07, 2007 at 12:25:50AM -0800, Mingming Cao wrote: > > > - disable preallocation if the filesystem free blocks is under some low > > > watermarks, to save space

Re: Testing ext4 persistent preallocation patches for 64 bit features

2007-02-07 Thread Andreas Dilger
On Feb 07, 2007 16:06 +0530, Suparna Bhattacharya wrote: > On Wed, Feb 07, 2007 at 12:25:50AM -0800, Mingming Cao wrote: > > - disable preallocation if the filesystem free blocks is under some low > > watermarks, to save space for near future real block allocation? > > A policy decision like this

Re: Testing ext4 persistent preallocation patches for 64 bit features

2007-02-07 Thread Suparna Bhattacharya
On Wed, Feb 07, 2007 at 12:25:50AM -0800, Mingming Cao wrote: > On Wed, 2007-02-07 at 13:18 +0530, Amit K. Arora wrote: > > I plan to test the persistent preallocation patches on a huge sparse > > device, to know if >32 bit physical block numbers (upto 48bit) behave as > > expected. > Thanks! > >

Re: Testing ext4 persistent preallocation patches for 64 bit features

2007-02-07 Thread Mingming Cao
On Wed, 2007-02-07 at 13:18 +0530, Amit K. Arora wrote: > I plan to test the persistent preallocation patches on a huge sparse > device, to know if >32 bit physical block numbers (upto 48bit) behave as > expected. Thanks! > I have following questions for this and will appreciate > suggestions he

Testing ext4 persistent preallocation patches for 64 bit features

2007-02-06 Thread Amit K. Arora
I plan to test the persistent preallocation patches on a huge sparse device, to know if >32 bit physical block numbers (upto 48bit) behave as expected. I have following questions for this and will appreciate suggestions here: a) What should be the sparse device size which I should use for testing?