Re: [f2fs-dev] [PATCH 1/2] check: recognize f2fs through parameter

2018-10-06 Thread Eryu Guan
On Sun, Sep 30, 2018 at 05:26:52PM +0800, Chao Yu wrote: > Add a paramenter in check to configure $FSTYP for f2fs. > > Signed-off-by: Chao Yu > --- > check | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/check b/check > index f3c8021d94b9..a9024094721a 100755 > --- a/check > +++ b/ch

[f2fs-dev] [Bug 200871] F2FS experiences data loss (entry is completely lost) when an I/O failure occurs.

2018-10-06 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=200871 --- Comment #16 from Stathis Maneas (sman...@cs.toronto.edu) --- I am sorry for the delay! I can definitely help by adding the aforementioned statements! After adding them and observing the output of dmesg, I can observe that only the second stat

Re: [f2fs-dev] [PATCH v2 2/5] ext4: cache NULL when both default_acl and acl are NULL

2018-10-06 Thread Theodore Y. Ts'o
On Wed, Sep 12, 2018 at 11:04:35PM +0800, cgxu519 wrote: > On 08/31/2018 10:33 PM, Chengguang Xu wrote: > > default_acl and acl of newly created inode will be initiated > > as ACL_NOT_CACHED in vfs function inode_init_always() and later > > will be updated by calling xxx_init_acl() in specific file

[f2fs-dev] [PATCH] f2fs: fix to recover inode->i_flags of inode block during POR

2018-10-06 Thread Chao Yu
From: Chao Yu Testcase to reproduce this bug: 1. mkfs.f2fs /dev/sdd 2. mount -t f2fs /dev/sdd /mnt/f2fs 3. touch /mnt/f2fs/file 4. sync 5. chattr +a /mnt/f2fs/file 6. xfs_io -a /mnt/f2fs/file -c "fsync" 7. godown /mnt/f2fs 8. umount /mnt/f2fs 9. mount -t f2fs /dev/sdd /mnt/f2fs 10. xfs_io /mnt/f2