Re: [patch 1/8] ext4: fix MB_DEBUG format warnings

2007-11-30 Thread Mingming Cao
On Fri, 2007-11-30 at 16:22 -0800, Andrew Morton wrote: On Fri, 30 Nov 2007 16:17:32 -0800 Mingming Cao [EMAIL PROTECTED] wrote: Thanks for resending the patches. The first three patches in this series were missed in the ext4 patch queue, the rest of them are already queued there. They

Re: [patch 1/8] ext4: fix MB_DEBUG format warnings

2007-11-30 Thread Mingming Cao
Hi Andrew, Thanks for resending the patches. The first three patches in this series were missed in the ext4 patch queue, the rest of them are already queued there. They are all in ext4 patch queue now. I will check other ext4 patches you plan to merge to mm tree and get them sync in ext4 tree.

Re: [EXT4 set 6][PATCH 1/1]Export jbd stats through procfs

2007-11-30 Thread Mingming Cao
On Fri, 2007-11-30 at 17:08 -0600, Eric Sandeen wrote: Mingming Cao wrote: [PATCH] jbd2 stats through procfs The patch below updates the jbd stats patch to 2.6.20/jbd2. The initial patch was posted by Alex Tomas in December 2005 (http://marc.info/?l=linux-ext4m=113538565128617w=2).

Re: [RFC] support multiple max offset limits for a single superblock

2007-11-30 Thread Chris Wedgwood
On Fri, Nov 30, 2007 at 10:35:01AM -0600, Eric Sandeen wrote: I could do the same for ext4, but Chris Mason prodded me to think of something more generic... this is what I came up with. I think it (for now) should remain in the few file-systems that are affected to avoid making a new -i_op

[RFC] support multiple max offset limits for a single superblock

2007-11-30 Thread Eric Sandeen
Reiserfs, and now ext4, both have the possibility of encountering older on-disk format files which do not support the s_maxbytes of the newer formats. Reiserfs currently has spots in various places to catch these too-large offsets and reject them, but it's replicating a bit of code in the

Re: Coverity testing freely available

2007-11-30 Thread Eric Sandeen
Andreas Dilger wrote: Hi, I've recently found scan.coverity.com, which allows OSS-licensed projects to be run under Coverity to find defects available in the code. I think that e2fsprogs should be included there, even if some people run e2fsprogs under Coverity separately. This allows the

Re: [EXT4 set 6][PATCH 1/1]Export jbd stats through procfs

2007-11-30 Thread Eric Sandeen
Mingming Cao wrote: [PATCH] jbd2 stats through procfs The patch below updates the jbd stats patch to 2.6.20/jbd2. The initial patch was posted by Alex Tomas in December 2005 (http://marc.info/?l=linux-ext4m=113538565128617w=2). It provides statistics via procfs such as transaction lifetime

Re: [PATCH] fix check_mntent_file() to pass mode for open(O_CREAT)

2007-11-30 Thread Theodore Tso
On Fri, Nov 30, 2007 at 09:54:10AM -0600, Eric Sandeen wrote: Andreas Dilger wrote: On my FC8 install, ismounted.c fails to build because open(O_CREAT) is used without passing a mode. The following trivial patch fixes it. Signed-off-by: Andreas Dilger [EMAIL PROTECTED] Ted, I don't