From 6b5815cdcfbc1f117a603057f89a84a5d8bd3dd8 Mon Sep 17 00:00:00 2001 From: Ryusuke Konishi Date: Sat, 8 Jun 2024 21:30:32 +0900 Subject: [PATCH] nilfs2-kmod8 v1.16 release Signed-off-by: Ryusuke Konishi --- ChangeLog | 13 +++++++++++++ fs/nilfs2/super.c | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 7ba875d..92be063 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +nilfs2-kmod8-1.16 Sat Jun 8, 2024 JST + + * backport fixes for a kernel bug that could occur when overwriting + a block device on which nilfs2 is mounted, and for potential FS + corruption when removing or renaming a directory failed with I/O + errors: + - nilfs2: fix potential kernel bug due to lack of writeback flag + waiting + - nilfs2: fix nilfs_empty_dir() misjudgment and long loop on I/O + errors + * CentOS 8 stream EOL has been reflected in the README file: + - README: remove CentOS 8 stream from supported distributions + nilfs2-kmod8-1.15 Mon May 27, 2024 JST * backport fixes for a few issues with the log writer, including diff --git a/fs/nilfs2/super.c b/fs/nilfs2/super.c index 6937afd..acfbf15 100644 --- a/fs/nilfs2/super.c +++ b/fs/nilfs2/super.c @@ -53,7 +53,7 @@ MODULE_AUTHOR("NTT Corp."); MODULE_DESCRIPTION("A New Implementation of the Log-structured Filesystem " "(NILFS)"); MODULE_LICENSE("GPL"); -MODULE_VERSION("nilfs2-kmod8-1.15"); +MODULE_VERSION("nilfs2-kmod8-1.16"); static struct kmem_cache *nilfs_inode_cachep; struct kmem_cache *nilfs_transaction_cachep;