Re: [f2fs-dev] [linux-next:master] [fs] cdc4ad36a8: kernel_BUG_at_include/linux/page-flags.h

2024-08-07 Thread Ryan Roberts
mapping, > if (ret) > return ret; > > - if (folio_test_has_hwpoisoned(folio)) { > + if (folio_test_hwpoison(folio) || > + (folio_test_large(folio) && folio_test_has_hwpoisoned(folio))) { Reviewed-b

Re: [f2fs-dev] Plans for F2FS Supporting Large Folios

2024-10-09 Thread Ryan Roberts
On 07/10/2024 17:38, Jaegeuk Kim wrote: > Hi Ryan, > > On 10/02, Ryan Roberts wrote: >> Hi Jaegeuk Kim, Chao Yu, >> >> I heard (via Matthew Wilcox) that you may be in the process of forming plans >> to >> add large folio support to f2fs? If so, I wonde

[f2fs-dev] Plans for F2FS Supporting Large Folios

2024-10-02 Thread Ryan Roberts
Hi Jaegeuk Kim, Chao Yu, I heard (via Matthew Wilcox) that you may be in the process of forming plans to add large folio support to f2fs? If so, I wonder if you could let me know how those plans are progressing? I saw your v6.12-rc1 pull request did a lot of conversion from struct page to struct f

Re: [f2fs-dev] Plans for F2FS Supporting Large Folios

2024-10-29 Thread Ryan Roberts
Hi Jaegeuk, Just a polite bump on the below... On 09/10/2024 12:23, Ryan Roberts wrote: > On 07/10/2024 17:38, Jaegeuk Kim wrote: >> Hi Ryan, >> >> On 10/02, Ryan Roberts wrote: >>> Hi Jaegeuk Kim, Chao Yu, >>> >>> I heard (via Matthew Wilcox) that