Re: [RFC][PATCH 00/13] [v5] Migrate Pages in lieu of discard

2021-01-30 Thread David Rientjes
On Mon, 25 Jan 2021, Dave Hansen wrote: > This also contains a few prerequisite patches that fix up an issue > with the vm.zone_reclaim_mode sysctl ABI. > I think these patches (patches 1-3) can be staged in -mm now since they fix vm.zone_reclaim_mode correctness and consistency. Andrew, would

[RFC][PATCH 00/13] [v5] Migrate Pages in lieu of discard

2021-01-26 Thread Dave Hansen
The full series is also available here: https://github.com/hansendc/linux/tree/automigrate-20210122 The meat of this patch is in: [PATCH 08/13] mm/migrate: demote pages during reclaim Which also has the most changes since the last post. This version is mostly to address revie