From owner-freebsd-hackers@FreeBSD.ORG Sun Nov 22 00:41:00 2009 Return-Path: Delivered-To: hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6185B106566B; Sun, 22 Nov 2009 00:41:00 +0000 (UTC) (envelope-from gleb.kurtsou@gmail.com) Received: from mail-bw0-f213.google.com (mail-bw0-f213.google.com [209.85.218.213]) by mx1.freebsd.org (Postfix) with ESMTP id BC4068FC13; Sun, 22 Nov 2009 00:40:59 +0000 (UTC) Received: by bwz5 with SMTP id 5so4539717bwz.3 for ; Sat, 21 Nov 2009 16:40:58 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:cc:subject :message-id:references:mime-version:content-type:content-disposition :in-reply-to:user-agent; bh=fXE3U0k+n3jUaCtdEY3giENaspkeXiFGok+wSigKY1w=; b=sfi+qx/XwLTS51Ag2aO0vkZ7qDmS/pvzRaH1DbDt9e2fCF2Gs3AL9mSXU61SOusdZ8 6IpQnPNRizR77ySbYvQyLjVu8Bm/k4f6z1GgcVPC/liuHqLlxgIAXHqKlm1J/V8A7+XL 9VBhFHNbUeyH3ZHpojhNWwxHOzlMvwWKUse+Y= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; b=YUaOaNG+nXh7htRw9kh46xwHXcan3JguQVyT7v+bRWriaiLoovCyx3Zmvpz1A58z0H y1gJWiu2QxjfV8HbZgRMqOl0WLG7sztPe6FDBSyEpTaZoZSXfFql5vCdRIhKjRAlg5QK CSA3dhRaaZate3sJSfih3zt8mYhV3Om1KK8N4= Received: by 10.204.10.6 with SMTP id n6mr2939641bkn.27.1258848868351; Sat, 21 Nov 2009 16:14:28 -0800 (PST) Received: from localhost (lan-78-157-90-54.vln.skynet.lt [78.157.90.54]) by mx.google.com with ESMTPS id d13sm3550212fka.17.2009.11.21.16.14.26 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sat, 21 Nov 2009 16:14:27 -0800 (PST) Date: Sun, 22 Nov 2009 02:14:22 +0200 From: Gleb Kurtsou To: Ivan Voras Message-ID: <20091122001422.GA17971@tops.skynet.lt> References: <9bbcef730911211240n342d412dg21af8c76b4e1b429@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <9bbcef730911211240n342d412dg21af8c76b4e1b429@mail.gmail.com> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: hackers@freebsd.org Subject: Re: PUFFS SoC project? X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Nov 2009 00:41:00 -0000 On (21/11/2009 21:40), Ivan Voras wrote: > What is the status of this year's SoC projects? Specifically, does > anyone know what happened to PUFFS? > (http://wiki.freebsd.org/SOC2009TatsianaSeveryna) ? As far as I know it is in a pretty good shape. Tatsiana is busy with real job, and has "passed" maintainership to me. ntfs-3g, puffs-ssh and some other filesystems work, but are largely untested, some fuse filesystems are broken as their support of inode numbers is to weak (take a look at fuse-sshfs). There are some issues regarding cache. Original NetBSD puffs code tends to mmap data to cache it in vm, puffs port doesn't. Besides mmaped pages can go out of sync. If you are interested in working on it, do not hesitate contacting me, I'm interested in finishing the port. Thanks, Gleb.