| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
tools: Introduce f2fslabel commit 6afd3e9df00aa3f90b54c8210bdcba7f7a190c30 category: bugfix issue: #I6VAS0 CVE: NA Signed-off-by: DongSenhao <dongsenhao2@huawei.com> --------------------------------------- Although many other filesystems provide a tool for changing volume label, e.g. e2label for ext filesystem, but f2fs has no way to change volume label except set it while formatting with mkfs.f2fs. This introduces f2fslabel, simple tool for changing label of f2fs volume. Signed-off-by: Dongwoo Lee <dwoo08.lee@samsung.com> Reviewed-by: Chao Yu <yuchao0@huawei.com> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org> Signed-off-by: dongsenhao <dongsenhao2@huawei.com> create mode 100644 man/f2fslabel.8 Signed-off-by: dongsenhao <dongsenhao2@huawei.com> | 3 年前 | |
f2fs-tools: fix a few spelling errors in f2fs-tools commit d322d47fa4a395ee7dac0afc5047cf6401991e7d category: bugfix issue: #I6VAS0 CVE: NA Signed-off-by: DongSenhao <dongsenhao2@huawei.com> --------------------------------------- typo fix. Signed-off-by: Victor Westerhuis <victor@westerhu.is> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org> Signed-off-by: dongsenhao <dongsenhao2@huawei.com> | 3 年前 | |
dump.f2fs: add -I nid to dump inode by scan full disk Usage: dump.f2fs -I [inode nid] /dev/sda This feature can be useful for some bugs caused by system crash. We not only need dump current valid node page, but alse the history data in disk, which can give some clues for status change of the inode. Signed-off-by: Yufen Yu <yuyufen@huawei.com> Reviewed-by: Chao Yu <chao@kernel.org> [Jaegeuk Kim: fix build error] Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org> | 2 年前 | |
f2fs_io: support triggering filesystem GC via ioctl Support 'gc' sub command to trigger filesystem GC via ioctl in f2fs. Signed-off-by: Chao Yu <chao.yu@oppo.com> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org> | 2 年前 | |
tools: Introduce f2fslabel commit 6afd3e9df00aa3f90b54c8210bdcba7f7a190c30 category: bugfix issue: #I6VAS0 CVE: NA Signed-off-by: DongSenhao <dongsenhao2@huawei.com> --------------------------------------- Although many other filesystems provide a tool for changing volume label, e.g. e2label for ext filesystem, but f2fs has no way to change volume label except set it while formatting with mkfs.f2fs. This introduces f2fslabel, simple tool for changing label of f2fs volume. Signed-off-by: Dongwoo Lee <dwoo08.lee@samsung.com> Reviewed-by: Chao Yu <yuchao0@huawei.com> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org> Signed-off-by: dongsenhao <dongsenhao2@huawei.com> create mode 100644 man/f2fslabel.8 Signed-off-by: dongsenhao <dongsenhao2@huawei.com> | 3 年前 | |
fsck|dump.f2fs: add -M to get file map commit acd2518e26f80030493284fc95a94c2a20d4e797 category: bugfix issue: #I6VAS0 CVE: NA Signed-off-by: DongSenhao <dongsenhao2@huawei.com> --------------------------------------- This option shows all the file names in the disk. Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org> Signed-off-by: dongsenhao <dongsenhao2@huawei.com> | 3 年前 | |
man: update mkfs.f2fs to give the default android option commit c7757ecdd1a051f205da875df066cc355d491c3a category: bugfix issue: #I6VAS0 CVE: NA Signed-off-by: DongSenhao <dongsenhao2@huawei.com> --------------------------------------- This gives an information of "-g android". Reviewed-by: Chao Yu <chao@kernel.org> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org> Signed-off-by: dongsenhao <dongsenhao2@huawei.com> | 3 年前 | |
resize.f2fs: add option to manually specify new overprovision Make.f2fs supports manually specifying overprovision, and we expect resize.f2fs to support it as well. This change add a new '-o' option to manually specify overprovision, and fix to check free space before grow. Otherwise, after grow, kernel may report below error message when we mount the image if -o parameter is specified during resize: F2FS-fs (loop0): invalid crc_offset: 0 F2FS-fs (loop0): Wrong valid_user_blocks: 16404, user_block_count: 13312 F2FS-fs (loop0): Failed to get valid F2FS checkpoint mount(2) system call failed: Structure needs cleaning. Signed-off-by: liuchao12 <liuchao12@xiaomi.com> Signed-off-by: qixiaoyu1 <qixiaoyu1@xiaomi.com> Reviewed-by: Chao Yu <chao@kernel.org> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org> Change-Id: I2ad0ecc5546a1712b7aa36230e91c3e0b1beb7e0 | 2 年前 | |
Add -P option to preserve file owner commit 80dba0f97549d5fc45ea1530a02da51c5908082c category: bugfix issue: #I6VAS0 CVE: NA Signed-off-by: DongSenhao <dongsenhao2@huawei.com> --------------------------------------- I use user namespaces & debootstrap to bootstrap a system, and then copy that into an image using sload.f2fs. However, without an option to preserve the owner user & group of files, some files end up being owned by the wrong user / group (0:0), which causes all kinds of other issues This patch adds an option -P to preserve the user and group of files. Signed-off-by: Daniel Abrecht <public@danielabrecht.ch> Reviewed-by: Chao Yu <yuchao0@huawei.com> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org> Signed-off-by: dongsenhao <dongsenhao2@huawei.com> | 3 年前 |
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 3 年前 | ||
| 3 年前 | ||
| 2 年前 | ||
| 2 年前 | ||
| 3 年前 | ||
| 3 年前 | ||
| 3 年前 | ||
| 2 年前 | ||
| 3 年前 |