Received: with ECARTIS (v1.0.0; list linux-xfs); Thu, 03 Nov 2005 09:09:10 -0800 (PST) Received: from thunker.thunk.org (thunk.org [69.25.196.29]) by oss.sgi.com (8.12.10/8.12.10/SuSE Linux 0.7) with ESMTP id jA3H8xO0027952 for ; Thu, 3 Nov 2005 09:08:59 -0800 Received: from root (helo=think.thunk.org) by thunker.thunk.org with local-esmtp (Exim 3.35 #1 (Debian)) id 1EXiWn-00050J-00; Thu, 03 Nov 2005 12:05:29 -0500 Received: from tytso by think.thunk.org with local (Exim 4.54) id 1EXiWl-0001s0-74; Thu, 03 Nov 2005 12:05:27 -0500 Date: Thu, 3 Nov 2005 12:05:27 -0500 From: "Theodore Ts'o" To: Alan Cox Cc: Nathan Scott , Jan Kasprzak , linux-kernel@vger.kernel.org, linux-xfs@oss.sgi.com Subject: Re: XFS information leak during crash Message-ID: <20051103170527.GA7113@thunk.org> Mail-Followup-To: Theodore Ts'o , Alan Cox , Nathan Scott , Jan Kasprzak , linux-kernel@vger.kernel.org, linux-xfs@oss.sgi.com References: <20051102212722.GC6759@fi.muni.cz> <20051103101107.O6239737@wobbly.melbourne.sgi.com> <20051102233629.GD6759@fi.muni.cz> <20051103104956.B6081538@wobbly.melbourne.sgi.com> <20051103000317.GE6759@fi.muni.cz> <20051103111115.C6081538@wobbly.melbourne.sgi.com> <1131021949.18848.21.camel@localhost.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1131021949.18848.21.camel@localhost.localdomain> User-Agent: Mutt/1.5.11 X-archive-position: 6509 X-ecartis-version: Ecartis v1.0.0 Sender: linux-xfs-bounce@oss.sgi.com Errors-to: linux-xfs-bounce@oss.sgi.com X-original-sender: tytso@mit.edu Precedence: bulk X-list: linux-xfs Content-Length: 763 Lines: 20 On Thu, Nov 03, 2005 at 12:45:49PM +0000, Alan Cox wrote: > On Iau, 2005-11-03 at 11:11 +1100, Nathan Scott wrote: > > On Thu, Nov 03, 2005 at 01:03:17AM +0100, Jan Kasprzak wrote: > > > : it would only ever be uninitialised, previously-free space. > > > > > > Yes, but an old data from previously deleted files > > > (sendmail's temporary files, vim save files, etc) may contain > > > a sensitive information. > > > > Indeed. But this is a generic issue affecting most filesystems; > > its not specific to XFS as your original mail claimed. > > Very true. You can use ext3 in data journalling mode if this is a > concern but that guarantee has a performance cost The default ordered journalling mode solves this problem at a much lower cost. - Ted