Re: [PATCH v6 1/1] plainmount: Support plain encryption mode

2022-09-14 Thread Maxim Fomin
--- Original Message --- On Tuesday, August 23rd, 2022 at 6:14 AM, Glenn Washburn wrote: > Why does the return type changed from v5? I like it was better before, > and I'm thinking the signature should be more like hash() in > cryptsetup, that is have password and password_size arguments

Re: [PATCH v2 1/1] mm: Better handling of adding new regions

2022-09-14 Thread jim945 via Grub-devel
12.09.2022 20:49, Zhang Boyang пишет: The code of dynamically adding new regions has two problems. First, it always invalidate disk caches, which decreases performance severely. Second, it request exactly "size" bytes for new region, ignoring region management overheads. This patch makes adding

Re: [PATCH v6 1/1] plainmount: Support plain encryption mode

2022-09-14 Thread Glenn Washburn
On Wed, 14 Sep 2022 16:15:56 + Maxim Fomin wrote: > --- Original Message --- > On Tuesday, August 23rd, 2022 at 6:14 AM, Glenn Washburn > wrote: > > > Why does the return type changed from v5? I like it was better before, > > and I'm thinking the signature should be more like hash(

Re: [PATCH v6 1/1] plainmount: Support plain encryption mode

2022-09-14 Thread Maxim Fomin
--- Original Message --- On Thursday, September 15th, 2022 at 12:54 AM, Glenn Washburn wrote: > > On Wed, 14 Sep 2022 16:15:56 + > Maxim Fomin ma...@fomin.one wrote: > > > --- Original Message --- > > On Tuesday, August 23rd, 2022 at 6:14 AM, Glenn Washburn > > developm...@