History log of /external/f2fs-tools/man/mkfs.f2fs.8
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
d27c0b025528ffd52d8900cfe7e190d9bc62ee70 27-Mar-2018 katao <katao@xiaomi.com> libf2fs,mkfs.f2fs: add wanted_sector_size for wanted_total_sectors

The wanted_total_sectors was determined by device sector size, but sometimes
we don't know precise sector_size by default. So, let's give wanted_sector_size
in such the ambiguous situation.

Bug: 77306087
Signed-off-by: katao <katao@xiaomi.com>
Signed-off-by: Junling Zheng <zhengjunling@huawei.com>
Reviewed-by: Chao Yu <yuchao0@huawei.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@google.com>
(cherry picked from commit 74bd6a84699fa15662a16c484d70736a7b314107)

Change-Id: I7ea4ace0684cc5360fb0177e44e7a78fd406d68c
Merged-In: I7ea4ace0684cc5360fb0177e44e7a78fd406d68c
/external/f2fs-tools/man/mkfs.f2fs.8
f070415c0bededac9ca300e4cac1560bbbd9d44f 04-Feb-2017 Jaegeuk Kim <jaegeuk@google.com> f2fs-tools: merge -next changes

Changes include:
mkfs.f2fs: drop initial spaces for feature string
f2fs-tools: avoid build warnings
(origin/dev, dev) mkfs.f2fs: avoid wrong discard of dnode
f2fs-tools: fix the wrong message when errno is EBUSY
f2fs-tools: support to set and recognize CP_TRIMMED_FLAG
fsck.f2fs: sanity check segno and blk_off when building curseg array
fsck.f2fs: sanity check cp_payload before reading checkpoint
fsck.f2fs: sanity check blk_off for summary block entries
mkfs.f2fs: fix wrong segment assignment
f2fs-tools: sanity check segment count
fsck.f2fs: fix cur_valid_map buffer overflow
Fix mkfs out of tree builds
mkfs.f2fs: use noheap by default
libf2fs: avoid overwrite the c.start_sector by non-root device
...

Change-Id: I27adc30ff4439e5b3f7a290d81a3a783bf916d4a
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
/external/f2fs-tools/man/mkfs.f2fs.8
de7e07e011004a0264e27d7134ee32cbcd9695ec 02-Nov-2016 Jaegeuk Kim <jaegeuk@kernel.org> f2fs-tools: support multiple devices

This patch adds an option to specify multiple devices for an f2fs instance.

Up to 7 devices in addition to the default device can be added.

Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
/external/f2fs-tools/man/mkfs.f2fs.8
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/man/mkfs.f2fs.8
d3be08825e9f5ebe8e9bf9da9a9b77cefd9b525d 09-Dec-2015 Jaegeuk Kim <jaegeuk@kernel.org> resize.f2fs: support to expand partition size

Now user can expand existing partition with resize.f2fs.
Currently, it doesn't support shrink an image.

For example,
# resize.f2fs -t [# of sectors] [image]

Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
/external/f2fs-tools/man/mkfs.f2fs.8
d3258fa034b46f57035eb553e1eec3ec0bd635c7 23-Dec-2015 Jaegeuk Kim <jaegeuk@kernel.org> man: modify mkfs.f2fs man page

This patch adds missing [sectors] option in mkfs.f2fs, and removes
meaningless version.

Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
/external/f2fs-tools/man/mkfs.f2fs.8
52dedc6b2faecd802994cc9f6bab2ca492c3d466 23-Dec-2015 Jaegeuk Kim <jaegeuk@kernel.org> man: add missing man pages

This patch adds missing man pages.

Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
/external/f2fs-tools/man/mkfs.f2fs.8
555138c23b2a13dbbe296d673cb871d3a733fda1 24-Sep-2015 Jaegeuk Kim <jaegeuk@kernel.org> man: fix missing description for overprovision ratio

This patch updates mkfs.f2fs man page to indicate the automatic ovp
calculation.

Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
/external/f2fs-tools/man/mkfs.f2fs.8
01219c7b195a552816c46ee3ad2ba8dcecc0eb5b 10-Aug-2015 Jaegeuk Kim <jaegeuk@kernel.org> mkfs.f2fs: fix wrong documentation

The -s should be the number of segments per a section.

Reported-by: Marc Lehmann <schmorp@schmorp.de>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
/external/f2fs-tools/man/mkfs.f2fs.8
e69e4378500b836863dfb7f6e88e39935f23ae80 25-Jan-2013 Jaegeuk Kim <jaegeuk.kim@samsung.com> build: make several base functions as a library

Let's make a library and relocate functions for other tools like fsck.f2fs.

Signed-off-by: Jaegeuk Kim <jaegeuk.kim@samsung.com>
/external/f2fs-tools/man/mkfs.f2fs.8
036d45e551ca5405c726f8ccb51f446620cd4af4 26-Oct-2012 Jaegeuk Kim <jaegeuk.kim@gmail.com> mkfs: Initial commit for patch v2 series

This is same as f2fs-tools-1.1.0.tar.gz, and for patch v2 in kernel.

Signed-off-by: Jaegeuk Kim <jaegeuk.kim@gmail.com>
/external/f2fs-tools/man/mkfs.f2fs.8