Re: [f2fs-dev] [RCF PATCH v3 09/10] inject.f2fs: add dentry injection

2024-09-03 Thread Jaegeuk Kim via Linux-f2fs-devel
On 09/03, Sheng Yong wrote: > Hi, Jaegeuk, > > I noticed that this commit is not queued in either dev or master branch. > Do you have any comments on this commit :-) Thanks, I missed. Let me queue in the branches. :) > > thanks, > shengyong > > On 2024/7/4 10:57, Sheng Yong wrote: > > This pat

Re: [f2fs-dev] [RCF PATCH v3 09/10] inject.f2fs: add dentry injection

2024-09-03 Thread Sheng Yong via Linux-f2fs-devel
Hi, Jaegeuk, I noticed that this commit is not queued in either dev or master branch. Do you have any comments on this commit :-) thanks, shengyong On 2024/7/4 10:57, Sheng Yong wrote: This patch enables injecting dentry block or dir entry. print_raw_dentry_info() is added to show values of no

Re: [f2fs-dev] [RCF PATCH v3 09/10] inject.f2fs: add dentry injection

2024-07-03 Thread Chao Yu
On 2024/7/4 10:57, Sheng Yong wrote: This patch enables injecting dentry block or dir entry. print_raw_dentry_info() is added to show values of node footer. The meanings of options are: * dent: means dentry is injected. The members could be injected in cp contains: * d_bitmap: dentry block

[f2fs-dev] [RCF PATCH v3 09/10] inject.f2fs: add dentry injection

2024-07-03 Thread Sheng Yong via Linux-f2fs-devel
This patch enables injecting dentry block or dir entry. print_raw_dentry_info() is added to show values of node footer. The meanings of options are: * dent: means dentry is injected. The members could be injected in cp contains: * d_bitmap: dentry block d_bitmap of nid * d_hash: dentry hash *