Received: by 2002:a05:6a10:206:0:0:0:0 with SMTP id 6csp2593495pxj; Sun, 6 Jun 2021 07:22:29 -0700 (PDT) X-Google-Smtp-Source: ABdhPJy55vrr4oyexzN13b0D71tuwi+OkTrYoPiJ5tHecQyts+8TsGeMp0u56mGxjkzlIMe6hX/1 X-Received: by 2002:a05:6402:511:: with SMTP id m17mr15445746edv.1.1622989349210; Sun, 06 Jun 2021 07:22:29 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1622989349; cv=none; d=google.com; s=arc-20160816; b=nPbd3bsc+plz+6eujBsV/x12qrO46zuJMRTIvWGp8BM8NId/Vd9elOLCXMwp7zNygi oxswinh1bZ36ZfR+0nwpHtmIkY5VYipEOpwws5LiPEaYf9jZTlhZQcoZYu6xG3Gnsn9o tJWu0Zsm7UCdM70n9Yy9zr9k4+GADnFSPOnOEQ59ar4NBqox9Yp4du8sR9w1obYU8uK6 Icw0tCpjQ9OojUDFSAGzUIrq9WBU1bJOnJVBZwdkPr635JY1QvBbXNX2CDMX2OGAgetW JLvHknkxhcD8kdTB1WKhbnW6MY299vL/mfykIOVBBQyS/qL6GJfeG9wUXn8ZlfTXpJEN QX6A== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-disposition:mime-version:message-id :subject:cc:to:from:date; bh=vceqbPBFngU3/jgXpoWMaCqk9tJpVhAv4q/lKea0vBI=; b=pqlxD9Qjv/OIJHLAqoZaGfY1aJURONhrXv2R/eQJq/Ix5pmb9om3rb/tcgVHwnJfbg xd8Fof6fZHmBl2ezo0N727IpGP0K4Oy7/NwKUNYa2Qixc4ku3DbKLC4D3G2o70EnTWP9 9eKcdF4UkoqoHKN5krIJnl4/Rvk32XebaLAKM/LHnMtd2ST5iXwgyEdon5CvznpO+INQ urCS7/+/tKKI467Sl7hBrdOJ2lZ1xNOJgyQx9U6FkSWrdBMuYKE+FAu4JOQwL359gGne W8w/z5r5W0G2k/7TaYxEnkOvYDAJ6g4Z91p3EWmuoLgPl8Ockl6I0gcdodeJ34TcdvOv DVmA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-ext4-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-ext4-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id n17si9940773edr.161.2021.06.06.07.21.59; Sun, 06 Jun 2021 07:22:29 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-ext4-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-ext4-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-ext4-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230099AbhFFOXB (ORCPT + 99 others); Sun, 6 Jun 2021 10:23:01 -0400 Received: from outgoing-auth-1.mit.edu ([18.9.28.11]:41444 "EHLO outgoing.mit.edu" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S230106AbhFFOW6 (ORCPT ); Sun, 6 Jun 2021 10:22:58 -0400 Received: from cwcc.thunk.org (pool-72-74-133-215.bstnma.fios.verizon.net [72.74.133.215]) (authenticated bits=0) (User authenticated as tytso@ATHENA.MIT.EDU) by outgoing.mit.edu (8.14.7/8.12.4) with ESMTP id 156EL3VJ022752 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Sun, 6 Jun 2021 10:21:04 -0400 Received: by cwcc.thunk.org (Postfix, from userid 15806) id 4D4B815C3C40; Sun, 6 Jun 2021 10:21:03 -0400 (EDT) Date: Sun, 6 Jun 2021 10:21:03 -0400 From: "Theodore Ts'o" To: Linus Torvalds Cc: linux-kernel@vger.kernel.org, linux-ext4@vger.kernel.org Subject: [GIT PULL] ext4 fixes for v5.13 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Precedence: bulk List-ID: X-Mailing-List: linux-ext4@vger.kernel.org The following changes since commit 6c0912739699d8e4b6a87086401bf3ad3c59502d: ext4: wipe ext4_dir_entry2 upon file deletion (2021-04-22 16:51:23 -0400) 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 e71f99f2dfb45f4e7203a0732e85f71ef1d04dab: ext4: Only advertise encrypted_casefold when encryption and unicode are enabled (2021-06-06 10:10:23 -0400) ---------------------------------------------------------------- Miscellaneous ext4 bug fixes for v5.13 ---------------------------------------------------------------- Alexey Makhalov (1): ext4: fix memory leak in ext4_fill_super Daniel Rosenberg (2): ext4: fix no-key deletion for encrypt+casefold ext4: Only advertise encrypted_casefold when encryption and unicode are enabled Harshad Shirwadkar (1): ext4: fix fast commit alignment issues Phillip Potter (1): ext4: fix memory leak in ext4_mb_init_backend on error path. Ritesh Harjani (1): ext4: fix accessing uninit percpu counter variable with fast_commit Ye Bin (1): ext4: fix bug on in ext4_es_cache_extent as ext4_split_extent_at failed fs/ext4/extents.c | 43 ++++++++------- fs/ext4/fast_commit.c | 170 +++++++++++++++++++++++++++++++--------------------------- fs/ext4/fast_commit.h | 19 ------- fs/ext4/ialloc.c | 6 ++- fs/ext4/mballoc.c | 2 +- fs/ext4/namei.c | 6 ++- fs/ext4/super.c | 11 +++- fs/ext4/sysfs.c | 4 ++ 8 files changed, 135 insertions(+), 126 deletions(-)