From: "Theodore Y. Ts'o" <tytso@mit.edu>
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
Date: Sat, 22 Feb 2020 22:41:52 -0500 [thread overview]
Message-ID: <20200223034152.GA1035793@mit.edu> (raw)
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(-)
next reply other threads:[~2020-02-23 3:42 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-02-23 3:41 Theodore Y. Ts'o [this message]
2020-02-23 17:50 ` [GIT PULL] ext4 bug fixes for 5.6-rc2 pr-tracker-bot
-- strict thread matches above, loose matches on Subject: below --
2020-02-16 2:58 Theodore Y. Ts'o
2020-02-16 19:50 ` pr-tracker-bot
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20200223034152.GA1035793@mit.edu \
--to=tytso@mit.edu \
--cc=linux-ext4@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.