Re: [PATCH v8 0/3] mm, pmem, xfs: Introduce MF_MEM_REMOVE for unbind

2022-09-16 Thread Darrick J. Wong
On Thu, Sep 15, 2022 at 10:56:09AM +0800, Shiyang Ruan wrote: > > > 在 2022/9/15 2:15, Darrick J. Wong 写道: > > On Wed, Sep 14, 2022 at 11:09:23AM -0700, Darrick J. Wong wrote: > > > On Wed, Sep 07, 2022 at 05:46:00PM +0800, Shiyang Ruan wrote: > > > > ping > > > > > > > > 在 2022/9/2 18:35,

Re: [PATCH v8 0/3] mm, pmem, xfs: Introduce MF_MEM_REMOVE for unbind

2022-09-14 Thread Shiyang Ruan
在 2022/9/15 2:15, Darrick J. Wong 写道: On Wed, Sep 14, 2022 at 11:09:23AM -0700, Darrick J. Wong wrote: On Wed, Sep 07, 2022 at 05:46:00PM +0800, Shiyang Ruan wrote: ping 在 2022/9/2 18:35, Shiyang Ruan 写道: Changes since v7: 1. Add P1 to fix calculation mistake 2. Add P2 to move

Re: [PATCH v8 0/3] mm, pmem, xfs: Introduce MF_MEM_REMOVE for unbind

2022-09-14 Thread Darrick J. Wong
On Wed, Sep 14, 2022 at 11:09:23AM -0700, Darrick J. Wong wrote: > On Wed, Sep 07, 2022 at 05:46:00PM +0800, Shiyang Ruan wrote: > > ping > > > > 在 2022/9/2 18:35, Shiyang Ruan 写道: > > > Changes since v7: > > >1. Add P1 to fix calculation mistake > > >2. Add P2 to move drop_pagecache_sb()

Re: [PATCH v8 0/3] mm, pmem, xfs: Introduce MF_MEM_REMOVE for unbind

2022-09-14 Thread Darrick J. Wong
On Wed, Sep 07, 2022 at 05:46:00PM +0800, Shiyang Ruan wrote: > ping > > 在 2022/9/2 18:35, Shiyang Ruan 写道: > > Changes since v7: > >1. Add P1 to fix calculation mistake > >2. Add P2 to move drop_pagecache_sb() to super.c for xfs to use > >3. P3: Add invalidate all mappings after

Re: [PATCH v8 0/3] mm, pmem, xfs: Introduce MF_MEM_REMOVE for unbind

2022-09-07 Thread Shiyang Ruan
ping 在 2022/9/2 18:35, Shiyang Ruan 写道: Changes since v7: 1. Add P1 to fix calculation mistake 2. Add P2 to move drop_pagecache_sb() to super.c for xfs to use 3. P3: Add invalidate all mappings after sync. 4. P3: Set offset to be start of device when it is to be removed. 5.

[PATCH v8 0/3] mm, pmem, xfs: Introduce MF_MEM_REMOVE for unbind

2022-09-02 Thread Shiyang Ruan
Changes since v7: 1. Add P1 to fix calculation mistake 2. Add P2 to move drop_pagecache_sb() to super.c for xfs to use 3. P3: Add invalidate all mappings after sync. 4. P3: Set offset to be start of device when it is to be removed. 5. Rebase on 6.0-rc3 + Darrick's patch[1] + Dan's