From owner-soc-status@FreeBSD.ORG Mon Jun 21 08:42:40 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 0CFE51065670 for ; Mon, 21 Jun 2010 08:42:40 +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 B91008FC17 for ; Mon, 21 Jun 2010 08:42:39 +0000 (UTC) Received: by vws1 with SMTP id 1so726244vws.13 for ; Mon, 21 Jun 2010 01:42:38 -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=EPV1PPSZtTQpco1dt48TU7sEqwRZDAYkBzW93b9CxUI=; b=Wbb66U6fnqrfjcQMrvxTMH6y5nj8RwtBlRRFS2qMZMh+JftJxeJCfYUX5XsZa+bAYS vRYJDUKHYFAxdy9HWw9/2INFRLjfZk7+GrVY2/r4PCymYvull12dNRw5LGRsXJK4z9cR BjZ8kcC/EuD97GpCnHr6MzVWg+qWC7arqxUs4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=P/MC5jQPtWa2qjHFkF0SMWGVZs1TzzTZMKQj9dgwH6eucEzolPI21IAz7Lvjp1PIcN WRbm3vRgfyrSvNPAHMwev44c4iKbv56z7Egp3n+C4huAMxp4APO9YcnISGeUNdq3zQtx 93fFuyYiTLJ3pMYSgpbIWZBvj68NDc22XBKV4= MIME-Version: 1.0 Received: by 10.229.215.145 with SMTP id he17mr2324195qcb.95.1277109758743; Mon, 21 Jun 2010 01:42:38 -0700 (PDT) Received: by 10.229.212.130 with HTTP; Mon, 21 Jun 2010 01:42:38 -0700 (PDT) Date: Mon, 21 Jun 2010 11:42:38 +0300 Message-ID: From: Ilya Putsikau To: soc-status@freebsd.org Content-Type: text/plain; charset=UTF-8 Subject: [fsnotify] report #4 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, 21 Jun 2010 08:42:40 -0000 Done this week: - Embed fnnode reference to vnode - Add reclaim hook - Remove vp hash, use only inode hash table - Extend node_lookupex to ignore invalid node reference and optionally lock vnode - Fix vnode locking in hook_rename fsnotify is now useful, events are queued and distributed to clients, but there are still bugs.