From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=54663 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OtRBI-0006Pb-Jt for qemu-devel@nongnu.org; Wed, 08 Sep 2010 16:23:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OtRBH-000535-6x for qemu-devel@nongnu.org; Wed, 08 Sep 2010 16:23:44 -0400 Received: from verein.lst.de ([213.95.11.210]:34272) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OtRBG-00052c-Sd for qemu-devel@nongnu.org; Wed, 08 Sep 2010 16:23:43 -0400 Date: Wed, 8 Sep 2010 22:23:36 +0200 From: Christoph Hellwig Subject: Re: [Qemu-devel] [RFC] qed: Add QEMU Enhanced Disk format Message-ID: <20100908202336.GA7855@lst.de> References: <4C865CFE.7010508@codemonkey.ws> <4C8663C4.1090508@redhat.com> <4C866773.2030103@codemonkey.ws> <4C86BC6B.5010809@codemonkey.ws> <4C874812.9090807@redhat.com> <395D4377-00F9-4765-94C4-470BDFA1F96E@suse.de> <4C874F22.6060802@redhat.com> <20100908153857.GA30438@lst.de> <4C87BA12.5040909@codemonkey.ws> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4C87BA12.5040909@codemonkey.ws> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: Kevin Wolf , Stefan Hajnoczi , Stefan Hajnoczi , Alexander Graf , qemu-devel@nongnu.org, Avi Kivity , Christoph Hellwig On Wed, Sep 08, 2010 at 11:30:10AM -0500, Anthony Liguori wrote: > http://wiki.qemu.org/Features/QED/OnlineDefrag > > Is a spec for a very simple approach to online defrag that I hope we can > implement in the near future. I think that once we have the mechanisms > to freeze clusters and to swap clusters, implementing much more > sophisticated defragmentation algorithms will become easy. This image defragmentation might in fact cause even more fragmentation at the filesystem layer.