login
Login
/
Register
Search
Search this site:
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2007
»
October
»
4
Re: [PATCH 2/2] ext2: Avoid rec_len overflow with 64KB block size
view
thread
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From: Andrew Morton
Subject:
Re: [PATCH 2/2] ext2: Avoid rec_len overflow with 64KB block size
Date: Thursday, October 4, 2007 - 4:11 pm
On Thu, 4 Oct 2007 16:40:44 -0600 Andreas Dilger <adilger@clusterfs.com> wrote:
quoted text
> On Oct 04, 2007 13:12 -0700, Andrew Morton wrote: > > On Mon, 01 Oct 2007 17:35:46 -0700 > > > ext2: Avoid rec_len overflow with 64KB block size > > > > > > into 16 bits we have for entry lenght. So we store 0xffff instead and > > > convert value when read from / written to disk. > > > > This patch clashes in non-trivial ways with > > ext2-convert-to-new-aops-fix.patch and perhaps other things which are > > already queued for 2.6.24 inclusion, so I'll need to ask for an updated > > patch, please. > > If the rel_len overflow patch isn't going to make it, then we also need > to revert the EXT*_MAX_BLOCK_SIZE change to 65536. It would be possible > to allow this to be up to 32768 w/o the rec_len overflow fix however. >
Ok, thanks, I dropped ext3-support-large-blocksize-up-to-pagesize.patch and ext2-support-large-blocksize-up-to-pagesize.patch. -
unsubscribe notice
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to
majordomo@vger.kernel.org
More majordomo info at
http://vger.kernel.org/majordomo-info.html
Please read the FAQ at
http://www.tux.org/lkml/
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
Messages in current thread:
[31/36] Large Blocksize: Core piece
, clameter
, (Tue Aug 28, 12:06 pm)
Re: [31/36] Large Blocksize: Core piece
, Mingming Cao
, (Wed Aug 29, 5:11 pm)
Re: [31/36] Large Blocksize: Core piece
, Christoph Lameter
, (Wed Aug 29, 5:12 pm)
[RFC 1/4] Large Blocksize support for Ext2/3/4
, Mingming Cao
, (Wed Aug 29, 5:47 pm)
[RFC 2/4]ext2: fix rec_len overflow with 64KB block size
, Mingming Cao
, (Wed Aug 29, 5:47 pm)
[RFC 3/4] ext3: fix rec_len overflow with 64KB block size
, Mingming Cao
, (Wed Aug 29, 5:48 pm)
[RFC 4/4]ext4: fix rec_len overflow with 64KB block size
, Mingming Cao
, (Wed Aug 29, 5:48 pm)
Re: [RFC 1/4] Large Blocksize support for Ext2/3/4
, Christoph Lameter
, (Wed Aug 29, 5:59 pm)
Re: [RFC 1/4] Large Blocksize support for Ext2/3/4
, Mingming Cao
, (Fri Aug 31, 5:01 pm)
[RFC 1/2] JBD: slab management support for large block(>8k)
, Mingming Cao
, (Fri Aug 31, 5:12 pm)
[RFC 2/2] JBD: blocks reservation fix for large block support
, Mingming Cao
, (Fri Aug 31, 5:12 pm)
Re: [RFC 1/2] JBD: slab management support for large block ...
, Christoph Hellwig
, (Sat Sep 1, 11:39 am)
Re: [RFC 1/2] JBD: slab management support for large block ...
, Christoph Lameter
, (Sun Sep 2, 4:40 am)
Re: [RFC 1/2] JBD: slab management support for large block ...
, Christoph Hellwig
, (Sun Sep 2, 8:28 am)
Re: [RFC 1/2] JBD: slab management support for large block ...
, Christoph Lameter
, (Mon Sep 3, 12:55 am)
Re: [RFC 1/2] JBD: slab management support for large block ...
, Christoph Hellwig
, (Mon Sep 3, 6:40 am)
Re: [RFC 1/2] JBD: slab management support for large block ...
, Christoph Lameter
, (Mon Sep 3, 12:31 pm)
Re: [RFC 1/2] JBD: slab management support for large block ...
, Christoph Hellwig
, (Mon Sep 3, 12:33 pm)
[PATCH] JBD slab cleanups
, Mingming Cao
, (Fri Sep 14, 11:53 am)
Re: [PATCH] JBD slab cleanups
, Christoph Lameter
, (Fri Sep 14, 11:58 am)
Re: [PATCH] JBD slab cleanups
, Mingming Cao
, (Mon Sep 17, 12:29 pm)
Re: [PATCH] JBD slab cleanups
, Christoph Hellwig
, (Mon Sep 17, 12:34 pm)
Re: [PATCH] JBD slab cleanups
, Badari Pulavarty
, (Mon Sep 17, 3:01 pm)
Re: [PATCH] JBD slab cleanups
, Mingming Cao
, (Mon Sep 17, 3:57 pm)
Re: [PATCH] JBD slab cleanups
, Christoph Hellwig
, (Tue Sep 18, 2:04 am)
Re: [PATCH] JBD slab cleanups
, Mingming Cao
, (Tue Sep 18, 9:35 am)
Re: [PATCH] JBD slab cleanups
, Dave Kleikamp
, (Tue Sep 18, 11:04 am)
Re: [PATCH] JBD slab cleanups
, Mingming Cao
, (Tue Sep 18, 6:00 pm)
Re: [PATCH] JBD slab cleanups
, Andrew Morton
, (Tue Sep 18, 7:19 pm)
Re: [PATCH] JBD slab cleanups
, Mingming Cao
, (Wed Sep 19, 12:15 pm)
[PATCH] JBD: use GFP_NOFS in kmalloc
, Mingming Cao
, (Wed Sep 19, 12:22 pm)
Re: [PATCH] JBD slab cleanups
, Dave Kleikamp
, (Wed Sep 19, 12:26 pm)
Re: [PATCH] JBD slab cleanups
, Dave Kleikamp
, (Wed Sep 19, 12:28 pm)
Re: [PATCH] JBD slab cleanups
, Andreas Dilger
, (Wed Sep 19, 12:48 pm)
Re: [PATCH] JBD slab cleanups
, Mingming Cao
, (Wed Sep 19, 1:47 pm)
Re: [PATCH] JBD: use GFP_NOFS in kmalloc
, Andrew Morton
, (Wed Sep 19, 2:34 pm)
Re: [PATCH] JBD: use GFP_NOFS in kmalloc
, Mingming Cao
, (Wed Sep 19, 2:55 pm)
Re: [PATCH] JBD slab cleanups
, Mingming Cao
, (Wed Sep 19, 3:03 pm)
Re: [PATCH] JBD: use GFP_NOFS in kmalloc
, Andreas Dilger
, (Wed Sep 19, 9:25 pm)
[PATCH] JBD/ext34 cleanups: convert to kzalloc
, Mingming Cao
, (Fri Sep 21, 4:13 pm)
[PATCH] JBD2/ext4 naming cleanup
, Mingming Cao
, (Fri Sep 21, 4:32 pm)
Re: [PATCH] JBD/ext34 cleanups: convert to kzalloc
, Andrew Morton
, (Wed Sep 26, 12:54 pm)
Re: [PATCH] JBD/ext34 cleanups: convert to kzalloc
, Mingming Cao
, (Wed Sep 26, 2:05 pm)
[PATCH 1/2] ext4: Support large blocksize up to PAGESIZE
, Mingming Cao
, (Mon Oct 1, 5:34 pm)
[PATCH 2/2] ext4: Avoid rec_len overflow with 64KB block size
, Mingming Cao
, (Mon Oct 1, 5:35 pm)
[PATCH 1/2] ext2: Support large blocksize up to PAGESIZE
, Mingming Cao
, (Mon Oct 1, 5:35 pm)
[PATCH 2/2] ext2: Avoid rec_len overflow with 64KB block size
, Mingming Cao
, (Mon Oct 1, 5:35 pm)
[PATCH 1/2] ext3: Support large blocksize up to PAGESIZE
, Mingming Cao
, (Mon Oct 1, 5:36 pm)
[PATCH 2/2] ext3: Avoid rec_len overflow with 64KB block size
, Mingming Cao
, (Mon Oct 1, 5:36 pm)
Re: [PATCH 2/2] ext2: Avoid rec_len overflow with 64KB blo ...
, Andrew Morton
, (Thu Oct 4, 1:12 pm)
Re: [PATCH 2/2] ext2: Avoid rec_len overflow with 64KB blo ...
, Andreas Dilger
, (Thu Oct 4, 3:40 pm)
Re: [PATCH 2/2] ext2: Avoid rec_len overflow with 64KB blo ...
, Andrew Morton
, (Thu Oct 4, 4:11 pm)
Re: [PATCH 2/2] ext2: Avoid rec_len overflow with 64KB blo ...
, Jan Kara
, (Mon Oct 8, 6:02 am)
Re: [PATCH 2/2] ext2: Avoid rec_len overflow with 64KB blo ...
, Andrew Morton
, (Thu Oct 11, 3:14 am)
Re: [PATCH 2/2] ext2: Avoid rec_len overflow with 64KB blo ...
, Jan Kara
, (Thu Oct 11, 3:30 am)
Re: [PATCH 2/2] ext2: Avoid rec_len overflow with 64KB blo ...
, Jan Kara
, (Thu Oct 11, 4:18 am)
Re: [PATCH 2/2] ext2: Avoid rec_len overflow with 64KB blo ...
, Andrew Morton
, (Wed Oct 17, 9:07 pm)
Re: [PATCH 2/2] ext2: Avoid rec_len overflow with 64KB blo ...
, Andrew Morton
, (Wed Oct 17, 9:09 pm)
Re: [PATCH 2/2] ext2: Avoid rec_len overflow with 64KB blo ...
, Christoph Lameter
, (Thu Oct 18, 2:03 am)
Re: [PATCH 2/2] ext2: Avoid rec_len overflow with 64KB blo ...
, Andrew Morton
, (Thu Oct 18, 2:11 am)
Re: [PATCH 2/2] ext2: Avoid rec_len overflow with 64KB blo ...
, Mingming Cao
, (Thu Oct 18, 7:05 pm)
Navigation
Create content
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Grant Grundler
Re: [patch] e1000=y && e1000e=m regression fix (was: Re: [regression] e100...
Jörn
Re: [00/41] Large Blocksize Support V7 (adds memmap support)
Christoph Lameter
Re: [bug] SLUB + mm/slab.c boot crash in -rc9
Jeremy Fitzhardinge
Re: [2.6.25] compat VDSO option not disabling
Rafael J. Wysocki
[Bug #11551] Semi-repeatable hard lockup on 2.6.27-rc6
git
:
Pat Thoyts
[PATCH] git-gui: use themed tk widgets with Tk 8.5
Stephan Beyer
Re: git sequencer prototype
Frans Pop
'git gc --aggressive' effectively unusable
Lynn Lin
Re: clearcase migration to git
Johannes Schindelin
Re: [PATCH 2/3] unpack-trees: fix path search bug in verify_absent
linux-netdev
:
William Allen Simpson
[net-next-2.6 PATCH v8 0/7] TCPCT part 1: cookie option exchange
David Woodhouse
Re: [bug?] tg3: Failed to load firmware "tigon/tg3_tso.bin"
Eric Dumazet
Re: [PATCH net-next-2.6] net: Introduce skb_orphan_try()
David Miller
Re: [PATCH 2/2] macb: process the RX ring regardless of interrupt status
Eric Dumazet
Re: [PATCH net-next-2.6] net: Introduce skb_orphan_try()
openbsd-misc
:
nixlists
Re: Which laptops do the developers use?
L. V. Lammert
OT, .. but has anyone seen a crontab editor
Nick Holland
Re: Upgrade 4.1->4.2->4.3
Siju George
Re: Blocking Teamviewer
Darrin Chandler
Re: That whole "Linux stealing our code" thing
git-commits-head
:
Linux Kernel Mailing List
sparc64: Fix sun4u execute bit check in TSB I-TLB load.
Linux Kernel Mailing List
init: Open /dev/console from rootfs
Linux Kernel Mailing List
x86 boot: only pick up additional EFI memmap if add_efi_memmap flag
Linux Kernel Mailing List
Remove empty comment in acpi/power.c
Linux Kernel Mailing List
udp: fix for unicast RX path optimization
Colocation donated by:
Syndicate