Re: [PATCH] f2fs: add fast symlink support

2015-03-11 Thread Wanpeng Li
Sorry, please ignore this one which w/o patch description. On Thu, Mar 12, 2015 at 02:35:33PM +0800, Wanpeng Li wrote: >Signed-off-by: Wanpeng Li >--- > fs/f2fs/f2fs.h | 15 ++ > fs/f2fs/file.c | 2 ++ > fs/f2fs/inode.c | 9 +++-- > fs/f2fs/namei.c

[PATCH] f2fs: add fast symlink support

2015-03-11 Thread Wanpeng Li
This patch introduces the improvement fast symlinks to allow storage of the target path within inode, thus symlinks with short target paths are more accessed quickly. It will fall back to using the original slow symlink if the target path exceeds the available inode space. Signed-off-by: Wanpen

[PATCH] f2fs: add fast symlink support

2015-03-11 Thread Wanpeng Li
Signed-off-by: Wanpeng Li --- fs/f2fs/f2fs.h | 15 ++ fs/f2fs/file.c | 2 ++ fs/f2fs/inode.c | 9 +++-- fs/f2fs/namei.c | 53 + include/linux/f2fs_fs.h | 2 ++ 5 files changed, 75 insertions(+), 6