From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:50740) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QzB2H-0003dd-Tm for qemu-devel@nongnu.org; Thu, 01 Sep 2011 13:26:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QzB2G-0006cm-OQ for qemu-devel@nongnu.org; Thu, 01 Sep 2011 13:26:41 -0400 Received: from e4.ny.us.ibm.com ([32.97.182.144]:54939) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QzB2G-0006c9-1g for qemu-devel@nongnu.org; Thu, 01 Sep 2011 13:26:40 -0400 Received: from d01relay03.pok.ibm.com (d01relay03.pok.ibm.com [9.56.227.235]) by e4.ny.us.ibm.com (8.14.4/8.13.1) with ESMTP id p81H3CmS017485 for ; Thu, 1 Sep 2011 13:03:12 -0400 Received: from d01av04.pok.ibm.com (d01av04.pok.ibm.com [9.56.224.64]) by d01relay03.pok.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id p81HQZ89255572 for ; Thu, 1 Sep 2011 13:26:35 -0400 Received: from d01av04.pok.ibm.com (loopback [127.0.0.1]) by d01av04.pok.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id p81HQYtK022295 for ; Thu, 1 Sep 2011 13:26:34 -0400 From: "Aneesh Kumar K.V" Date: Thu, 01 Sep 2011 22:55:49 +0530 Message-ID: <87aaaouqci.fsf@skywalker.in.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: [Qemu-devel] [PULL] File descriptor reclaim patchset for VirtFS List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: QEMU Developers The following changes since commit 56a7a874e962e28522857fbf72eaefb1a07e2001: Merge remote-tracking branch 'stefanha/trivial-patches' into staging (2011-08-25 07:50:07 -0500) are available in the git repository at: git://repo.or.cz/qemu/v9fs.git for-upstream-3 Aneesh Kumar K.V (6): hw/9pfs: Add reference counting for fid hw/9pfs: Add file descriptor reclaim support hw/9pfs: init fid list properly hw/9pfs: Use v9fs_do_close instead of close hw/9pfs: Add directory reclaim support hw/9pfs: mark directories also as un-reclaimable on unlink hw/9pfs/codir.c | 13 +- hw/9pfs/cofile.c | 19 ++- hw/9pfs/virtio-9p-coth.h | 4 +- hw/9pfs/virtio-9p-device.c | 2 + hw/9pfs/virtio-9p.c | 486 +++++++++++++++++++++++++++++++++++--------- hw/9pfs/virtio-9p.h | 24 ++- 6 files changed, 445 insertions(+), 103 deletions(-)