Chao Yu 199bc3fef2 f2fs: support large nat bitmap
Previously, we will store all nat version bitmap in checkpoint pack block,
so our total node entry number has a limitation which caused total node
number can not exceed (3900 * 8) block * 455 node/block = 14196000. So
that once user wants to create more nodes in large size image, it becomes
a bottleneck, that's unreasonable.

This patch detects the new layout of nat/sit version bitmap in image in
order to enable supporting large nat bitmap.

Signed-off-by: Chao Yu <yuchao0@huawei.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
2018-03-13 08:05:33 +09:00
..
2016-09-14 16:52:36 -07:00
2018-01-30 19:07:32 -08:00
2018-01-02 19:27:29 -08:00
2018-03-13 08:05:33 +09:00
2018-01-25 14:10:39 -08:00
2018-03-13 08:05:30 +09:00
2018-01-25 10:39:49 -08:00
2018-03-13 08:05:30 +09:00
2017-10-10 12:49:53 -07:00
2018-01-25 14:10:39 -08:00