From owner-freebsd-fs@FreeBSD.ORG Thu Jul 5 18:48:42 2012 Return-Path: Delivered-To: freebsd-fs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6DB08106566B for ; Thu, 5 Jul 2012 18:48:42 +0000 (UTC) (envelope-from dudinskyj@gmail.com) Received: from mail-ob0-f182.google.com (mail-ob0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id 319DB8FC08 for ; Thu, 5 Jul 2012 18:48:42 +0000 (UTC) Received: by obbun3 with SMTP id un3so17304674obb.13 for ; Thu, 05 Jul 2012 11:48:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=Dt6LGY4QXRTCPPAFSIhxsx47ozKJfCFU8AD2q3mwtZ8=; b=jsGs7OUfP9O1WyX3OPpq5V8llJr/lP4iWZMFuyOFMUxfE0ke3Xq2eVmL7d7H9TbfQa oh6Zt0YPvo3g9MKWroqCB+pMpfnXw18/AEBlKKQ1x/eg+D+PAM+kWGxqL+se1MbtRT/Q 8WrXM6uu/+Uw9ZQmUvSkFSzrX1sdyy3JAI9Cb0u2MG/YEhms/kjS7WXaaZLRvvoWrUWS 8dEfE3oTuJtBUtz3xA9XY7ghFAmMggcyoU2DvbQVvKWkEP09nQLS3rABIadvCqNLq+Br h44+g3n/hIrNIejDIjR0ZHC4LSW23arO9XMWA4xMWEGu+fNkmwmNoCUu6dYX6SFt9Tan p7oQ== MIME-Version: 1.0 Received: by 10.182.164.8 with SMTP id ym8mr22344516obb.51.1341514121709; Thu, 05 Jul 2012 11:48:41 -0700 (PDT) Received: by 10.182.24.168 with HTTP; Thu, 5 Jul 2012 11:48:41 -0700 (PDT) In-Reply-To: <20120705192158.503fa2e5@fabiankeil.de> References: <20120705192158.503fa2e5@fabiankeil.de> Date: Thu, 5 Jul 2012 21:48:41 +0300 Message-ID: From: Oleksandr Dudinskyi To: freebsd-fs@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: Port NetBSD's UDF implementation 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: Thu, 05 Jul 2012 18:48:42 -0000 I attached archive with the patch in letter. On 5 July 2012 20:21, Fabian Keil wrote: > Oleksandr Dudinskyi wrote: > > > My name is Oleksandr Dudinskyi and I take part in GSoC this year with > > FreeBSD organization. My project is "Port NetBSD's UDF implementation" > > http://wiki.freebsd.org/%5BSummerOfCode2012/UDFImplementation > > I want to show my work in mid-term period of program. It has read-only > > support UDF file system. Many thanks to Will DeVries < > > william.devries@gmail.com> who worked on porting this driver before > GSoC > > start, my work builds upon his work. All current UDF versions up to > > version 2.60 are supported. Implemented and tested media types are > > CD/DVD/BD disks. > > Sounds great. > > > This is pretty crude and unfinished version, but it can already be > tested. > > A link to the code would be helpful. > > Fabian > -- Regards