third_party_f2fs-tools/fsck
Eric Biggers b8117d54b1 fsck: clear unexpected casefold flags
commit 8fd836f25f
category: bugfix
issue: #I6VAS0
CVE: NA

Signed-off-by: DongSenhao <dongsenhao2@huawei.com>
---------------------------------------

Inodes aren't allowed to have the casefold flag set when they aren't
directories, or if the filesystem superblock doesn't have the casefold
feature enabled.  Clear any such unexpected casefold flags.

Signed-off-by: Eric Biggers <ebiggers@google.com>
Reviewed-by: Chao Yu <yuchao0@huawei.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
Signed-off-by: dongsenhao <dongsenhao2@huawei.com>
2023-04-13 14:13:43 +08:00
..
BUILD.gn f2fs_tools部件化 2022-08-23 10:40:59 +08:00
common.h fsck.f2fs: support quota 2017-11-06 20:07:40 -08:00
defrag.c fsck: Find free zones instead of blocks to assign to current segments 2019-12-09 17:23:19 -08:00
dict.c fsck.f2fs: support quota 2017-11-06 20:07:40 -08:00
dict.h fsck.f2fs: support quota 2017-11-06 20:07:40 -08:00
dir.c f2fs-tools: set cold flag for non-dir node 2020-06-18 12:38:18 -07:00
dqblk_v2.h fsck.f2fs: support quota 2017-11-06 20:07:40 -08:00
dump.c dump.f2fs: check block address first before reading the block 2020-07-15 10:30:03 -07:00
f2fs.h fsck.f2fs: Split build_segment_manager() to speed up auto-fix 2020-07-09 18:16:58 -07:00
fsck.c fsck: clear unexpected casefold flags 2023-04-13 14:13:43 +08:00
fsck.h f2fs-tools: zns zone-capacity support 2020-08-20 09:08:34 -07:00
main.c fsck.f2fs: correct return value 2020-08-17 23:52:38 -07:00
Makefile.am fsck/Makefile.am, mkfs/Makefile.am: fix to make distcheck correctly 2017-11-13 21:04:23 -08:00
mkquota.c fsck: prevent buffer overrun in quota code 2020-06-23 16:58:44 -07:00
mount.c f2fs-tools: zns zone-capacity support 2020-08-20 09:08:34 -07:00
node.c f2fs-tools: set cold flag for non-dir node 2020-06-18 12:38:18 -07:00
node.h f2fs-tools: set cold flag for non-dir node 2020-06-18 12:38:18 -07:00
quotaio_tree.c fsck: prevent buffer overrun in quota code 2020-06-23 16:58:44 -07:00
quotaio_tree.h fsck.f2fs: don't allocate new blocks on unclean shutdown 2018-11-21 11:38:23 -08:00
quotaio_v2.c fsck: prevent buffer overrun in quota code 2020-06-23 16:58:44 -07:00
quotaio_v2.h fsck.f2fs: support quota 2017-11-06 20:07:40 -08:00
quotaio.c fsck: prevent buffer overrun in quota code 2020-06-23 16:58:44 -07:00
quotaio.h fsck: prevent buffer overrun in quota code 2020-06-23 16:58:44 -07:00
resize.c resize.f2fs: add option for large_nat_bitmap feature 2020-01-14 07:43:05 -08:00
segment.c fsck: prevent buffer overrun in quota code 2020-06-23 16:58:44 -07:00
sload.c Build successful,add one config.h and four BUILD.gn, modify seven files to relsove macro redefined,.Delete two Android.bp files.Add OAT related files,OAT.xml,README.OpenSource and README.md. 2021-12-15 10:45:47 +08:00
xattr.c fsck.f2fs: fix to check validation of i_xattr_nid 2020-05-06 07:41:06 -07:00
xattr.h f2fs-tools: improve xattr value printing 2019-05-20 17:29:50 -07:00