+ ext3-remove-ifdef-config_ext3_index.patch added to -mm tree

2007-09-27 Thread akpm
The patch titled ext3: remove #ifdef CONFIG_EXT3_INDEX has been added to the -mm tree. Its filename is ext3-remove-ifdef-config_ext3_index.patch *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm

+ jbd2-debug-code-cleanup.patch added to -mm tree

2007-09-27 Thread akpm
The patch titled JBD2: debug code cleanup has been added to the -mm tree. Its filename is jbd2-debug-code-cleanup.patch *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to

Re: [PATCH, RFC] ext3: lighten up resize transaction requirements

2007-09-27 Thread Andreas Dilger
On Sep 27, 2007 16:07 -0500, Eric Sandeen wrote: > I've got a fedora bug, which has been fairly widely reported around the > net it seems, where attempting to do an online resize "requires too many > credits". This usually leaves the person trying to do the resize fairly > befuddled. There is a

Re: kernel Oops in ext3 code

2007-09-27 Thread Mingming Cao
Hi, Could you please sent the objdump of the ext4_discard_reservation function? It doesn't match what I see here. Thanks, Mingming On Thu, 2007-09-27 at 12:31 +0200, [EMAIL PROTECTED] wrote: > Hi all! > > (Please Cc) > > kernel 2.6.23-rc6 > Debian/sid > > kernel ooops: > > BUG: unable to hand

[PATCH, RFC] ext3: lighten up resize transaction requirements

2007-09-27 Thread Eric Sandeen
I've got a fedora bug, which has been fairly widely reported around the net it seems, where attempting to do an online resize "requires too many credits". This usually leaves the person trying to do the resize fairly befuddled. There is a workaround to resize the journal to something larger, but

xattr index

2007-09-27 Thread Marco Minutoli
Hello, I am a student and for my graduation thesis I am working on filesystems. A part of the system that I have to implement is an index of extended attributes in kernel space and every functions needed to interact with indexes. I want to group indexes in a totally hidden(to the user) directory.

[PATCH] ext3: remove #ifdef CONFIG_EXT3_INDEX

2007-09-27 Thread Eric Sandeen
CONFIG_EXT3_INDEX is not an exposed config option in the kernel, and it is unconditionally defined in ext3_fs.h. tune2fs is already able to turn off dir indexing, so at this point it's just cluttering up the code. Remove it. Signed-off-by: Eric Sandeen <[EMAIL PROTECTED]> Index: linux-2.6.23-rc

[PATCH] ext4: remove #ifdef CONFIG_EXT4_INDEX

2007-09-27 Thread Eric Sandeen
CONFIG_EXT4_INDEX is not an exposed config option in the kernel, and it is unconditionally defined in ext4_fs.h. tune2fs is already able to turn off dir indexing, so at this point it's just cluttering up the code. Remove it. Signed-off-by: Eric Sandeen <[EMAIL PROTECTED]> Index: ext4.git/fs/ex

Re: Review of mballoc-core.patch

2007-09-27 Thread Aneesh Kumar K.V
Theodore Ts'o wrote: Here's an initial code review of the mballoc-core.patch. As far as I can tell, the patch sent by Aneesh doesn't address any of these. Aneesh, assuming that you'll be fixing these, could you please combine your last set of fixes with fixes to address these, and send out an

Review of mballoc-core.patch

2007-09-27 Thread Theodore Ts'o
Here's an initial code review of the mballoc-core.patch. As far as I can tell, the patch sent by Aneesh doesn't address any of these. Aneesh, assuming that you'll be fixing these, could you please combine your last set of fixes with fixes to address these, and send out an updated mballoc-core.pat

[PATCH] JBD2: debug code cleanup.

2007-09-27 Thread Jose R. Santos
From: Jose R. Santos <[EMAIL PROTECTED]> JBD2: debug code cleanup. Mostly stolen from akpm's JBD cleanup patch. - use `#ifdef foo' instead of `#if defined(foo)' - Make journal_enable_debug __read_mostly just for the heck of it - Make jbd_debugfs_dir and jbd_debug static - debugfs_remove(NULL)

kernel Oops in ext3 code

2007-09-27 Thread linux-ext4-owner
Hi all! (Please Cc) kernel 2.6.23-rc6 Debian/sid kernel ooops: BUG: unable to handle kernel paging request at virtual address 104b printing eip: c0195bd3 *pde = Oops: [#1] PREEMPT SMP Modules linked in: vboxdrv binfmt_misc fuse coretemp hwmon gspca videodev v4l2_common

mballoc update

2007-09-27 Thread Aneesh Kumar K.V
Hi This is the changes with which i am going to update the mballoc core patch. There is a new FIXME in here which i would like others to look at. Also the commit message is updated to explain the mballoc approach. Mingming, I have placed the new patch at http://www.radian.org/~kvaneesh/ext4