From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:39623) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R1fVs-0003p0-Nk for qemu-devel@nongnu.org; Thu, 08 Sep 2011 10:23:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R1fVr-0007OT-4T for qemu-devel@nongnu.org; Thu, 08 Sep 2011 10:23:32 -0400 Received: from e3.ny.us.ibm.com ([32.97.182.143]:32927) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R1fVr-0007OM-0n for qemu-devel@nongnu.org; Thu, 08 Sep 2011 10:23:31 -0400 Received: from d01relay04.pok.ibm.com (d01relay04.pok.ibm.com [9.56.227.236]) by e3.ny.us.ibm.com (8.14.4/8.13.1) with ESMTP id p88Dwesc020879 for ; Thu, 8 Sep 2011 09:58:40 -0400 Received: from d03av06.boulder.ibm.com (d03av06.boulder.ibm.com [9.17.195.245]) by d01relay04.pok.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id p88ENPr0155880 for ; Thu, 8 Sep 2011 10:23:27 -0400 Received: from d03av06.boulder.ibm.com (loopback [127.0.0.1]) by d03av06.boulder.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id p88ETCmD006004 for ; Thu, 8 Sep 2011 08:29:13 -0600 Message-ID: <4E68CFD6.6030805@us.ibm.com> Date: Thu, 08 Sep 2011 09:23:18 -0500 From: Anthony Liguori MIME-Version: 1.0 References: <87aaaouqci.fsf@skywalker.in.ibm.com> In-Reply-To: <87aaaouqci.fsf@skywalker.in.ibm.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PULL] File descriptor reclaim patchset for VirtFS List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Aneesh Kumar K.V" Cc: QEMU Developers On 09/01/2011 12:25 PM, Aneesh Kumar K.V wrote: > > 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 Pulled. Thanks. Regards, Anthony Liguori > > 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(-) > >