From: Aneesh Kumar K.V Date: Tue, 16 Mar 2010 00:25:58 +0000 (-0400) Subject: ext4: Add percpu dirty block accounting. X-Git-Tag: v2.6.27.47~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=afb4e5de9ec8ca49e2f4a043117b39dbb94d6227;p=pandora-kernel.git ext4: Add percpu dirty block accounting. commit 6bc6e63fcd7dac9e633ea29f1fddd9580ab28f3f upstream. This patch adds dirty block accounting using percpu_counters. Delayed allocation block reservation is now done by updating dirty block counter. In a later patch we switch to non delalloc mode if the filesystem free blocks is greater than 150% of total filesystem dirty blocks Signed-off-by: Aneesh Kumar K.V Signed-off-by: Mingming Cao Signed-off-by: "Theodore Ts'o" Signed-off-by: Jayson R. King Signed-off-by: Theodore Ts'o Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed