From 5fb3d9b7b4dc08aa2d450f4d5cb02b0aa600543b Mon Sep 17 00:00:00 2001 From: Ryusuke Konishi Date: Mon, 4 Nov 2024 21:01:06 +0900 Subject: [PATCH] nilfs2-kmod8: v1.22 release Signed-off-by: Ryusuke Konishi --- ChangeLog | 10 ++++++++++ fs/nilfs2/super.c | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 5b31c3e..5524c76 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +nilfs2-kmod8-1.22 Mon Nov 4, 2024 JST + + * backport fixes for two kernel bug that could occur when file system + corruption was detected and the mount mode was degraded to read-only: + - nilfs2: fix kernel bug due to missing clearing of buffer delay flag + - nilfs2: fix kernel bug due to missing clearing of checked flag + + * backport a fix for a potential deadlock issue: + - nilfs2: fix potential deadlock with newly created symlinks + nilfs2-kmod8-1.21 Sat Oct 19, 2024 JST * backport an upstream fix for a problem where a directory search could diff --git a/fs/nilfs2/super.c b/fs/nilfs2/super.c index 691113f..70f0adc 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.21"); +MODULE_VERSION("nilfs2-kmod8-1.22"); static struct kmem_cache *nilfs_inode_cachep; struct kmem_cache *nilfs_transaction_cachep;