From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933101AbcJMQy4 (ORCPT ); Thu, 13 Oct 2016 12:54:56 -0400 Received: from mail-pf0-f170.google.com ([209.85.192.170]:33726 "EHLO mail-pf0-f170.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933319AbcJMQyt (ORCPT ); Thu, 13 Oct 2016 12:54:49 -0400 Date: Thu, 13 Oct 2016 18:47:58 +0200 From: Vitaly Wool To: Linux-MM , linux-kernel@vger.kernel.org Cc: Dan Streetman , Andrew Morton , Dave Chinner Subject: [PATCHv4 0/3] z3fold: add shrinker Message-Id: <20161013184758.9ecfd318fa542e14e2d2c5b1@gmail.com> X-Mailer: Sylpheed 3.4.1 (GTK+ 2.24.23; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This patch set implements shrinker for z3fold. The actual shrinker implementation will follow some code optimizations and preparations that I thought would be reasonable to have as separate patches.