Re: [RFC] [PATCH 2/4]delayed allocation for ext3

2005-07-26 Thread Badari Pulavarty
On Tue, 2005-07-26 at 15:52 -0700, Andrew Morton wrote: Mingming Cao [EMAIL PROTECTED] wrote: Here is the updated patch from Badari for delayed allocation for ext3. Delayed allocation defers block allocation from prepare-write time to page writeout time. For data=writeback only, yes?

Re: [Ext2-devel] [RFC] [PATCH 2/4]delayed allocation for ext3

2005-07-18 Thread Mingming Cao
On Sun, 2005-07-17 at 19:47 -0600, Andreas Dilger wrote: On Jul 17, 2005 10:40 -0700, Mingming Cao wrote: @@ -373,6 +373,7 @@ struct ext3_inode { #define EXT3_MOUNT_BARRIER 0x2 /* Use block barriers */ #define EXT3_MOUNT_NOBH0x4 /* No bufferheads */

Re: [Ext2-devel] [RFC] [PATCH 2/4]delayed allocation for ext3

2005-07-18 Thread Badari Pulavarty
On Sun, 2005-07-17 at 19:47 -0600, Andreas Dilger wrote: On Jul 17, 2005 10:40 -0700, Mingming Cao wrote: @@ -373,6 +373,7 @@ struct ext3_inode { #define EXT3_MOUNT_BARRIER 0x2 /* Use block barriers */ #define EXT3_MOUNT_NOBH0x4 /* No bufferheads */