From owner-soc-status@FreeBSD.ORG Mon Jul 4 16:50:46 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 1B4961065673 for ; Mon, 4 Jul 2011 16:50:46 +0000 (UTC) (envelope-from iputsikau@gmail.com) Received: from mail-qy0-f182.google.com (mail-qy0-f182.google.com [209.85.216.182]) by mx1.freebsd.org (Postfix) with ESMTP id D40078FC14 for ; Mon, 4 Jul 2011 16:50:45 +0000 (UTC) Received: by qyk38 with SMTP id 38so3452955qyk.13 for ; Mon, 04 Jul 2011 09:50:45 -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=jVLGhdOGf6aUxLQGjpLUEE0LYIYqbIKtif3ebc3beGc=; b=Ca6KizZ3Ve1srgqW6lgQHw9qP/RB/ycesrTNvRWlSsuWrPdxFcGiZOctNnVVw495ZN zs+VVik+8WoTFJsyLAXm4Y9DHCGx3Yx9L01tzlJV3Tgfb7V453/Kg/ov92qHYwHZyg1I v5k7ROcatJRumBQ7Vv21UJ0QkPtLH8pLAfDPM= MIME-Version: 1.0 Received: by 10.229.79.196 with SMTP id q4mr4793566qck.132.1309798245018; Mon, 04 Jul 2011 09:50:45 -0700 (PDT) Received: by 10.229.32.132 with HTTP; Mon, 4 Jul 2011 09:50:44 -0700 (PDT) Date: Mon, 4 Jul 2011 19:50:44 +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 #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: Mon, 04 Jul 2011 16:50:46 -0000 Project: Finish porting fuse Fuse is now marked MPSAFE. But it still has issues. I've fixed vm page locking on 9-CURRENT and ported user space daemon reply timeout functionality. I've started cleaning up mmap-related code to pass fsx test, but it's far from complete. Tasks: 1. Debug kernel - daemon inode inconsistency. Kernel opens by number inode which is unknown for daemon. It may be source of blogbench freeze I observe. 2. Fix mmap, test with fsx