Re: [f2fs-dev] [bug report]WARNING: CPU: 22 PID: 44011 at fs/iomap/iter.c:51 iomap_iter+0x32b observed with blktests zbd/010

2024-03-18 Thread Chao Yu
On 2024/3/18 13:47, Shinichiro Kawasaki via Linux-f2fs-devel wrote: I confirmed that the trigger commit is dbf8e63f48af as Yi reported. I took a look in the commit, but it looks fine to me. So I thought the cause is not in the commit diff. I found the WARN is printed when the f2fs is set up

Re: [f2fs-dev] [bug report]WARNING: CPU: 22 PID: 44011 at fs/iomap/iter.c:51 iomap_iter+0x32b observed with blktests zbd/010

2024-03-18 Thread Daeho Jeong
On Sun, Mar 17, 2024 at 10:49 PM Shinichiro Kawasaki via Linux-f2fs-devel wrote: > > I confirmed that the trigger commit is dbf8e63f48af as Yi reported. I took a > look in the commit, but it looks fine to me. So I thought the cause is not > in the commit diff. > > I found the WARN is printed when

Re: [f2fs-dev] [PATCH v3 0/5] block: remove gfp_mask for blkdev_zone_mgmt()

2024-03-18 Thread patchwork-bot+f2fs
Hello: This series was applied to jaegeuk/f2fs.git (dev) by Jens Axboe : On Sun, 28 Jan 2024 23:52:15 -0800 you wrote: > Fueled by the LSFMM discussion on removing GFP_NOFS initiated by Willy, > I've looked into the sole GFP_NOFS allocation in zonefs. As it turned out, > it is only done for zone

Re: [f2fs-dev] [GIT PULL] f2fs update for 6.9-rc1

2024-03-18 Thread patchwork-bot+f2fs
Hello: This pull request was applied to jaegeuk/f2fs.git (dev) by Linus Torvalds : On Mon, 18 Mar 2024 11:02:31 -0700 you wrote: > Hi Linus, > > Could you please consider this pull request? > > Thanks, > > The following changes since commit 54be6c6c5ae8e0d93a6c4641cb7528eb0b6ba478: > > [...]

Re: [f2fs-dev] [PATCH v7 00/10] Set casefold/fscrypt dentry operations through sb->s_d_op

2024-03-18 Thread patchwork-bot+f2fs
Hello: This series was applied to jaegeuk/f2fs.git (dev) by Gabriel Krisman Bertazi : On Wed, 21 Feb 2024 12:14:02 -0500 you wrote: > Hi, > > v7 of this patchset applying the comments from Eric. Thank you for your > feedback. Details in changelog of individual patches. > > As usual, this

[f2fs-dev] Patchwork summary for: f2fs

2024-03-18 Thread patchwork-bot+f2fs
Hello: The following patches were marked "accepted", because they were applied to jaegeuk/f2fs.git (dev): Series: block: remove gfp_mask for blkdev_zone_mgmt() Submitter: Johannes Thumshirn Committer: Jens Axboe Patchwork: https://patchwork.kernel.org/project/f2fs/list/?series=820775

Re: [f2fs-dev] [GIT PULL] f2fs update for 6.9-rc1

2024-03-18 Thread pr-tracker-bot
The pull request you sent on Mon, 18 Mar 2024 11:02:31 -0700: > git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git > tags/f2fs-for-6.9-rc1 has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/c5d9ab85ebf3a42d5127ffdedf9094325465e852 Thank you! --

[f2fs-dev] [GIT PULL] f2fs update for 6.9-rc1

2024-03-18 Thread Jaegeuk Kim
Hi Linus, Could you please consider this pull request? Thanks, The following changes since commit 54be6c6c5ae8e0d93a6c4641cb7528eb0b6ba478: Linux 6.8-rc3 (2024-02-04 12:20:36 +) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git

Re: [f2fs-dev] [PATCH V2] f2fs: add REQ_TIME time update for some user behaviors

2024-03-18 Thread Chao Yu
On 2024/3/15 19:32, Zhiguo Niu wrote: some user behaviors requested filesystem operations, which will cause filesystem not idle. Meanwhile adjust some f2fs_update_time(REQ_TIME) positions. Signed-off-by: Zhiguo Niu --- v2: update patch according to Chao's suggestions --- --- fs/f2fs/file.c |

Re: [f2fs-dev] [PATCH v13 2/9] f2fs: Simplify the handling of cached insensitive names

2024-03-18 Thread Eugen Hristev via Linux-f2fs-devel
On 3/14/24 16:41, Gabriel Krisman Bertazi wrote: > Eugen Hristev writes: > >>> Please, make sure you actually stress test this patchset with fstests >>> against both f2fs and ext4 before sending each new version. >> >> I did run the xfstests, however, maybe I did not run the full suite, or >>