Re: [PATCH] e2fsprogs: Handle rec_len correctly for 64KB blocksize

2007-11-12 Thread Jan Kara
On Sat 10-11-07 19:37:03, Theodore Tso wrote: On Wed, Nov 07, 2007 at 05:09:39PM +0100, Jan Kara wrote: Subject: Support for 64KB blocksize in ext2-4 directories. When block size is 64KB, we have to take care that rec_len does not overflow. Kernel stores 0x in case 0x1

Re: [PATCH] e2fsprogs: Handle rec_len correctly for 64KB blocksize

2007-11-12 Thread Theodore Tso
On Mon, Nov 12, 2007 at 10:52:45AM +0100, Jan Kara wrote: Did you test this patch before submitting it? Argh, stupid me. I've just tested that I didn't break anything for normal block size and thought that I cannot make mistake in such a simple thing ;). Could I ask you to perhaps include

Re: [PATCH] e2fsprogs: Handle rec_len correctly for 64KB blocksize

2007-11-12 Thread Jan Kara
On Mon 12-11-07 09:58:23, Theodore Tso wrote: On Mon, Nov 12, 2007 at 10:52:45AM +0100, Jan Kara wrote: Did you test this patch before submitting it? Argh, stupid me. I've just tested that I didn't break anything for normal block size and thought that I cannot make mistake in such a

Oops 2.6.23.1 in ext3+jbd at journal_put_journal_head

2007-11-12 Thread Mark Lord
A one-time event thus far, happened under very heavy I/O, Dell i9400 Core2Duo notebook w/3GB ram, single SATA drive with ext3. Had to cycle power to get it back and see this Oops in the syslog: : BUG: unable to handle kernel paging request at virtual address 430a7261 : printing eip: : c01a6605

Re: Oops 2.6.23.1 in ext3+jbd at journal_put_journal_head

2007-11-12 Thread Mark Lord
Mark Lord wrote: A one-time event thus far, happened under very heavy I/O, Dell i9400 Core2Duo notebook w/3GB ram, single SATA drive with ext3. Had to cycle power to get it back and see this Oops in the syslog: : BUG: unable to handle kernel paging request at virtual address 430a7261 ... Note

[PATCH 2/2] FIEMAP ioctl for ext4

2007-11-12 Thread Kalpak Shah
Recently there was discussion about an FIle Extent MAP(FIEMAP) ioctl for efficiently mapping the extents and holes of a file. This will be many times more efficient than FIBMAP by cutting down the number of ioctls. This patch adds the FIEMAP ioctl for ext4. The spec for the FIEMAP ioctl was

Re: [PATCH 2/2] FIEMAP ioctl for ext4

2007-11-12 Thread David Chinner
On Tue, Nov 13, 2007 at 02:30:06AM +0530, Kalpak Shah wrote: Recently there was discussion about an FIle Extent MAP(FIEMAP) ioctl for efficiently mapping the extents and holes of a file. This will be many times more efficient than FIBMAP by cutting down the number of ioctls. This patch

Re: [PATCH] Introduce ext4_find_next_bit

2007-11-12 Thread Andrew Morton
On Fri, 21 Sep 2007 10:55:05 +0530 Aneesh Kumar K.V [EMAIL PROTECTED] wrote: Also add generic_find_next_le_bit This gets used by the ext4 multi block allocator patches. arm allmodconfig: fs/ext4/mballoc.c: In function `ext4_mb_generate_buddy': fs/ext4/mballoc.c:836: error: implicit