From 3c0c85284c4efd28a31d8a1a6c5c8f5bbf32968b Mon Sep 17 00:00:00 2001 From: Ryusuke Konishi Date: Mon, 4 Nov 2024 19:30:45 +0900 Subject: [PATCH] nilfs2-kmod10: v2.2 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 489aecd..146a0fb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +nilfs2-kmod10-2.2 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-kmod10-2.1 Fri Oct 18, 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 e498697..104cd43 100644 --- a/fs/nilfs2/super.c +++ b/fs/nilfs2/super.c @@ -54,7 +54,7 @@ MODULE_AUTHOR("NTT Corp."); MODULE_DESCRIPTION("A New Implementation of the Log-structured Filesystem " "(NILFS)"); MODULE_LICENSE("GPL"); -MODULE_VERSION("nilfs2-kmod10-2.1"); +MODULE_VERSION("nilfs2-kmod10-2.2"); static struct kmem_cache *nilfs_inode_cachep; struct kmem_cache *nilfs_transaction_cachep;