From owner-soc-status@FreeBSD.ORG Sun Jun 13 11:01:19 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 962FC1065670 for ; Sun, 13 Jun 2010 11:01:19 +0000 (UTC) (envelope-from iputsikau@gmail.com) Received: from mail-vw0-f54.google.com (mail-vw0-f54.google.com [209.85.212.54]) by mx1.freebsd.org (Postfix) with ESMTP id 99B258FC16 for ; Sun, 13 Jun 2010 11:01:16 +0000 (UTC) Received: by vws20 with SMTP id 20so3202469vws.13 for ; Sun, 13 Jun 2010 04:01:15 -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=FOPBkMd9aL6JMQQn8/08o4jAJqI5aKMt6sTqqNW5i7o=; b=QAZAUBzA5qqLFSiMQI4kTpflQ+rC9rreuss0hakYZ0TOrockkYWq+nMDY4CgzfjLUd buPqxxvuguxJBmPzgpi1I3TjT8QNxbHAprD8VnH2VnFOI28aUyHCDphtz/xJqVWcyFdB PgXfrEUzTsNGQS7xO2J9j2Tx1htQAUx0zuAWA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=a+xjEv2dOrlY8r6M+NeG+GjGjzmiRlwf38upqFhR5qrEvI2elYBXWTK6ONYDtpi0KT Vlo+86nTFpUr6q0hdKHvSte6HcigXxWGSFSmAuc0XFMjlqOPOpGCwJQtZeYrdPKSqN5p y6NS9mjjHKwc/4pXL9n/0XOcnwJ6vhfHrFa/0= MIME-Version: 1.0 Received: by 10.229.235.202 with SMTP id kh10mr1920570qcb.78.1276426875602; Sun, 13 Jun 2010 04:01:15 -0700 (PDT) Received: by 10.229.37.84 with HTTP; Sun, 13 Jun 2010 04:01:15 -0700 (PDT) Date: Sun, 13 Jun 2010 14:01:15 +0300 Message-ID: From: Ilya Putsikau To: soc-status@freebsd.org Content-Type: text/plain; charset=UTF-8 Subject: [fsnotify] 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, 13 Jun 2010 11:01:19 -0000 Done this week: - Update node path while processing event, first perform direct lookup for cached path and if it fails try to get full path - Add rename hook - Perform full path lookup for fd in addwatch - Replace full path hash table with inode number hash table. - Improve path handling in both fnnode and fnevent. - Remove reference counting from fnwatch, there can be max 2 referencies