android_kernel_oneplus_msm8998/fs/f2fs
Chao Yu 0671fae134 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-04-08 03:15:42 -07:00
..
acl.c f2fs: stop all the operations by cp_error flag 2017-11-15 21:58:10 -08:00
acl.h f2fs: backport from (4c1fad64 - Merge tag 'for-f2fs-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs) 2016-10-17 16:38:44 -07:00
checkpoint.c f2fs: allow to recover node blocks given updated checkpoint 2018-02-07 18:06:08 -08:00
data.c f2fs: drop page cache after fs shutdown 2018-02-07 18:06:06 -08:00
debug.c f2fs: inject fault to kzalloc 2018-02-07 18:05:29 -08:00
dir.c f2fs: don't put dentry page in pagecache into highmem 2018-03-13 08:20:23 +09:00
extent_cache.c f2fs: fix to check extent cache in f2fs_drop_extent_tree 2018-04-08 03:15:40 -07:00
f2fs.h f2fs: support large nat bitmap 2018-04-08 03:15:42 -07:00
file.c f2fs: support inode creation time 2018-02-07 18:06:12 -08:00
gc.c f2fs: fix heap mode to reset it back 2018-04-08 03:15:36 -07:00
gc.h f2fs: add an ioctl to disable GC for specific file 2018-02-07 18:05:56 -08:00
hash.c f2fs: check entire encrypted bigname when finding a dentry 2017-05-08 16:35:47 -07:00
inline.c f2fs: don't put dentry page in pagecache into highmem 2018-03-13 08:20:23 +09:00
inode.c f2fs: don't put dentry page in pagecache into highmem 2018-03-13 08:20:23 +09:00
Kconfig f2fs: remove wrong backported codes 2017-01-11 09:55:38 -08:00
Makefile f2fs: move sysfs code from super.c to fs/f2fs/sysfs.c 2017-07-13 16:56:51 -07:00
namei.c f2fs: switch to fscrypt_get_symlink() 2018-04-08 02:27:16 -07:00
node.c f2fs: use GFP_F2FS_ZERO for cleanup 2018-02-07 18:06:09 -08:00
node.h f2fs: allow to recover node blocks given updated checkpoint 2018-02-07 18:06:08 -08:00
recovery.c f2fs: don't put dentry page in pagecache into highmem 2018-03-13 08:20:23 +09:00
segment.c f2fs: fix heap mode to reset it back 2018-04-08 03:15:36 -07:00
segment.h f2fs: rebuild sit page from sit info in mem 2018-02-07 18:06:11 -08:00
shrinker.c f2fs: obsolete ALLOC_NID_LIST list 2017-11-15 21:48:51 -08:00
super.c f2fs: restrict inline_xattr_size configuration 2018-04-08 03:15:38 -07:00
sysfs.c f2fs: support inode creation time 2018-02-07 18:06:12 -08:00
trace.c f2fs: fix potential hangtask in f2fs_trace_pid 2018-02-07 18:05:37 -08:00
trace.h f2fs: add sbi and page pointer in f2fs_io_info 2015-05-28 15:41:32 -07:00
xattr.c f2fs: correct removexattr behavior for null valued extended attribute 2018-02-07 18:06:07 -08:00
xattr.h f2fs: guard macro variables with braces 2017-05-08 16:26:38 -07:00