Message ID | ZvInHczHWvWeXEoF@google.com (mailing list archive) |
---|---|
State | Mainlined |
Commit | 79952bdcbcea53e57c2ca97e7448f8a6bdb6106a |
Headers | show |
Series | [f2fs-dev,GIT,PULL] f2fs for 6.12-rc1 | expand |
On Mon, 23 Sept 2024 at 19:42, Jaegeuk Kim <jaegeuk@kernel.org> wrote: > > In this series, the main changes include 1) converting major IO paths to use > folio, and 2) adding various knobs to control GC more flexibly for Zoned > devices. Hmm. I get mostly the same merge result as in linux-next, but I did end up with a difference in f2fs_write_begin(). You might want to check that out. That said, the difference is a PAGE_SIZE vs folio_size(folio), and I think in the end it doesn't matter because I don't think f2fs does large folios yet. But please check it regardless. Linus
The pull request you sent on Tue, 24 Sep 2024 02:42:37 +0000:
> git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git tags/f2fs-for-6.12-rc1
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/79952bdcbcea53e57c2ca97e7448f8a6bdb6106a
Thank you!
On 09/24, Linus Torvalds wrote: > On Mon, 23 Sept 2024 at 19:42, Jaegeuk Kim <jaegeuk@kernel.org> wrote: > > > > In this series, the main changes include 1) converting major IO paths to use > > folio, and 2) adding various knobs to control GC more flexibly for Zoned > > devices. > > Hmm. I get mostly the same merge result as in linux-next, but I did > end up with a difference in f2fs_write_begin(). You might want to > check that out. > > That said, the difference is a PAGE_SIZE vs folio_size(folio), and I > think in the end it doesn't matter because I don't think f2fs does > large folios yet. Thank you, it looks fine to me. > > But please check it regardless. > > Linus
Hello: This pull request was applied to jaegeuk/f2fs.git (dev) by Linus Torvalds <torvalds@linux-foundation.org>: On Tue, 24 Sep 2024 02:42:37 +0000 you wrote: > Hi Linus, > > Could you please consider this pull reuqest? > > Thanks, > > The following changes since commit c813111d19e65b6336a6352eae9c1ff5c40f722f: > > [...] Here is the summary with links: - [f2fs-dev,GIT,PULL] f2fs for 6.12-rc1 https://git.kernel.org/jaegeuk/f2fs/c/79952bdcbcea You are awesome, thank you!