Re: [f2fs-dev] [PATCH v2] f2fs: check discard support for conventional zones

2024-08-30 Thread patchwork-bot+f2fs--- via Linux-f2fs-devel
Hello: This patch was applied to jaegeuk/f2fs.git (dev) by Jaegeuk Kim : On Fri, 16 Aug 2024 13:07:03 +0900 you wrote: > As the helper function f2fs_bdev_support_discard() shows, f2fs checks if > the target block devices support discard by calling > bdev_max_discard_sectors() and bdev_is_zoned().

Re: [f2fs-dev] [PATCH v2] f2fs: check discard support for conventional zones

2024-08-19 Thread Chao Yu
On 2024/8/16 12:07, Shin'ichiro Kawasaki wrote: As the helper function f2fs_bdev_support_discard() shows, f2fs checks if the target block devices support discard by calling bdev_max_discard_sectors() and bdev_is_zoned(). This check works well for most cases, but it does not work for conventional

Re: [f2fs-dev] [PATCH v2] f2fs: check discard support for conventional zones

2024-08-15 Thread Christoph Hellwig
Looks good: Reviewed-by: Christoph Hellwig ___ Linux-f2fs-devel mailing list Linux-f2fs-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/linux-f2fs-devel

[f2fs-dev] [PATCH v2] f2fs: check discard support for conventional zones

2024-08-15 Thread Shin'ichiro Kawasaki via Linux-f2fs-devel
As the helper function f2fs_bdev_support_discard() shows, f2fs checks if the target block devices support discard by calling bdev_max_discard_sectors() and bdev_is_zoned(). This check works well for most cases, but it does not work for conventional zones on zoned block devices. F2fs assumes that zo