From: Jan Kara Date: Tue, 25 Nov 2014 16:55:24 +0000 (-0500) Subject: ext4: introduce aging to extent status tree X-Git-Tag: omap-for-v3.19/fixes-rc1~116^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2be12de98a1cc21c4de4e2d6fb2bf5aa0a279947;p=pandora-kernel.git ext4: introduce aging to extent status tree Introduce a simple aging to extent status tree. Each extent has a REFERENCED bit which gets set when the extent is used. Shrinker then skips entries with referenced bit set and clears the bit. Thus frequently used extents have higher chances of staying in memory. Signed-off-by: Jan Kara Signed-off-by: Theodore Ts'o --- Reading git-diff-tree failed