From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752180AbdJCPQ2 (ORCPT ); Tue, 3 Oct 2017 11:16:28 -0400 Received: from mail-it0-f43.google.com ([209.85.214.43]:44621 "EHLO mail-it0-f43.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751741AbdJCPQ0 (ORCPT ); Tue, 3 Oct 2017 11:16:26 -0400 X-Google-Smtp-Source: AOwi7QAoYYvZpjP8gQSh6SVVsXYHjFzr4Zm5aLr7axOUj9iBS4R7CyFXSzXlYQ4QBm84jFMHA6kgXQ== From: Jens Axboe To: linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org Cc: hannes@cmpxchg.org, jack@suse.cz Subject: [PATCH 0/2] writeback: start-all allocation elimination Date: Tue, 3 Oct 2017 09:16:19 -0600 Message-Id: <1507043781-2874-1-git-send-email-axboe@kernel.dk> X-Mailer: git-send-email 2.7.4 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This is on top of the parts of the previous series that have been queued up. I've posted the first patch in a reply to Jan last week, this is a more official posting. No changes, it works for me. Last patch is just a cleanup, finally killing off nr_pdflush_threads, 8 years after we deprecated it. Documentation/ABI/obsolete/proc-sys-vm-nr_pdflush_threads | 5 b/fs/fs-writeback.c | 71 ++++++-------- b/include/linux/backing-dev-defs.h | 1 b/include/trace/events/writeback.h | 1 b/kernel/sysctl.c | 5 5 files changed, 35 insertions(+), 48 deletions(-) -- Jens Axboe