diff --git a/ChangeLog b/ChangeLog index 39cc5ad..857f0ca 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +nilfs2-kmod9-1.10 Sun May 7, 2023 JST + + * backport fixes for kernel hangs with corrupted disk images and + writes even after read-only degeneration: + - nilfs2: do not write dirty data after degenerating to read-only + - nilfs2: fix infinite loop in nilfs_mdt_get_block() + nilfs2-kmod9-1.9 Sun Apr 23, 2023 JST * backport another missing block initialization fix: diff --git a/fs/nilfs2/super.c b/fs/nilfs2/super.c index ad5c9f1..ea4ebf8 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-kmod9-1.9"); +MODULE_VERSION("nilfs2-kmod9-1.10"); static struct kmem_cache *nilfs_inode_cachep; struct kmem_cache *nilfs_transaction_cachep;