Re: ext3 warnings from LTP rename14

2007-10-21 Thread Martin Habets
I had a chance to try this on 2.6.23 today. The output from rename14 was: rename141 PASS : Test Passed rename140 WARN : tst_rmdir(): rmobj(/tmp/renD0iZU9) failed: lstat(/tmp/renD0iZU9/rename14) failed; errno=2: No such file or directory with these messages on the console: EXT3-fs

[patch 09/41] ext2: avoid rec_len overflow with 64KB block size

2007-10-21 Thread akpm
From: Jan Kara [EMAIL PROTECTED] With 64KB blocksize, a directory entry can have size 64KB which does not fit into 16 bits we have for entry length. So we store 0x instead and convert the value when read from / written to disk. [EMAIL PROTECTED]: coding-style fixes] Signed-off-by: Jan Kara

[patch 28/41] ext4: new export ops

2007-10-21 Thread akpm
From: Christoph Hellwig [EMAIL PROTECTED] Trivial switch over to the new generic helpers. Signed-off-by: Christoph Hellwig [EMAIL PROTECTED] Cc: Neil Brown [EMAIL PROTECTED] Cc: J. Bruce Fields [EMAIL PROTECTED] Cc: linux-ext4@vger.kernel.org Signed-off-by: Andrew Morton [EMAIL PROTECTED] ---

[patch 41/41] exportfs: update documentation

2007-10-21 Thread akpm
From: Christoph Hellwig [EMAIL PROTECTED] Update documentation to the current state of affairs. Remove duplicated method descruptions in exportfs.h and point to Documentation/filesystems/ Exporting instead. Add a little file header comment in expfs.c describing what's going on and mentioning

[patch 25/41] exportfs: add new methods

2007-10-21 Thread akpm
From: Christoph Hellwig [EMAIL PROTECTED] Add the guts for the new filesystem API to exportfs. There's now a fh_to_dentry method that returns a dentry for the object looked for given a filehandle fragment, and a fh_to_parent operation that returns the dentry for the encoded parent directory in

[PATCH 2 00/14][e2fsprogs] Uninit block group break down

2007-10-21 Thread Jose R. Santos
The Uninit block group patch is painful to review since it's quite a large patch. Since simple patches are easier to review, I decided to break down the patch into smaller logical pieces that should be easier to review, clean and fix. Aside from the breakdown, this is essentially the same

[PATCH 02/14] Add initial checksum support.

2007-10-21 Thread Jose R. Santos
Add initial checksum support. - Add support for computing CRC-16 value. - Add call to check/verify/set csum on block_groups. - Add a test program to verify csum operations. Signed-off-by: Jose R. Santos [EMAIL PROTECTED] Signed-Off-By: Andreas Dilger [EMAIL PROTECTED] --

[PATCH 04/14] Rename feature name from gdt_checksum to uninit_groups.

2007-10-21 Thread Jose R. Santos
Rename feature name from gdt_checksum to uninit_groups. This name is a more intuitive option when running mke2fs. Signed-off-by: Jose R. Santos [EMAIL PROTECTED] Signed-Off-By: Andreas Dilger [EMAIL PROTECTED] -- lib/e2p/feature.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-)

[PATCH 05/14] Add support for creating filesystems using uninit block group.

2007-10-21 Thread Jose R. Santos
Add support for creating filesystems using uninit block group. Signed-off-by: Jose R. Santos [EMAIL PROTECTED] Signed-Off-By: Andreas Dilger [EMAIL PROTECTED] -- misc/mke2fs.c | 44 1 files changed, 32 insertions(+), 12 deletions(-) diff --git

[PATCH 06/14] Make tune2fs uninit block group aware.

2007-10-21 Thread Jose R. Santos
Make tune2fs uninit block group aware. Signed-off-by: Jose R. Santos [EMAIL PROTECTED] Signed-Off-By: Andreas Dilger [EMAIL PROTECTED] -- misc/tune2fs.c | 12 ++-- 1 files changed, 10 insertions(+), 2 deletions(-) diff --git a/misc/tune2fs.c b/misc/tune2fs.c index 833b994..e2ebc08

[PATCH 07/14] Make dumpe2fs uninit block group aware.

2007-10-21 Thread Jose R. Santos
Make dumpe2fs uninit block group aware. Signed-off-by: Jose R. Santos [EMAIL PROTECTED] Signed-Off-By: Andreas Dilger [EMAIL PROTECTED] -- misc/dumpe2fs.c | 13 + 1 files changed, 9 insertions(+), 4 deletions(-) diff --git a/misc/dumpe2fs.c b/misc/dumpe2fs.c index

[PATCH 11/14] Update uninit block group documetation for some of the utilities.

2007-10-21 Thread Jose R. Santos
Update uninit block group documetation for some of the utilities. Upadates documentation man pages for mke2fs(8) and tune2fs(8) Signed-off-by: Jose R. Santos [EMAIL PROTECTED] Signed-Off-By: Andreas Dilger [EMAIL PROTECTED] -- misc/mke2fs.8.in |9 - misc/tune2fs.8.in | 12

[PATCH 13/14] Add new mm_lazy test case.

2007-10-21 Thread Jose R. Santos
Add new mm_lazy test case. Add test case for lazy bg feature. Signed-off-by: Jose R. Santos [EMAIL PROTECTED] Signed-Off-By: Andreas Dilger [EMAIL PROTECTED] -- tests/m_lazy/expect.1 | 166 + tests/m_lazy/script |4 + 2 files changed, 170

[PATCH 14/14] Add m_uninit test case.

2007-10-21 Thread Jose R. Santos
Add m_uninit test case. Add test case to test for uninit block groups. Signed-off-by: Jose R. Santos [EMAIL PROTECTED] Signed-Off-By: Andreas Dilger [EMAIL PROTECTED] -- tests/m_uninit/expect.1 | 166 +++ tests/m_uninit/script |4 + 2 files

Re: [PATCH e2fsprogs] return status from chattr

2007-10-21 Thread Theodore Tso
On Thu, Sep 20, 2007 at 12:57:14PM -0500, Eric Sandeen wrote: I changed this a bit so that if it's explicitly listed on the commandline, the link itself gets chattr'd. I'm not quite sure what is intended here; that the links are not *followed* or that they are not chattr'd? Seems a little