From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751865AbdAaUiv (ORCPT ); Tue, 31 Jan 2017 15:38:51 -0500 Received: from mail-lf0-f67.google.com ([209.85.215.67]:35433 "EHLO mail-lf0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751385AbdAaUio (ORCPT ); Tue, 31 Jan 2017 15:38:44 -0500 Date: Tue, 31 Jan 2017 21:38:29 +0100 From: Vitaly Wool To: Linux-MM , linux-kernel Cc: Dan Streetman , Andrew Morton Subject: [PATCH/RESEND v3 0/5] z3fold: optimizations and fixes Message-Id: <20170131213829.3d86c07ffd1358019354c937@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 new take on z3fold optimizations/fixes consolidation, revised after comments from Dan ([1] - [6]). 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 [5] https://lkml.org/lkml/2017/1/11/514 [6] https://lkml.org/lkml/2017/1/11/552