Message ID | 20220111185930.2601421-1-jane.chu@oracle.com (mailing list archive) |
---|---|
Headers | show |
Series | DAX poison recovery | expand |
On Tue, Jan 11, 2022 at 11:59:23AM -0700, Jane Chu wrote: > In v3, dax recovery code path is independent of that of > normal write. Competing dax recovery threads are serialized, > racing read threads are guaranteed not overlapping with the > recovery process. > > In this phase, the recovery granularity is page, future patch > will explore recovery in finer granularity. What tree is this against? I can't apply it to either 5.16 or Linus' current tree.
On 1/20/2022 1:55 AM, Christoph Hellwig wrote: > On Tue, Jan 11, 2022 at 11:59:23AM -0700, Jane Chu wrote: >> In v3, dax recovery code path is independent of that of >> normal write. Competing dax recovery threads are serialized, >> racing read threads are guaranteed not overlapping with the >> recovery process. >> >> In this phase, the recovery granularity is page, future patch >> will explore recovery in finer granularity. > > What tree is this against? I can't apply it to either 5.16 or Linus' > current tree. It was based on your 'dax-block-cleanup' branch a while back. thanks, -jane
On Fri, Jan 21, 2022 at 01:33:40AM +0000, Jane Chu wrote: > > What tree is this against? I can't apply it to either 5.16 or Linus' > > current tree. > > It was based on your 'dax-block-cleanup' branch a while back. Do you have a git tree with your patches included available somewhere?
On 1/24/2022 1:01 AM, Christoph Hellwig wrote: > On Fri, Jan 21, 2022 at 01:33:40AM +0000, Jane Chu wrote: >>> What tree is this against? I can't apply it to either 5.16 or Linus' >>> current tree. >> >> It was based on your 'dax-block-cleanup' branch a while back. > > Do you have a git tree with your patches included available somewhere? Sorry I don't have a git tree, so I rebased the series to v5.17-rc1-81-g0280e3c58f9, hope that helps. -jane