Re: [PATCH 0/12 v3] Writeback improvements

2017-09-28 Thread Jens Axboe
On 09/28/2017 03:19 PM, John Stoffel wrote: > On Wed, Sep 27, 2017 at 02:13:47PM -0600, Jens Axboe wrote: >> We've had some issues with writeback in presence of memory reclaim >> at Facebook, and this patch set attempts to fix it up. The real >> functional change for that issue is patch 10. The res

Re: [PATCH 0/12 v3] Writeback improvements

2017-09-28 Thread John Stoffel
On Wed, Sep 27, 2017 at 02:13:47PM -0600, Jens Axboe wrote: > We've had some issues with writeback in presence of memory reclaim > at Facebook, and this patch set attempts to fix it up. The real > functional change for that issue is patch 10. The rest are cleanups, > as well as the removal of doing

[PATCH 0/12 v3] Writeback improvements

2017-09-27 Thread Jens Axboe
We've had some issues with writeback in presence of memory reclaim at Facebook, and this patch set attempts to fix it up. The real functional change for that issue is patch 10. The rest are cleanups, as well as the removal of doing non-range cyclic writeback. The users of that was sync_inodes_sb()