From owner-freebsd-fs@FreeBSD.ORG Sat Apr 21 00:39:29 2012 Return-Path: Delivered-To: fs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A21A2106566B for ; Sat, 21 Apr 2012 00:39:29 +0000 (UTC) (envelope-from gjb@semihalf.com) Received: from smtp.semihalf.com (smtp.semihalf.com [213.17.239.109]) by mx1.freebsd.org (Postfix) with ESMTP id 543A68FC0C for ; Sat, 21 Apr 2012 00:39:29 +0000 (UTC) Received: from localhost (unknown [213.17.239.109]) by smtp.semihalf.com (Postfix) with ESMTP id A44C1ED371 for ; Sat, 21 Apr 2012 02:39:19 +0200 (CEST) X-Virus-Scanned: by amavisd-new at semihalf.com Received: from smtp.semihalf.com ([213.17.239.109]) by localhost (smtp.semihalf.com [213.17.239.109]) (amavisd-new, port 10024) with ESMTP id 54tQYJMNWhPf for ; Sat, 21 Apr 2012 02:39:19 +0200 (CEST) Received: from [172.17.136.194] (adsl-66-120-169-242.dsl.sntc01.pacbell.net [66.120.169.242]) by smtp.semihalf.com (Postfix) with ESMTPSA id 97EF1ED0C4 for ; Sat, 21 Apr 2012 02:39:18 +0200 (CEST) Message-ID: <4F9201BC.6080000@semihalf.com> Date: Sat, 21 Apr 2012 02:39:24 +0200 From: Grzegorz Bernacki User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:11.0) Gecko/20120327 Thunderbird/11.0.1 MIME-Version: 1.0 To: fs@FreeBSD.org Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Request for comments - NAND Framework & NandFS X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Apr 2012 00:39:29 -0000 Hi, We work on integration our work on NAND Framework into -current. Our project consist of: - NAND Framework which allows treat NAND Flash Chip as storage devices, - NANDSim which is kernel driver which emulates ONFI-compliant chip devices and userspace tool to configure/manage created devices, - NandFs which is log filesystem which is targeted for NAND chip storage devices. Currently our work is merged into "nand" branch under project directory (http://svnweb.freebsd.org/base/projects/nand/). Currently we are still working on fixing existing bugs and cleaning up the code. We are going to start merge in into HEAD on on May 7th. I would like to ask you to review the code and let us know if you have any comments or concerns. thanks, grzesiek