From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gu Zheng Subject: [PATCH 0/5] f2fs: some minor fix and clean up Date: Fri, 07 Mar 2014 18:43:16 +0800 Message-ID: <5319A2C4.7040404@cn.fujitsu.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from sog-mx-4.v43.ch3.sourceforge.com ([172.29.43.194] helo=mx.sourceforge.net) by sfs-ml-4.v29.ch3.sourceforge.com with esmtp (Exim 4.76) (envelope-from ) id 1WLsNu-0002pF-64 for linux-f2fs-devel@lists.sourceforge.net; Fri, 07 Mar 2014 10:52:10 +0000 Received: from [222.73.24.84] (helo=song.cn.fujitsu.com) by sog-mx-4.v43.ch3.sourceforge.com with esmtp (Exim 4.76) id 1WLsNs-0001Gv-Ej for linux-f2fs-devel@lists.sourceforge.net; Fri, 07 Mar 2014 10:52:10 +0000 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: linux-f2fs-devel-bounces@lists.sourceforge.net To: Kim Cc: linux-kernel , f2fs Gu Zheng (5): f2fs: update start nid once each circle f2fs: remove the unused ctor argument of f2fs_kmem_cache_create() f2fs: format segment_info's show for better legibility f2fs: optimize restore_node_summary slightly f2fs: add a wait queue to avoid unnecessary build_free_nid fs/f2fs/checkpoint.c | 4 +- fs/f2fs/f2fs.h | 5 ++- fs/f2fs/gc.c | 2 +- fs/f2fs/node.c | 64 ++++++++++++++++++++++++++++---------------------- fs/f2fs/recovery.c | 2 +- fs/f2fs/segment.c | 9 ++++-- fs/f2fs/super.c | 9 ++++--- 7 files changed, 54 insertions(+), 41 deletions(-) -- 1.7.7 ------------------------------------------------------------------------------ Subversion Kills Productivity. Get off Subversion & Make the Move to Perforce. With Perforce, you get hassle-free workflows. Merge that actually works. Faster operations. Version large binaries. Built-in WAN optimization and the freedom to use Git, Perforce or both. Make the move to Perforce. http://pubads.g.doubleclick.net/gampad/clk?id=122218951&iu=/4140/ostg.clktrk From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752563AbaCGKwF (ORCPT ); Fri, 7 Mar 2014 05:52:05 -0500 Received: from cn.fujitsu.com ([222.73.24.84]:23066 "EHLO song.cn.fujitsu.com" rhost-flags-OK-FAIL-OK-OK) by vger.kernel.org with ESMTP id S1752503AbaCGKwC (ORCPT ); Fri, 7 Mar 2014 05:52:02 -0500 X-IronPort-AV: E=Sophos;i="4.97,607,1389715200"; d="scan'208";a="9660332" Message-ID: <5319A2C4.7040404@cn.fujitsu.com> Date: Fri, 07 Mar 2014 18:43:16 +0800 From: Gu Zheng User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:7.0.1) Gecko/20110930 Thunderbird/7.0.1 MIME-Version: 1.0 To: Kim CC: f2fs , linux-kernel Subject: [PATCH 0/5] f2fs: some minor fix and clean up X-MIMETrack: Itemize by SMTP Server on mailserver/fnst(Release 8.5.3|September 15, 2011) at 2014/03/07 18:49:21, Serialize by Router on mailserver/fnst(Release 8.5.3|September 15, 2011) at 2014/03/07 18:49:22, Serialize complete at 2014/03/07 18:49:22 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Gu Zheng (5): f2fs: update start nid once each circle f2fs: remove the unused ctor argument of f2fs_kmem_cache_create() f2fs: format segment_info's show for better legibility f2fs: optimize restore_node_summary slightly f2fs: add a wait queue to avoid unnecessary build_free_nid fs/f2fs/checkpoint.c | 4 +- fs/f2fs/f2fs.h | 5 ++- fs/f2fs/gc.c | 2 +- fs/f2fs/node.c | 64 ++++++++++++++++++++++++++++---------------------- fs/f2fs/recovery.c | 2 +- fs/f2fs/segment.c | 9 ++++-- fs/f2fs/super.c | 9 ++++--- 7 files changed, 54 insertions(+), 41 deletions(-) -- 1.7.7