From owner-soc-status@FreeBSD.ORG Fri Jul 23 15:30:48 2010 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 F3291106566B for ; Fri, 23 Jul 2010 15:30:48 +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 B0AB38FC0C for ; Fri, 23 Jul 2010 15:30:48 +0000 (UTC) Received: by qyk31 with SMTP id 31so261950qyk.13 for ; Fri, 23 Jul 2010 08:30:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=WkoMVESsBdLmAfQ6Jvh+vvHaDxveM/MWGzq8AC1Gu0I=; b=uL2C+ni3tpRaiKFRpm01oFW27PH1KwB09vF/csqPnWNVXW0jKBhwfSiK+6sIHlGcTm hawJtZQrTotMSZ6gpKONFnnwc/jaAAHCcKHLKtv2V62ET+mGxYqOujePQysuC+6ie1Vy DAOJ20aG8PFIkp/B68YylALpySTQrMvv8A4E0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=WWtWWISBYMIynEpDd9Nsb6cP+vQ083JlpcXPeOV1xPIk5nfjyg2lItmIHhlJzwkGfV UGh7rJfjck1lxYnkfr5GX8fVxhJ1weT4SbDpAWNlWV3bZkpD5VwiYmuzv3QdnTnOuKia 2iyMxm1H/txKy2UmjnZHaDKFZgT1U2d1jVXA8= MIME-Version: 1.0 Received: by 10.224.11.84 with SMTP id s20mr2691507qas.43.1279899047675; Fri, 23 Jul 2010 08:30:47 -0700 (PDT) Received: by 10.229.192.14 with HTTP; Fri, 23 Jul 2010 08:30:47 -0700 (PDT) Date: Fri, 23 Jul 2010 18:30:47 +0300 Message-ID: From: Ilya Putsikau To: soc-status@freebsd.org Content-Type: text/plain; charset=UTF-8 Subject: [fsnotify] 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: Fri, 23 Jul 2010 15:30:49 -0000 Done this week: * Add regression tests * Fix vnode neg ref cnt in namei() panic * Use same struct field names as in Linux * Return as many events as possible in single read() * Return ENIVAL if buffer is too small for next event * Close fd before adding watch (if FN_CLOSEFD given) * Remove inactive events * Don't update node path during destroy events or if use count is zero