-
- Downloads
f2fs: support journalled quota
This patch supports to enable f2fs to accept quota information through mount option: - {usr,grp,prj}jquota=<quota file path> - jqfmt=<quota type> Then, in ->mount flow, we can recover quota file during log replaying, by this, journelled quota can be supported. Signed-off-by:Chao Yu <yuchao0@huawei.com> [Jaegeuk Kim: Fix wrong return values.] Signed-off-by:
Jaegeuk Kim <jaegeuk@kernel.org>
Showing
- Documentation/filesystems/f2fs.txt 9 additions, 0 deletionsDocumentation/filesystems/f2fs.txt
- fs/f2fs/checkpoint.c 23 additions, 3 deletionsfs/f2fs/checkpoint.c
- fs/f2fs/f2fs.h 9 additions, 0 deletionsfs/f2fs/f2fs.h
- fs/f2fs/recovery.c 64 additions, 8 deletionsfs/f2fs/recovery.c
- fs/f2fs/super.c 307 additions, 19 deletionsfs/f2fs/super.c
Loading
Please register or sign in to comment