From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx0a-00082601.pphosted.com ([67.231.145.42]:34456 "EHLO mx0a-00082601.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S965053AbcDLSoE (ORCPT ); Tue, 12 Apr 2016 14:44:04 -0400 From: Jens Axboe To: , CC: Subject: [PATCH 0/3] writeback: minor tweaks Date: Tue, 12 Apr 2016 12:43:50 -0600 Message-ID: <1460486633-26099-1-git-send-email-axboe@fb.com> MIME-Version: 1.0 Content-Type: text/plain Sender: linux-fsdevel-owner@vger.kernel.org List-ID: Hi, Three top level patches out of the writeback throttling patchset, that I think should make it into mainline. No functional changes in the first two patches, and the last patch just bumps reclaim/sync writeback to use WRITE_SYNC as a hint to the block layer. fs/block_dev.c | 2 +- fs/buffer.c | 2 +- fs/f2fs/data.c | 2 +- fs/f2fs/node.c | 2 +- fs/fs-writeback.c | 13 +++++++++++++ fs/gfs2/meta_io.c | 3 +-- fs/mpage.c | 9 ++++----- fs/xfs/xfs_aops.c | 2 +- include/linux/writeback.h | 8 ++++++++ 9 files changed, 31 insertions(+), 12 deletions(-) -- Jens Axboe