History log of /external/f2fs-tools/fsck/node.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
f7cb1ab006e5e4984a981ba64fa7b4974d902669 02-Nov-2017 Jaegeuk Kim <jaegeuk@google.com> f2fs-tools: fix warnings when building in android

This patch tries to avoid all the warnings.

Signed-off-by: Jaegeuk Kim <jaegeuk@google.com>
/external/f2fs-tools/fsck/node.c
c1dee2c69c015029017c97805c5b7f179cfc9236 31-Oct-2017 Hyojun Kim <hyojun@google.com> fsck.f2fs: support quota

+ modify Android.mk for Android

This patch let fsck to check and fix quota file contents.

Signed-off-by: Hyojun Kim <hyojun@google.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@google.com>
/external/f2fs-tools/fsck/node.c
a288a200cdb317265c74184be31849e6942ab08a 16-Jul-2017 Chao Yu <yuchao0@huawei.com> f2fs-tools: release 1.9.0

This release includes:
- sparse support
- inode checksum support
- nat_bits option
- encryption management
- noheap allocation by default
- add CP_TRIMMED_FLAG

f2fs-tools: spread struct f2fs_dentry_ptr for inline path
f2fs-tools: add atomic_write feature flag
f2fs-tools: enhance on-disk inode structure scalability
f2fs-tools: support project quota
f2fs-tools: fix printing block adresses
f2fs-tools: support inode checksum
mkfs.f2fs: fix missing cpu_to_le64 for checkpoint version
fsck.f2fs: write back last cp block in the end
mkfs.f2fs: fix wrong curseg check
f2fs-tools: add cscope files to .gitignore
f2fs-tools: fix is_set_ckpt_flags for correct bool value
f2fs-tools: move_curseg_info only if check_curseg_offset fails

Change-Id: I28f6287977fe9bc1082da18d327f0a70ea1a9623
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
/external/f2fs-tools/fsck/node.c
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/node.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/node.c