Re: [dm-devel] [PATCH v15 00/13] support zoned block devices with non-power-of-2 zone sizes

2022-10-24 Thread Bart Van Assche
On 9/30/22 14:24, Jens Axboe wrote: Noted. I'll find some time to review this as well separately, once we're on the other side of the merge window. Hi Jens, Now that we are on the other side of the merge window: do you perhaps want Pankaj to repost this patch series? From what I have heard

Re: [PATCH] xfs: fail dax mount if reflink is enabled on a partition

2022-10-24 Thread Dan Williams
Dave Chinner wrote: > On Fri, Oct 21, 2022 at 07:11:02PM -0700, Darrick J. Wong wrote: > > On Thu, Oct 20, 2022 at 10:17:45PM +0800, Yang, Xiao/杨 晓 wrote: > > > In addition, I don't like your idea about the test change because it will > > > make generic/470 become the special test for XFS. Do you

Re: [dm-devel] [PATCH V2 0/6] allowing path checking to be interrupted.

2022-10-24 Thread Martin Wilck
Hello Wu Guanghao, On Mon, 2022-10-24 at 10:22 +0800, Wu Guanghao wrote: > Friendly ping ... > Is the series of patches for vecs->lock ready to be merged into > mainline? > Thanks Ben's series has been merged in 0.9.1 already. There have been no reviewed patches on top of it, unless I am

Re: [dm-devel] [PATCH 2/4] mm: mempool: introduce page bulk allocator

2022-10-24 Thread Yang Shi
On Fri, Oct 21, 2022 at 2:19 AM Mel Gorman wrote: > > On Tue, Oct 18, 2022 at 11:01:31AM -0700, Yang Shi wrote: > > > > Yeah, I didn't think of a better way to pass the pages to dm-crypt. > > > > > > > > > > > > > > How about this > > > > > > > > > > 1. Add a callback to __alloc_pages_bulk() that

Re: [dm-devel] [PATCH 2/4] mm: mempool: introduce page bulk allocator

2022-10-24 Thread Mel Gorman
On Tue, Oct 18, 2022 at 11:01:31AM -0700, Yang Shi wrote: > > > Yeah, I didn't think of a better way to pass the pages to dm-crypt. > > > > > > > > > > > How about this > > > > > > > > 1. Add a callback to __alloc_pages_bulk() that takes a page as a > > > >parameter like bulk_add_page() or