From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S938116AbdAKO7x (ORCPT ); Wed, 11 Jan 2017 09:59:53 -0500 Received: from mail-lf0-f65.google.com ([209.85.215.65]:34230 "EHLO mail-lf0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S938050AbdAKO7v (ORCPT ); Wed, 11 Jan 2017 09:59:51 -0500 Date: Wed, 11 Jan 2017 15:59:48 +0100 From: Vitaly Wool To: Linux-MM , linux-kernel@vger.kernel.org Cc: Dan Streetman , Andrew Morton Subject: [PATCH/RESEND v2 0/5] z3fold optimizations and fixes Message-Id: <20170111155948.aa61c5b995b6523caf87d862@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 is a consolidation of z3fold optimizations and fixes done so far, revised after comments from Dan ([1], [2], [3], [4]). The coming patches are to be applied on top of the following commit: Author: zhong jiang Date: Tue Dec 20 11:53:40 2016 +1100 mm/z3fold.c: limit first_num to the actual range of possible buddy indexes All the z3fold patches newer than this one are considered obsolete and should be substituted with this patch series. The coming patches have been verified with linux-next tree. [1] https://lkml.org/lkml/2016/11/29/969 [2] https://lkml.org/lkml/2017/1/4/586 [3] https://lkml.org/lkml/2017/1/4/604 [4] https://lkml.org/lkml/2017/1/4/737