From: Dave Chinner Date: Mon, 26 Aug 2013 04:13:30 +0000 (+1000) Subject: XFS: Assertion failed: first <= last && last < BBTOB(bp->b_length), file: fs/xfs... X-Git-Tag: v3.12-rc1~80^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=37804376121de1a25fb582bdd8970f139c4d9685;p=pandora-kernel.git XFS: Assertion failed: first <= last && last < BBTOB(bp->b_length), file: fs/xfs/xfs_trans_buf.c, line: 568 The calculation doesn't take into account the size of the dir v3 header, so overestimates the hash entries in a node. This causes directory buffer overruns when splitting and merging nodes. Signed-off-by: Dave Chinner Tested-by: Brian Foster Reviewed-by: Mark Tinguely Signed-off-by: Ben Myers --- Reading git-diff-tree failed