From owner-freebsd-fs@FreeBSD.ORG Sat Jan 11 01:15:23 2014 Return-Path: Delivered-To: freebsd-fs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B4EA4C01; Sat, 11 Jan 2014 01:15:23 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8A86A11EA; Sat, 11 Jan 2014 01:15:23 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id s0B1FNn5051331; Sat, 11 Jan 2014 01:15:23 GMT (envelope-from pfg@freefall.freebsd.org) Received: (from pfg@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id s0B1FMO1051330; Sat, 11 Jan 2014 01:15:22 GMT (envelope-from pfg) Date: Sat, 11 Jan 2014 01:15:22 GMT Message-Id: <201401110115.s0B1FMO1051330@freefall.freebsd.org> To: vermaden@interia.pl, pfg@FreeBSD.org, freebsd-fs@FreeBSD.org From: pfg@FreeBSD.org Subject: Re: kern/142597: [ext2fs] ext2fs does not work on filesystems with really big directories X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Jan 2014 01:15:23 -0000 Synopsis: [ext2fs] ext2fs does not work on filesystems with really big directories State-Changed-From-To: open->closed State-Changed-By: pfg State-Changed-When: Sat Jan 11 01:10:18 UTC 2014 State-Changed-Why: There is a new BSD-licensed implementation with several recent changes that take care of any possible overflow in case of many directories. Unfortunately it doesn't seem possible to implement the ext4 option to support more than 32000 directories in FreeBSD but we shouldn't have problems handling the normal ext2/ext3 directories. GNATS: Enter the reason for changing this PR's state here. GNATS: Lines beginning with "GNATS:" will be deleted. http://www.freebsd.org/cgi/query-pr.cgi?pr=142597