From owner-soc-status@FreeBSD.ORG Tue Jul 26 06:26:25 2011 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 576C1106566B for ; Tue, 26 Jul 2011 06:26:25 +0000 (UTC) (envelope-from iputsikau@gmail.com) Received: from mail-qy0-f175.google.com (mail-qy0-f175.google.com [209.85.216.175]) by mx1.freebsd.org (Postfix) with ESMTP id 197208FC0C for ; Tue, 26 Jul 2011 06:26:24 +0000 (UTC) Received: by qyk30 with SMTP id 30so1440118qyk.13 for ; Mon, 25 Jul 2011 23:26:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:cc:content-type; bh=5IXJsmEhrIu1bDrH5f9uO0hNkE6L07ifq4V/9+YSiuw=; b=vuCXeKwsAAOEdN8658CtBU3lbto+D/oEIg+Hz8TQTDf2geWr6WY7dHwKCnmjNA9p6G njNoPvTDB9hXD63foGbOj+w5ygg91kLe+mT2eXEaUSmu/YJNfK9KBnTctleHAMhcMqCA 0QzoHh1SJuOX/S8e4UjWgTKm6/XoxxxwnVyCE= MIME-Version: 1.0 Received: by 10.229.229.68 with SMTP id jh4mr303343qcb.146.1311661584369; Mon, 25 Jul 2011 23:26:24 -0700 (PDT) Received: by 10.229.85.199 with HTTP; Mon, 25 Jul 2011 23:26:24 -0700 (PDT) Date: Tue, 26 Jul 2011 09:26:24 +0300 Message-ID: From: Ilya Putsikau To: soc-status@freebsd.org Content-Type: text/plain; charset=UTF-8 Cc: Ivan Voras , Hans Petter Selasky Subject: [fuse] Status report #9 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: Tue, 26 Jul 2011 06:26:25 -0000 Project: Finish porting fuse I was working on improving performance last week. I've added file size cache, getattr and setattr are no longer called for every io operation. I also fixed fuse device close after forced unmount panic. System doesn't panic any more if daemon is killed or file systems forced unmount.