f2fs-tools/fsck
Chao Yu 0f74f239a1 f2fs-tools: add noatime for quota file
Disk quota file is controlled by filesystem quota subsystem, access time
of quota file is almost random, and should be meanless to user, so let's
add noatime to quota file.

Meanwhile, set quota file w/ F2FS_IMMUTABLE_FL instead of FS_IMMUTABLE_FL,
since F2FS_IMMUTABLE_FL is on-disk flag, however FS_IMMUTABLE_FL is in-memory
one.

Signed-off-by: Chao Yu <chao@kernel.org>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
2023-05-17 18:30:53 -07:00
..
common.h fsck.f2fs: support quota 2017-11-06 20:07:40 -08:00
compress.c f2fs-tools: fix build error on lz4-1.9.4 2022-09-07 19:08:56 -07:00
compress.h f2fs-tools:sload.f2fs compression support 2020-12-23 11:32:31 -08:00
defrag.c f2fs-tool: increase debug level from 0 to 1 in migrate_block 2021-04-19 09:26:30 -07:00
dict.c Remove unnecessary config.h 2022-05-25 15:40:30 -07:00
dict.h fsck.f2fs: support quota 2017-11-06 20:07:40 -08:00
dir.c Fix the MinGW build 2022-04-22 11:43:14 -07:00
dqblk_v2.h fsck.f2fs: support quota 2017-11-06 20:07:40 -08:00
dump.c fsck.f2fs: use f2fs_is_valid_blkaddr() 2023-05-17 18:29:04 -07:00
f2fs.h fsck.f2fs: use f2fs_is_valid_blkaddr() 2023-05-17 18:29:04 -07:00
fsck.c fsck.f2fs: lookup and relink root inode 2023-05-17 18:29:56 -07:00
fsck.h fsck.f2fs: lookup and relink root inode 2023-05-17 18:29:56 -07:00
main.c fsck.f2fs: lookup and relink root inode 2023-05-17 18:29:56 -07:00
Makefile.am Fix the MinGW build 2022-04-22 11:43:14 -07:00
mkquota.c Remove unnecessary config.h 2022-05-25 15:40:30 -07:00
mount.c fsck.f2fs: lookup and relink root inode 2023-05-17 18:29:56 -07:00
node.c f2fs-tools: add noatime for quota file 2023-05-17 18:30:53 -07:00
node.h f2fs-tools: set cold flag for non-dir node 2020-06-18 12:38:18 -07:00
quotaio_tree.c Remove unnecessary config.h 2022-05-25 15:40:30 -07:00
quotaio_tree.h Remove unnecessary __attribute__((packed)) annotations 2022-04-22 11:43:13 -07:00
quotaio_v2.c Remove unnecessary config.h 2022-05-25 15:40:30 -07:00
quotaio_v2.h Remove unnecessary __attribute__((packed)) annotations 2022-04-22 11:43:13 -07:00
quotaio.c Remove unnecessary config.h 2022-05-25 15:40:30 -07:00
quotaio.h Fix the MinGW build 2022-04-22 11:43:14 -07:00
resize.c f2fs-tools: fix # of total segments 2023-02-13 10:00:35 -08:00
segment.c f2fs-tools: fix typo in f2fs_inode structure 2023-05-17 18:13:02 -07:00
sload.c Fix format strings in log messages 2022-09-07 19:08:38 -07:00
xattr.c fsck.f2fs: wrap openned codes into fsck_sanity_check_nid() 2023-05-17 18:28:40 -07:00
xattr.h f2fs-tools: use F2FS_BLKSIZE instead of PAGE_*_SIZE 2022-08-08 15:20:24 -07:00