Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752552AbbBRGcm (ORCPT ); Wed, 18 Feb 2015 01:32:42 -0500 Received: from mail.kernel.org ([198.145.29.136]:40154 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751368AbbBRGcl (ORCPT ); Wed, 18 Feb 2015 01:32:41 -0500 Date: Tue, 17 Feb 2015 22:32:36 -0800 From: Jaegeuk Kim To: Chao Yu Cc: "'Changman Lee'" , linux-kernel@vger.kernel.org, linux-f2fs-devel@lists.sourceforge.net Subject: Re: [f2fs-dev] [PATCH v3 06/10] f2fs: add core functions for rb-tree extent cache Message-ID: <20150218063236.GA11486@jaegeuk-mac02.mot-mobility.com> References: <000301d04129$d7546000$85fd2000$@samsung.com> <006301d049c0$3c6ed7b0$b54c8710$@samsung.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <006301d049c0$3c6ed7b0$b54c8710$@samsung.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1531 Lines: 42 Hi Chao, On Mon, Feb 16, 2015 at 04:10:54PM +0800, Chao Yu wrote: > Ping. > > Any comments on this patch now? Please let me take some time to test them. Thanks, > > > -----Original Message----- > > From: Chao Yu [mailto:chao2.yu@samsung.com] > > Sent: Thursday, February 05, 2015 5:55 PM > > To: Jaegeuk Kim; Changman Lee > > Cc: linux-kernel@vger.kernel.org; linux-f2fs-devel@lists.sourceforge.net > > Subject: [f2fs-dev] [PATCH v3 06/10] f2fs: add core functions for rb-tree extent cache > > > > This patch adds core functions including slab cache init function and > > init/lookup/update/shrink/destroy function for rb-tree based extent cache. > > > > Thank Jaegeuk Kim and Changman Lee as they gave much suggestion about detail > > design and implementation of extent cache. > > > > Todo: > > * register rb-based extent cache shrink with mm shrink interface. > > > > v2: > > o move set_extent_info and __is_{extent,back,front}_mergeable into f2fs.h. > > o introduce __{attach,detach}_extent_node for code readability. > > o add cond_resched() when fail to invoke kmem_cache_alloc/radix_tree_insert. > > o fix some coding style and typo issues. > > > > v3: > > o fix oops due to using an unassigned pointer. > > o use list_del to remove extent node in shrink list. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/