From: Markus Trippelsdorf Subject: Re: [PATCH 1/2] fs: Do not dispatch FITRIM through separate super_operation Date: Thu, 18 Nov 2010 22:50:08 +0100 Message-ID: <20101118215008.GA1556@arch.trippelsdorf.de> References: <1290065809-3976-1-git-send-email-lczerner@redhat.com> <20101118130630.GJ6178@parisc-linux.org> <20101118134804.GN5618@dhcp231-156.rdu.redhat.com> <20101118141957.GK6178@parisc-linux.org> <20101118142918.GA18510@infradead.org> <1290100750.3041.72.camel@mulgrave.site> <20101118180557.GU22787@shareable.org> <20101118193255.GE1594@arch.trippelsdorf.de> <4CE59E86.1080603@teksavvy.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Jamie Lokier , Jeff Moyer , James Bottomley , Christoph Hellwig , Matthew Wilcox , Josef Bacik , Lukas Czerner , tytso@mit.edu, linux-ext4@vger.kernel.org, linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org, sandeen@redhat.com To: Mark Lord Return-path: Content-Disposition: inline In-Reply-To: <4CE59E86.1080603@teksavvy.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: linux-ext4.vger.kernel.org On 2010.11.18 at 16:45 -0500, Mark Lord wrote: > On 10-11-18 02:32 PM, Markus Trippelsdorf wrote: > >On 2010.11.18 at 18:05 +0000, Jamie Lokier wrote: > >>Online trim may be slow, but offline would be awfully inconvenient > >>when an fs is big and needed for a live system, or when it's your root fs. > > > >You can call FITRIM from a running system. Infact I run it once per week > >as a cron job on my (mounted) root fs. > > > Ditto for wiper.sh. But I always thought that wiper has no access to the filesystem internals. So there is always a chance that you write to a sector that wiper.sh is currently trimming. FITRIM should be safer in this regard. -- Markus