[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <54325522-b7fa-4629-bc90-ca5e5127ae85@kernel.org>
Date: Sat, 12 Oct 2024 10:40:42 +0800
From: Chao Yu <chao@...nel.org>
To: Daeho Jeong <daeho43@...il.com>, linux-kernel@...r.kernel.org,
linux-f2fs-devel@...ts.sourceforge.net, kernel-team@...roid.com
Cc: Chao Yu <chao@...nel.org>, Daeho Jeong <daehojeong@...gle.com>
Subject: Re: [PATCH v5] f2fs: introduce device aliasing file
On 2024/10/11 3:26, Daeho Jeong wrote:
> From: Daeho Jeong <daehojeong@...gle.com>
>
> F2FS should understand how the device aliasing file works and support
> deleting the file after use. A device aliasing file can be created by
> mkfs.f2fs tool and it can map the whole device with an extrent, not
> using node blocks. The file space should be pinned and normally used for
> read-only usages.
>
> Signed-off-by: Daeho Jeong <daehojeong@...gle.com>
> Signed-off-by: Chao Yu <chao@...nel.org>
Reviewed-by: Chao Yu <chao@...nel.org>
> ---
> v5: added a ioctl to know whether a file is for device aliasing
IMO, maybe we need to add a common wrapper to export all trivial flags of
f2fs, which can improve scalability, it benefits the case whenever we want
to export new flags.
Thanks,
Powered by blists - more mailing lists