From owner-soc-status@FreeBSD.ORG Sun Jul 19 07:50:07 2009 Return-Path: Delivered-To: soc-status@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 60D33106566C for ; Sun, 19 Jul 2009 07:50:07 +0000 (UTC) (envelope-from tatsiana.severyna@gmail.com) Received: from mail-fx0-f216.google.com (mail-fx0-f216.google.com [209.85.220.216]) by mx1.freebsd.org (Postfix) with ESMTP id E6F638FC0C for ; Sun, 19 Jul 2009 07:50:06 +0000 (UTC) (envelope-from tatsiana.severyna@gmail.com) Received: by fxm12 with SMTP id 12so24714fxm.43 for ; Sun, 19 Jul 2009 00:50:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:cc:content-type:content-transfer-encoding; bh=ar5taB2J1H5vxZt9lTR6DQ7L/mQZxzumP3B6r4++dhg=; b=rniRNFHiLbHsTHN2kiF1/bUkMhQ7JFb+VRojIemKKhPFj7EH2C5LG03jbSigOpj/KU qOcNY4Ba8VmA1xPSNmIWuFj5tBZj5ho+naOrUtxErHsfihNWCy1nTMLhBuNWrV5YzcL+ N/3buTw2yVF8c8KV0ne4B+WwBXlMvh775dtSI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; b=B8JYxDrzM4anBYj6Y8LYQmR4WWZQr+FR+P9yImLWTBHfrkoy3aBiNY9+AzhOQDnAIp mxomHh/W3/oyo/EaVatk2I3s5XosWAV9X8u54oDV7dPUzEoWbAeSiJ0kkJxj4KNEaDRr 0bFRd3gKDTOQYPsvn4Q0tRfysyDRYheemFUqk= MIME-Version: 1.0 Received: by 10.204.97.204 with SMTP id m12mr2864437bkn.185.1247989805919; Sun, 19 Jul 2009 00:50:05 -0700 (PDT) Date: Sun, 19 Jul 2009 10:50:05 +0300 Message-ID: From: Tatsiana Severyna To: soc-status@freebsd.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: Kostik Belousov Subject: puffs - status report 6 X-BeenThere: soc-status@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Summer of Code Status Reports and Discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Jul 2009 07:50:07 -0000 Progress: - ported psshfs (puffs sshfs). Man page states it's buggy, so I didn't spent much time on it. It just works in simplest workloads - ported librefuse (fuse api wrapper library). It needs more work as none of fuse filesystems I've tries worked correctly - added fuse sshfs and unionfs to simplify testing - fixed remaining statfs and vptofh/fhtovp issues