Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753967AbbGOXX6 (ORCPT ); Wed, 15 Jul 2015 19:23:58 -0400 Received: from imap.thunk.org ([74.207.234.97]:47857 "EHLO imap.thunk.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753591AbbGOXX4 (ORCPT ); Wed, 15 Jul 2015 19:23:56 -0400 Date: Wed, 15 Jul 2015 19:23:46 -0400 From: "Theodore Ts'o" To: Austin S Hemmelgarn Cc: Eric Sandeen , Randy Dunlap , Jan Kara , linux-ext4@vger.kernel.org, linux-fsdevel@vger.kernel.org, LKML , Andrew Morton , Andreas Dilger , Jens Axboe Subject: Re: [PATCH 0/3] Remove ext3 filesystem driver Message-ID: <20150715232346.GD18400@thunk.org> Mail-Followup-To: Theodore Ts'o , Austin S Hemmelgarn , Eric Sandeen , Randy Dunlap , Jan Kara , linux-ext4@vger.kernel.org, linux-fsdevel@vger.kernel.org, LKML , Andrew Morton , Andreas Dilger , Jens Axboe References: <1436955987-7305-1-git-send-email-jack@suse.com> <20150715141836.GA18400@thunk.org> <55A676BF.8020903@infradead.org> <55A67790.80802@infradead.org> <55A6780E.2040702@redhat.com> <55A67A57.8010502@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <55A67A57.8010502@gmail.com> User-Agent: Mutt/1.5.23 (2014-03-12) X-SA-Exim-Connect-IP: X-SA-Exim-Mail-From: tytso@thunk.org X-SA-Exim-Scanned: No (on imap.thunk.org); SAEximRunCond expanded to false Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1413 Lines: 35 On Wed, Jul 15, 2015 at 11:20:55AM -0400, Austin S Hemmelgarn wrote: > > There really isn't much of a clear distinction between ext3 and ext4 (at > least from an end user standpoint), other than the fact that there are some > options that only the ext4 driver understands (like extent based > allocation). Yeah, the main reason why we did the ext3 -> ext4 fork was that adding 64-bit numbers required major surgery, and we didn't want to break a lot of production users who were using ext3. But from a file system format perspective, ext2, ext3, and ext4 are the same logical file system. There are just multiple different implementations, which all support slightly different sets of file system features: * Linux's ext2 * Linux's ext3 * Linux's ext4 * Hurd's ext2 * *BSD's ext2 * Grub's ext2/3/4 The last three implementations are in fact independent ones created from scratch. :-) Fortunately we use the same file system support code, e2fsprogs, for all of them, which is good since it has a very extensive set of regression test sets for our fsck program, and we've continued adding to it as we add new file system features. - Ted -- 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/