summaryrefslogtreecommitdiffstats
path: root/Documentation/filesystems/f2fs.txt
diff options
context:
space:
mode:
authorChao Yu2015-02-05 10:54:31 +0100
committerJaegeuk Kim2015-03-03 18:58:46 +0100
commit429511cdf8b3a9b894b914f282a9293df405a449 (patch)
treedfec625ca5189c65d109b39d0423913a0d0d2418 /Documentation/filesystems/f2fs.txt
parentf2fs: introduce infra macro and data structure of rb-tree extent cache (diff)
downloadkernel-qcow2-linux-429511cdf8b3a9b894b914f282a9293df405a449.tar.gz
kernel-qcow2-linux-429511cdf8b3a9b894b914f282a9293df405a449.tar.xz
kernel-qcow2-linux-429511cdf8b3a9b894b914f282a9293df405a449.zip
f2fs: add core functions for rb-tree extent cache
This patch adds core functions including slab cache init function and init/lookup/update/shrink/destroy function for rb-tree based extent cache. Thank Jaegeuk Kim and Changman Lee as they gave much suggestion about detail design and implementation of extent cache. Todo: * register rb-based extent cache shrink with mm shrink interface. v2: o move set_extent_info and __is_{extent,back,front}_mergeable into f2fs.h. o introduce __{attach,detach}_extent_node for code readability. o add cond_resched() when fail to invoke kmem_cache_alloc/radix_tree_insert. o fix some coding style and typo issues. v3: o fix oops due to using an unassigned pointer. o use list_del to remove extent node in shrink list. Signed-off-by: Chao Yu <chao2.yu@samsung.com> Signed-off-by: Changman Lee <cm224.lee@samsung.com> [Jaegeuk Kim: add static for some funcitons and declare in f2fs.h] Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
Diffstat (limited to 'Documentation/filesystems/f2fs.txt')
0 files changed, 0 insertions, 0 deletions