History log of /external/f2fs-tools/fsck/segment.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
9deb6fd9f2104eac0748f42c1135e6dff175e9b5 19-Jan-2017 Sheng Yong <shengyong1@huawei.com> f2fs-tools: correct endianness

It is reported that fsck.f2fs behaves abnormally when running on MIPS32
rel 2 big endian cpu, since incorrect endianness. So let's correct all
endianess issues of f2fs-tools.

Reported-by: <k@vodka.home.kg>
Signed-off-by: Sheng Yong <shengyong1@huawei.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
/external/f2fs-tools/fsck/segment.c
603f8f9d3628e8b81fea301e5f543a9f0b0d902d 10-Dec-2015 Jaegeuk Kim <jaegeuk@kernel.org> sload.f2fs: support loading files into partition directly

This patch implements loading files into the existing partition.
For example,
# sload.f2fs -f ./ /dev/sdb1

Then, all the directories and files will be loaded into /dev/sdb1.
By default, newly files should have inline_data and inline_xattr, if possible.

Signed-off-by: Hou Pengyang <houpengyang@huawei.com>
Signed-off-by: Liu Shuoran <liushuoran@huawei.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
/external/f2fs-tools/fsck/segment.c