On 05/25, Chao Yu wrote:
> On 2021/5/25 1:07, Jaegeuk Kim wrote:
> > On 05/24, Chao Yu wrote:
> > > On 2021/5/22 3:02, Jaegeuk Kim wrote:
> > > > Given RO feature in superblock, we don't need to check
> > > > provisioning/reserve
> > > > spaces and SSA area.
> > >
> > > Cool, any solution to upda
On 2021/5/25 1:07, Jaegeuk Kim wrote:
On 05/24, Chao Yu wrote:
On 2021/5/22 3:02, Jaegeuk Kim wrote:
Given RO feature in superblock, we don't need to check provisioning/reserve
spaces and SSA area.
Cool, any solution to update files of ro f2fs image if there is such
scenario?
Hmm, overlayfs
On 05/24, Chao Yu wrote:
> On 2021/5/22 3:02, Jaegeuk Kim wrote:
> > Given RO feature in superblock, we don't need to check provisioning/reserve
> > spaces and SSA area.
>
> Cool, any solution to update files of ro f2fs image if there is such
> scenario?
Hmm, overlayfs?
>
> >
> > Signed-off-by
On 2021/5/22 3:02, Jaegeuk Kim wrote:
Given RO feature in superblock, we don't need to check provisioning/reserve
spaces and SSA area.
Cool, any solution to update files of ro f2fs image if there is such
scenario?
Signed-off-by: Jaegeuk Kim
---
fs/f2fs/f2fs.h| 2 ++
fs/f2fs/segment.
On 2021/5/21 18:32, Dongwoo Lee wrote:
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
On 2021/5/18 20:51, Fengnan Chang wrote:
For now,when overwrite compressed file, we need read old data to page
cache first and update pages.
But when we need overwrite whole cluster, we don't need old data
anymore.
I only see you just check the whole page was dirty as below rather than
the whol