Re: [f2fs-dev] [PATCH 0/7 V2] f2fs: new mount API conversion

2025-07-11 Thread patchwork-bot+f2fs--- via Linux-f2fs-devel
Hello: This series was applied to jaegeuk/f2fs.git (dev) by Jaegeuk Kim : On Sun, 20 Apr 2025 10:24:59 -0500 you wrote: > This is a forward-port of Hongbo's original f2fs mount API conversion, > posted last August at > https://lore.kernel.org/linux-f2fs-devel/20240814023912.3959299-1-lihongb...@h

Re: [f2fs-dev] [PATCH 0/7 V2] f2fs: new mount API conversion

2025-04-21 Thread Eric Sandeen via Linux-f2fs-devel
On 4/20/25 10:24 AM, Eric Sandeen wrote: > This is a forward-port of Hongbo's original f2fs mount API conversion, > posted last August at > https://lore.kernel.org/linux-f2fs-devel/20240814023912.3959299-1-lihongb...@huawei.com/ I'll rebase this onto jaegeuk's dev tree and send a V3. -Eric __

[f2fs-dev] [PATCH 0/7 V2] f2fs: new mount API conversion

2025-04-21 Thread Eric Sandeen via Linux-f2fs-devel
This is a forward-port of Hongbo's original f2fs mount API conversion, posted last August at https://lore.kernel.org/linux-f2fs-devel/20240814023912.3959299-1-lihongb...@huawei.com/ I had been trying to approach this with a little less complexity, but in the end I realized that Hongbo's approach