From: Dave Chinner Date: Fri, 24 Sep 2010 09:51:50 +0000 (+1000) Subject: xfs: batch inode reclaim lookup X-Git-Tag: v2.6.37-rc1~162^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e3a20c0b02e1704ab115dfa9d012caf0fbc45ed0;p=pandora-kernel.git xfs: batch inode reclaim lookup Batch and optimise the per-ag inode lookup for reclaim to minimise scanning overhead. This involves gang lookups on the radix trees to get multiple inodes during each tree walk, and tighter validation of what inodes can be reclaimed without blocking befor we take any locks. This is based on ideas suggested in a proof-of-concept patch posted by Nick Piggin. Signed-off-by: Dave Chinner Reviewed-by: Christoph Hellwig Reviewed-by: Alex Elder --- Reading git-diff-tree failed