Re: [Bug 9546] New: Huge latency in concurrent I/O when using data=ordered

2007-12-12 Thread Jan Kara
(switching to email - please respond via emailed reply-to-all, not via the bugzilla web interface) On Tue, 11 Dec 2007 11:36:39 -0800 (PST) [EMAIL PROTECTED] wrote: http://bugzilla.kernel.org/show_bug.cgi?id=9546 Summary: Huge latency in concurrent I/O when using

+ ext3-ext4-avoid-divide-by-zero.patch added to -mm tree

2007-12-12 Thread akpm
The patch titled ext3, ext4: avoid divide by zero has been added to the -mm tree. Its filename is ext3-ext4-avoid-divide-by-zero.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

Re: [Bug 9546] New: Huge latency in concurrent I/O when using data=ordered

2007-12-12 Thread Jan Kara
(switching to email - please respond via emailed reply-to-all, not via the bugzilla web interface) On Tue, 11 Dec 2007 11:36:39 -0800 (PST) [EMAIL PROTECTED] wrote: http://bugzilla.kernel.org/show_bug.cgi?id=9546 Summary: Huge latency in concurrent I/O when

[PATCH -mm] ext3: remove unused code from ext3_find_entry()

2007-12-12 Thread Mariusz Kozlowski
Hello, This patch removes unused code from ext3_find_entry(). Compile and boot tested. Signed-off-by: Mariusz Kozlowski [EMAIL PROTECTED] fs/ext3/namei.c | 67174 - 67077 (-97 bytes) fs/ext3/namei.o | 157944 - 157896 (-48 bytes) fs/ext3/namei.c |4 1 file changed, 4

[PATCH -mm] ext4: remove unused code from ext4_find_entry()

2007-12-12 Thread Mariusz Kozlowski
Hello, The unused code found in ext3_find_entry() is also present (and still unused) in the ext4_find_entry() code. This patch removes it. Compile tested only. Signed-off-by: Mariusz Kozlowski [EMAIL PROTECTED] fs/ext4/namei.c | 68044 - 67947 (-97 bytes) fs/ext4/namei.o | 183840 -

Re: ext3 SMP bug ? PANIC in __d_find_alias

2007-12-12 Thread Mitch
It is on: $ uname -a Linux home 2.6.23 #5 SMP PREEMPT Sun Oct 21 23:08:50 GST 2007 i686 unknown unknown GNU/Linux And yes it happened on previous kernels also at least since .21 I've had 6 panics so far randomly, but generally when doing a updatedb (from find(1)) which seems to trigger it

ext4 still broken on multiple architectures

2007-12-12 Thread Andrew Morton
fs/ext4/mballoc.c: In function 'ext4_mb_generate_buddy': fs/ext4/mballoc.c:836: error: implicit declaration of function 'ext2_find_next_bit' Can someone please get this fixed? - To unsubscribe from this list: send the line unsubscribe linux-ext4 in the body of a message to [EMAIL PROTECTED] More