From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53589) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UuMXF-0005i7-Di for qemu-devel@nongnu.org; Wed, 03 Jul 2013 08:51:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UuMXD-0004ut-3n for qemu-devel@nongnu.org; Wed, 03 Jul 2013 08:51:49 -0400 Received: from nodalink.pck.nerim.net ([62.212.105.220]:39040 helo=paradis.irqsave.net) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UuMXC-0004uW-PL for qemu-devel@nongnu.org; Wed, 03 Jul 2013 08:51:46 -0400 Date: Wed, 3 Jul 2013 14:53:27 +0200 From: =?iso-8859-1?Q?Beno=EEt?= Canet Message-ID: <20130703125327.GC5482@irqsave.net> References: <1371738392-9594-1-git-send-email-benoit@irqsave.net> <1371738392-9594-2-git-send-email-benoit@irqsave.net> <20130702144224.GF9870@stefanha-thinkpad.redhat.com> <20130702212355.GB4985@irqsave.net> <20130703081235.GD16585@stefanha-thinkpad.muc.redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline In-Reply-To: <20130703081235.GD16585@stefanha-thinkpad.muc.redhat.com> Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [RFC V8 01/24] qcow2: Add journal specification. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: =?iso-8859-1?Q?Beno=EEt?= Canet , kwolf@redhat.com, qemu-devel@nongnu.org > By the way, I don't know much about journalling techniques. So I'm > asking you these questions so that either you can answer them straight > away or because they might warrant a look at existing journal > implementations like: I tried to so something simple and performing for the deduplication usage= . That explain that there is no concept of transaction and that the journal= 's block are flushed asynchronously in order to have an high insertion rate. I agree with your previous comment is more a log than a journal. >=20 > https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/tree/fs= /jbd2 > http://www.sqlite.org/cgi/src/dir?name=3Dsrc > http://blitiri.com.ar/p/libjio/ I will try to find a paper on journal design. Beno=EEt