Re: [f2fs-dev] (2) [PATCH v2] f2fs: add async reset zone command support

2023-04-26 Thread Daejun Park
Thank you for your review. I have responded in the comments below. > On 2023/4/25 16:10, Daejun Park wrote: > > Changelog: > > > > v1 -> v2 > > Changed to apply the optional async reset write pointer by default. > > > > > > This patch enables submit reset zone command asynchornously. It helps >

Re: [f2fs-dev] [GIT PULL] f2fs update for 6.4

2023-04-26 Thread pr-tracker-bot
The pull request you sent on Tue, 25 Apr 2023 11:36:08 -0700: > git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git > tags/f2fs-for-6.4-rc1 has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/5c7ecada25d2086aee607ff7deb69e77faa4aa92 Thank you! -- Deet-doot-do

Re: [f2fs-dev] [PATCH v2 0/8] acl: remove generic posix acl handlers from all xattr handlers

2023-04-26 Thread patchwork-bot+f2fs
Hello: This patch was applied to jaegeuk/f2fs.git (dev) by Christian Brauner (Microsoft) : On Mon, 30 Jan 2023 17:41:56 +0100 you wrote: > Hey everyone, > > after we finished the introduction of the new posix acl api last cycle > we still left the generic POSIX ACL xattr handlers around in the >

[f2fs-dev] Patchwork summary for: f2fs

2023-04-26 Thread patchwork-bot+f2fs
Hello: The following patches were marked "accepted", because they were applied to jaegeuk/f2fs.git (dev): Patch: [f2fs-dev,GIT,PULL] f2fs update for 6.4 Submitter: Jaegeuk Kim Committer: Linus Torvalds Patchwork: https://patchwork.kernel.org/project/f2fs/list/?series=743132 Lore link: h

Re: [f2fs-dev] [PATCH v3 00/10] acl: drop posix acl handlers from xattr handlers

2023-04-26 Thread patchwork-bot+f2fs
Hello: This patch was applied to jaegeuk/f2fs.git (dev) by Christian Brauner (Microsoft) : On Wed, 01 Feb 2023 14:14:51 +0100 you wrote: > Hey everyone, > > After we finished the introduction of the new posix acl api last cycle > we still left the generic POSIX ACL xattr handlers around in the >

Re: [f2fs-dev] [GIT PULL] f2fs update for 6.4

2023-04-26 Thread patchwork-bot+f2fs
Hello: This pull request was applied to jaegeuk/f2fs.git (dev) by Linus Torvalds : On Tue, 25 Apr 2023 11:36:08 -0700 you wrote: > Hi Linus, > > Could you please consider this pull request? > > Thanks, > > The following changes since commit ffe78bbd512166e0ef1cc4858010b128c510ed7d: > > [...]