From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-10.2 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id B76ECC433E2 for ; Fri, 28 Aug 2020 15:03:58 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 97A662075B for ; Fri, 28 Aug 2020 15:03:58 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726584AbgH1PD6 (ORCPT ); Fri, 28 Aug 2020 11:03:58 -0400 Received: from mx2.suse.de ([195.135.220.15]:37720 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726197AbgH1PD4 (ORCPT ); Fri, 28 Aug 2020 11:03:56 -0400 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.221.27]) by mx2.suse.de (Postfix) with ESMTP id B11D4AF1F; Fri, 28 Aug 2020 15:04:28 +0000 (UTC) Received: by quack2.suse.cz (Postfix, from userid 1000) id 9CDDB1E12C0; Fri, 28 Aug 2020 17:03:55 +0200 (CEST) Date: Fri, 28 Aug 2020 17:03:55 +0200 From: Jan Kara To: Linus Torvalds Cc: linux-fsdevel@vger.kernel.org Subject: [GIT PULL] Writeback fixes for 5.9-rc3 Message-ID: <20200828150355.GA4614@quack2.suse.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-fsdevel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-fsdevel@vger.kernel.org Hello Linus, could you please pull from git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs.git writeback_for_v5.9-rc3 to get fixes for writeback code occasionally skipping writeback of some inodes or livelocking sync(2). Top of the tree is 5fcd57505c00. The full shortlog is: Jan Kara (4): writeback: Protect inode->i_io_list with inode->i_lock writeback: Avoid skipping inode writeback writeback: Fix sync livelock due to b_dirty_time processing writeback: Drop I_DIRTY_TIME_EXPIRE The diffstat is fs/ext4/inode.c | 2 +- fs/fs-writeback.c | 103 ++++++++++++++++++++------------------- fs/xfs/libxfs/xfs_trans_inode.c | 4 +- include/linux/fs.h | 7 ++- include/trace/events/writeback.h | 14 +++--- 5 files changed, 67 insertions(+), 63 deletions(-) Thanks -- Jan Kara SUSE Labs, CR