From owner-soc-status@FreeBSD.ORG Sun Jun 21 14:22:23 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 99D44106564A; Sun, 21 Jun 2009 14:22:23 +0000 (UTC) (envelope-from gleb.kurtsou@gmail.com) Received: from mail-fx0-f217.google.com (mail-fx0-f217.google.com [209.85.220.217]) by mx1.freebsd.org (Postfix) with ESMTP id F30318FC08; Sun, 21 Jun 2009 14:22:22 +0000 (UTC) (envelope-from gleb.kurtsou@gmail.com) Received: by fxm17 with SMTP id 17so134150fxm.43 for ; Sun, 21 Jun 2009 07:22:22 -0700 (PDT) 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:mime-version:content-type:content-disposition:user-agent; bh=Zf/ozrYqmPRhk/Nj6UTpoQHejH4nV0xum5cTMK6b7hQ=; b=FMVGxkLot/QCfT2kiOvSfk0NzO5G6BuKqMJJKlj1pFId2hbZwMzndWdKPHITcD8T4r Ik8M+7YyIQxj0PD47Bp8ZAmhMvBEHVn9in8xPxqZzOE9w2rZgozbtTkkUFDi8BuLZVYr lSrsmBumYKytqjVZ3A2mJ9AINWUaBmWMzrgzw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:cc:subject:message-id:mime-version:content-type :content-disposition:user-agent; b=XHa8/3fYMgcP6c5fAaNPqcNnmfYdXJeg3p1S4s9qUpKpr2BT1h0Yb3Ra14cTQM66G8 HKQu5bAn7qccDIp/FO8NEu3YIIJxlO4aJJhAhu2oQkuj6kN+sv6bYMiQKlg+hPL3gK0/ 6Gq7RA0qNnQRiytRas0q8zz7Iri1Erq2OhzKc= Received: by 10.86.65.9 with SMTP id n9mr5273152fga.47.1245594142097; Sun, 21 Jun 2009 07:22:22 -0700 (PDT) Received: from localhost (lan-78-157-90-54.vln.skynet.lt [78.157.90.54]) by mx.google.com with ESMTPS id e20sm6281210fga.10.2009.06.21.07.22.21 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 21 Jun 2009 07:22:21 -0700 (PDT) Date: Sun, 21 Jun 2009 17:23:17 +0300 From: Gleb Kurtsou To: soc-status@freebsd.org Message-ID: <20090621142316.GA2081@tops.skynet.lt> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline User-Agent: Mutt/1.5.19 (2009-01-05) Cc: Stanislav Sedov Subject: pefs status report 3 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, 21 Jun 2009 14:22:23 -0000 Hi, I've implemented some of missing vnode operations this week. Filesystem looks functional: it supports file name encryption, not cipher block aligned reads/writes, file resize, passes vsock and vfifo operations to lower layer. Next big todo item is to implement correct lookup (with encrypted name caching) and add support for several keys per filesystem.