[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20180220023038.19883-1-tytso@mit.edu>
Date: Mon, 19 Feb 2018 21:30:31 -0500
From: Theodore Ts'o <tytso@....edu>
To: Ext4 Developers List <linux-ext4@...r.kernel.org>
Cc: Theodore Ts'o <tytso@....edu>
Subject: [PATCH 0/7] ext4: fix up shutdown handling
These patches improve ext4's shutdown handling. Most of the problems
that show up when running generic/388 with a single CPU have been
addressed. (There are still problems when running with 2 or more
CPU's.)
Theodore Ts'o (7):
ext4: add tracepoints for shutdown and file system errors
jbd2: clarify bad journal block checksum message
ext4: shutdown should not prevent get_write_access
ext4: eliminate sleep from shutdown ioctl
ext4: pass -ESHUTDOWN code to jbd2 layer
jbd2: if the journal is aborted then don't allow update of the log
tail
ext4: don't update checksum of new initialized bitmaps
fs/ext4/balloc.c | 3 +--
fs/ext4/ext4_jbd2.c | 7 -------
fs/ext4/ialloc.c | 47 +++------------------------------------------
fs/ext4/ioctl.c | 9 ++++-----
fs/ext4/super.c | 4 ++++
fs/jbd2/journal.c | 30 ++++++++++++++++++++++-------
fs/jbd2/recovery.c | 4 ++--
include/trace/events/ext4.h | 43 +++++++++++++++++++++++++++++++++++++++++
8 files changed, 80 insertions(+), 67 deletions(-)
--
2.16.1.72.g5be1f00a9a
Powered by blists - more mailing lists