From patchwork Sun Feb 23 03:41:52 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Theodore Ts'o X-Patchwork-Id: 1242577 Return-Path: X-Original-To: patchwork-incoming@ozlabs.org Delivered-To: patchwork-incoming@ozlabs.org Authentication-Results: ozlabs.org; spf=none (no SPF record) smtp.mailfrom=vger.kernel.org (client-ip=209.132.180.67; helo=vger.kernel.org; envelope-from=linux-ext4-owner@vger.kernel.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=mit.edu Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 48Q9x75Dz5z9sRN for ; Sun, 23 Feb 2020 14:42:03 +1100 (AEDT) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727191AbgBWDl7 (ORCPT ); Sat, 22 Feb 2020 22:41:59 -0500 Received: from outgoing-auth-1.mit.edu ([18.9.28.11]:60312 "EHLO outgoing.mit.edu" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726965AbgBWDl7 (ORCPT ); Sat, 22 Feb 2020 22:41:59 -0500 Received: from callcc.thunk.org (guestnat-104-133-8-109.corp.google.com [104.133.8.109] (may be forged)) (authenticated bits=0) (User authenticated as tytso@ATHENA.MIT.EDU) by outgoing.mit.edu (8.14.7/8.12.4) with ESMTP id 01N3fquG031252 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Sat, 22 Feb 2020 22:41:54 -0500 Received: by callcc.thunk.org (Postfix, from userid 15806) id 769B34211EF; Sat, 22 Feb 2020 22:41:52 -0500 (EST) Date: Sat, 22 Feb 2020 22:41:52 -0500 From: "Theodore Y. Ts'o" To: torvalds@linux-foundation.org Cc: linux-ext4@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [GIT PULL] ext4 bug fixes for 5.6-rc2 Message-ID: <20200223034152.GA1035793@mit.edu> MIME-Version: 1.0 Content-Disposition: inline Sender: linux-ext4-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-ext4@vger.kernel.org The following changes since commit 11a48a5a18c63fd7621bb050228cebf13566e4d8: Linux 5.6-rc2 (2020-02-16 13:16:59 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4.git tags/ext4_for_linus_stable for you to fetch changes up to 9db176bceb5c5df4990486709da386edadc6bd1d: ext4: fix mount failure with quota configured as module (2020-02-21 19:32:07 -0500) ---------------------------------------------------------------- More miscellaneous ext4 bug fixes (all stable fodder) ---------------------------------------------------------------- Eric Biggers (2): ext4: rename s_journal_flag_rwsem to s_writepages_rwsem ext4: fix race between writepages and enabling EXT4_EXTENTS_FL Jan Kara (1): ext4: fix mount failure with quota configured as module Qian Cai (1): ext4: fix a data race in EXT4_I(inode)->i_disksize Shijie Luo (1): ext4: add cond_resched() to __ext4_find_entry() Suraj Jitindar Singh (2): ext4: fix potential race between s_group_info online resizing and access ext4: fix potential race between s_flex_groups online resizing and access Theodore Ts'o (1): ext4: fix potential race between online resizing and write operations wangyan (1): jbd2: fix ocfs2 corrupt when clearing block group bits fs/ext4/balloc.c | 14 ++++++++-- fs/ext4/ext4.h | 39 ++++++++++++++++++++------ fs/ext4/ialloc.c | 23 +++++++++------ fs/ext4/inode.c | 16 +++++------ fs/ext4/mballoc.c | 61 +++++++++++++++++++++++++++------------- fs/ext4/migrate.c | 27 ++++++++++++------ fs/ext4/namei.c | 1 + fs/ext4/resize.c | 62 ++++++++++++++++++++++++++++++++--------- fs/ext4/super.c | 113 ++++++++++++++++++++++++++++++++++++++++++++++++++------------------------ fs/jbd2/transaction.c | 8 ++++-- 10 files changed, 256 insertions(+), 108 deletions(-)