On 2023/8/24 11:42, Qi Zheng wrote:
Use new APIs to dynamically allocate the erofs-shrinker.
Signed-off-by: Qi Zheng
Reviewed-by: Muchun Song
CC: Gao Xiang
CC: Chao Yu
CC: Yue Hu
CC: Jeffle Xu
CC: linux-erofs@lists.ozlabs.org
Reviewed-by: Gao Xiang
Thanks,
Gao Xiang
On Fri, Aug 11, 2023 at 01:04:31PM +0200, Jan Kara wrote:
> Hello,
>
> this is a v2 of the patch series which implements the idea of
> blkdev_get_by_*()
> calls returning bdev_handle which is then passed to blkdev_put() [1]. This
> makes the get and put calls for bdevs more obviously matching and
On 2023/8/24 11:42, Qi Zheng wrote:
Use new APIs to dynamically allocate the erofs-shrinker.
Signed-off-by: Qi Zheng
Reviewed-by: Muchun Song
CC: Gao Xiang
CC: Chao Yu
CC: Yue Hu
CC: Jeffle Xu
CC: linux-erofs@lists.ozlabs.org
Reviewed-by: Chao Yu
Thanks,
On Sun, Aug 13, 2023 at 08:26:28AM -0600, Simon Glass wrote:
> This updates the ChromiumOS bootmeth to detect multiple kernel partitions
> on a disk.
>
> It also includes minor code improvements to the partition drivers,
> including accessors for the optional fields.
>
> This series also include