From manningc2@actrix.gen.nz Mon May 05 09:05:35 2008
Received: from pop.scorch.co.nz ([203.167.210.162] helo=firstline.co.nz)
	by stoneboat.aleph1.co.uk with smtp (Exim 4.63)
	(envelope-from <manningc2@actrix.gen.nz>) id 1JsvhH-0002Du-L9
	for yaffs@lists.aleph1.co.uk; Mon, 05 May 2008 09:05:35 +0100
Received: (qmail 30580 invoked by uid 453); 5 May 2008 08:05:02 -0000
X-Virus-Checked: Checked by ClamAV on firstline.co.nz
Received: from Unknown (HELO [192.168.0.29]) (10.14.0.253)
	by firstline.co.nz (qpsmtpd/0.40) with ESMTP;
	Mon, 05 May 2008 20:05:02 +1200
From: Charles Manning <manningc2@actrix.gen.nz>
To: yaffs@lists.aleph1.co.uk
Date: Mon, 5 May 2008 20:05:00 +1200
User-Agent: KMail/1.9.6
MIME-Version: 1.0
Content-Type: text/plain;
  charset="us-ascii"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
Message-Id: <200805052005.00579.manningc2@actrix.gen.nz>
X-SA-Exim-Connect-IP: 203.167.210.162
X-SA-Exim-Mail-From: manningc2@actrix.gen.nz
X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on
	stoneboat.aleph1.co.uk
X-Spam-Level: 
X-Spam-Status: No, score=-2.0 required=5.0 tests=AWL,BAYES_00,SPF_NEUTRAL
	autolearn=no version=3.2.3
X-SA-Exim-Version: 4.2.1 (built Tue, 09 Jan 2007 17:23:22 +0000)
X-SA-Exim-Scanned: Yes (on stoneboat.aleph1.co.uk)
Subject: [Yaffs] inband tags checkin
X-BeenThere: yaffs@lists.aleph1.co.uk
X-Mailman-Version: 2.1.9
Precedence: list
List-Id: Discussion of YAFFS NAND flash filesystem <yaffs.lists.aleph1.co.uk>
List-Unsubscribe: <http://lists.aleph1.co.uk/cgi-bin/mailman/listinfo/yaffs>, 
	<mailto:yaffs-request@lists.aleph1.co.uk?subject=unsubscribe>
List-Archive: <http://lists.aleph1.co.uk/lurker/list/yaffs.html>
List-Post: <mailto:yaffs@lists.aleph1.co.uk>
List-Help: <mailto:yaffs-request@lists.aleph1.co.uk?subject=help>
List-Subscribe: <http://lists.aleph1.co.uk/cgi-bin/mailman/listinfo/yaffs>,
	<mailto:yaffs-request@lists.aleph1.co.uk?subject=subscribe>
X-List-Received-Date: Mon, 05 May 2008 08:05:35 -0000

Hi All

I have finally checked in the so-called "inband tags" stuff. There are quite a 
few files involved so perhaps some files are missing. I hope not.

The inband tags are not yet integrated with the Linux vfs.

The is a tag to get previous code.

I'm also working on some code to make the NAND configuration a bit easier and 
hope to release that soon.

A few notes on inband tags:
* Inband tags put the tags into the data area of the NAND page instead of in 
the spare area (as per regular tags). This means that the pages are no longer 
2^n aligned which reduces performance slightly.
* Inband tags always uses yaffs2 mode, even for small pages.
* Inband tags needs the yaffs caching layer enabled.


-- Charles


