[f2fs-dev] Patchwork summary for: f2fs

2025-07-11 Thread patchwork-bot+f2fs--- via Linux-f2fs-devel
Hello: The following patches were marked "accepted", because they were applied to jaegeuk/f2fs.git (dev): Series: f2fs folio conversions for 6.17 Submitter: Matthew Wilcox Patchwork: https://patchwork.kernel.org/project/f2fs/list/?series=980132 Lore link: https://lore.kernel.org/r/2025070

[f2fs-dev] [PATCH 2/3] mkfs.f2fs: fix to limit length of main device path in f2fs_parse_options()

2025-07-11 Thread Chao Yu via Linux-f2fs-devel
Otherwise, mkfs.f2fs may persist truncated path of main device. - mkfs.f2fs /mnt/f2fs/0123456789012345678901234567890123456789012345678901234 \ -c /mnt/f2fs/012345678901234567890123456789012345678901234567890123 -f - mount /mnt/f2fs/0123456789012345678901234567890123456789012345678901234 /mnt/

[f2fs-dev] [PATCH 1/3] fsck.f2fs: allow to print more infos before assert() in init_sb_info()

2025-07-11 Thread Chao Yu via Linux-f2fs-devel
It allows to print more informations once assert() is triggered in init_sb_info(). Signed-off-by: Chao Yu --- fsck/mount.c | 9 +++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/fsck/mount.c b/fsck/mount.c index a7f16e7..dbbeb56 100644 --- a/fsck/mount.c +++ b/fsck/mount.c

[f2fs-dev] [PATCH 3/3] fsck.f2fs: fix to use strncmp to avoid out-of-boundary access

2025-07-11 Thread Chao Yu via Linux-f2fs-devel
Otherwise, if length of main device path is equal to MAX_PATH_LEN, it will trigger assert() as below: [ASSERT] (init_sb_info:1264) !strcmp((char *)sb->devs[i].path, (char *)c.devices[i].path) This is because there is no null character in the end of devcie path string, result in out-of-boundary a

[f2fs-dev] Proszę o kontakt

2025-07-11 Thread Dominik Lotka via Linux-f2fs-devel
Dzień dobry, Czy jest możliwość nawiązania współpracy z Państwem? Z chęcią porozmawiam z osobą zajmującą się działaniami związanymi ze sprzedażą. Pomagamy skutecznie pozyskiwać nowych klientów. Zapraszam do kontaktu. Pozdrawiam Dominik Lotka ___ L

[f2fs-dev] [PATCH] f2fs: fix to avoid out-of-boundary access in devs.path

2025-07-11 Thread Chao Yu via Linux-f2fs-devel
- touch /mnt/f2fs/012345678901234567890123456789012345678901234567890123 - truncate -s $((1024*1024*1024)) \ /mnt/f2fs/012345678901234567890123456789012345678901234567890123 - touch /mnt/f2fs/file - truncate -s $((1024*1024*1024)) /mnt/f2fs/file - mkfs.f2fs /mnt/f2fs/01234567890123456789012345678

Re: [f2fs-dev] [PATCH v4 1/6] fs: enhance and rename shutdown() callback to remove_bdev()

2025-07-11 Thread Christian Brauner via Linux-f2fs-devel
On Thu, Jul 10, 2025 at 07:24:46PM +0930, Qu Wenruo wrote: > > > 在 2025/7/10 18:10, Christian Brauner 写道: > > On Tue, Jul 08, 2025 at 01:20:50PM -0700, Darrick J. Wong wrote: > > > On Tue, Jul 08, 2025 at 12:20:00PM +0200, Jan Kara wrote: > > > > On Mon 07-07-25 17:45:32, Darrick J. Wong wrote: >

Re: [f2fs-dev] [PATCH v4 1/6] fs: enhance and rename shutdown() callback to remove_bdev()

2025-07-11 Thread Jan Kara
On Thu 10-07-25 14:41:18, Kent Overstreet wrote: > On Thu, Jul 10, 2025 at 03:10:04PM +0200, Jan Kara wrote: > > On Wed 09-07-25 13:49:12, Kent Overstreet wrote: > > > On Wed, Jul 09, 2025 at 07:23:07PM +0200, Jan Kara wrote: > > > > > It also avoids the problem of ->mark_dead events being generate

Re: [f2fs-dev] [PATCH 0/9] 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 Wed, 14 Aug 2024 10:39:03 +0800 you wrote: > Since many filesystems have done the new mount API conversion, > we introduce the new mount API conversion in f2fs. > > The series can be applied on top of the current mainli

Re: [f2fs-dev] [PATCH V3 1/7] f2fs: Add fs parameter specifications for mount options

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 Wed, 23 Apr 2025 12:08:45 -0500 you wrote: > From: Hongbo Li > > Use an array of `fs_parameter_spec` called f2fs_param_specs to > hold the mount option specifications for the new mount api. > > Add constant_table stru

Re: [f2fs-dev] [PATCH v5 0/7] 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 Thu, 10 Jul 2025 12:14:08 + you wrote: > In this version, we have finished the issues pointed in v4. > First, I'd like to express my sincere thanks to Jaegeuk and Chao > for reviewing this patch series and providing

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

[f2fs-dev] Patchwork summary for: f2fs

2025-07-11 Thread patchwork-bot+f2fs--- via Linux-f2fs-devel
Hello: The following patches were marked "accepted", because they were applied to jaegeuk/f2fs.git (dev): Series: f2fs: new mount API conversion Submitter: Hongbo Li Committer: Jaegeuk Kim Patchwork: https://patchwork.kernel.org/project/f2fs/list/?series=981007 Lore link: https://lore.

Re: [f2fs-dev] [PATCH 00/60] f2fs folio conversions for 6.17

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 Tue, 8 Jul 2025 18:02:57 +0100 you wrote: > Some more folio conversions for f2fs. Again, I have checked these patches > build, but otherwise they are untested. There are three inline functions > in fscrypt that I chan

Re: [f2fs-dev] [PATCH] f2fs: fix to avoid out-of-boundary access in devs.path

2025-07-11 Thread patchwork-bot+f2fs--- via Linux-f2fs-devel
Hello: This patch was applied to jaegeuk/f2fs.git (dev) by Jaegeuk Kim : On Fri, 11 Jul 2025 15:14:50 +0800 you wrote: > - touch /mnt/f2fs/012345678901234567890123456789012345678901234567890123 > - truncate -s $((1024*1024*1024)) \ > /mnt/f2fs/012345678901234567890123456789012345678901234567890