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

2023-02-27 Thread Jaegeuk Kim
Hi Linus, Could you please consider this pull request? Thanks, The following changes since commit 512dee0c00ad9e9c7ae9f11fc6743702ea40caff: Merge tag 'x86-urgent-2023-01-04' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip (2023-01-04 12:11:29 -0800) are available in the Git reposi

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

2023-02-27 Thread pr-tracker-bot
The pull request you sent on Mon, 27 Feb 2023 14:55:30 -0800: > git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git > tags/f2fs-for-6.3-rc1 has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/103830683cfc8f43b15158b0a48014b6d6e83633 Thank you! -- Deet-doot-do

Re: [f2fs-dev] [PATCH] MAINTAINERS: update fsverity git repo, list, and patchwork

2023-02-27 Thread patchwork-bot+f2fs
Hello: This patch was applied to jaegeuk/f2fs.git (dev) by Eric Biggers : On Mon, 16 Jan 2023 15:22:57 -0800 you wrote: > From: Eric Biggers > > We're moving fsverity development to use its own git repo, mailing list, > and patchwork project, instead of reusing the fscrypt ones. Update the > M

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

2023-02-27 Thread patchwork-bot+f2fs
Hello: This pull request was applied to jaegeuk/f2fs.git (dev) by Linus Torvalds : On Mon, 27 Feb 2023 14:55:30 -0800 you wrote: > Hi Linus, > > Could you please consider this pull request? > > Thanks, > > The following changes since commit 512dee0c00ad9e9c7ae9f11fc6743702ea40caff: > > [...]

[f2fs-dev] Patchwork summary for: f2fs

2023-02-27 Thread patchwork-bot+f2fs
Hello: The following patches were marked "accepted", because they were applied to jaegeuk/f2fs.git (dev): Series: fsverity: support for non-4K pages Submitter: Eric Biggers Committer: Eric Biggers Patchwork: https://patchwork.kernel.org/project/f2fs/list/?series=706831 Lore link: https

Re: [f2fs-dev] [PATCH 0/5] Add the test_dummy_encryption key on-demand

2023-02-27 Thread patchwork-bot+f2fs
Hello: This series was applied to jaegeuk/f2fs.git (dev) by Eric Biggers : On Tue, 7 Feb 2023 22:21:02 -0800 you wrote: > This series eliminates the call to fscrypt_destroy_keyring() from > __put_super(), which is causing confusion because it looks like (but > actually isn't) a sleep-in-atomic b

Re: [f2fs-dev] [PATCH v5 00/23] Convert to filemap_get_folios_tag()

2023-02-27 Thread patchwork-bot+f2fs
Hello: This series was applied to jaegeuk/f2fs.git (dev) by Andrew Morton : On Wed, 4 Jan 2023 13:14:25 -0800 you wrote: > This patch series replaces find_get_pages_range_tag() with > filemap_get_folios_tag(). This also allows the removal of multiple > calls to compound_head() throughout. > It a

Re: [f2fs-dev] [PATCH] MAINTAINERS: update fscrypt git repo

2023-02-27 Thread patchwork-bot+f2fs
Hello: This patch was applied to jaegeuk/f2fs.git (dev) by Eric Biggers : On Mon, 16 Jan 2023 15:34:24 -0800 you wrote: > From: Eric Biggers > > fscrypt.git is being renamed to linux.git, so update MAINTAINERS > accordingly. (The reasons for the rename are to match what I'm doing > for the new

Re: [f2fs-dev] [PATCH v2 00/11] fsverity: support for non-4K pages

2023-02-27 Thread patchwork-bot+f2fs
Hello: This series was applied to jaegeuk/f2fs.git (dev) by Eric Biggers : On Fri, 23 Dec 2022 12:36:27 -0800 you wrote: > [This patchset applies to mainline + some fsverity cleanups I sent out > recently. You can get everything from tag "fsverity-non4k-v2" of > https://git.kernel.org/pub/scm/

Re: [f2fs-dev] [PATCH v2 00/11] fsverity: support for non-4K pages

2023-02-27 Thread Eric Biggers
On Tue, Feb 28, 2023 at 01:01:54AM +, patchwork-bot+f...@kernel.org wrote: > Hello: > > This series was applied to jaegeuk/f2fs.git (dev) > by Eric Biggers : > > On Fri, 23 Dec 2022 12:36:27 -0800 you wrote: > > [This patchset applies to mainline + some fsverity cleanups I sent out > > recen

Re: [f2fs-dev] [PATCH v2 00/11] fsverity: support for non-4K pages

2023-02-27 Thread Jaegeuk Kim
On 02/28, Eric Biggers wrote: > On Tue, Feb 28, 2023 at 01:01:54AM +, patchwork-bot+f...@kernel.org wrote: > > Hello: > > > > This series was applied to jaegeuk/f2fs.git (dev) > > by Eric Biggers : > > > > On Fri, 23 Dec 2022 12:36:27 -0800 you wrote: > > > [This patchset applies to mainline