We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3dd80c0 commit 584bd7aCopy full SHA for 584bd7a
ChangeLog
@@ -1,3 +1,10 @@
1
+nilfs2-kmod7-1.2.8 Sun May 7, 2023 JST
2
+
3
+ * backport fixes for kernel hangs and writes even after read-only
4
+ degeneration:
5
+ - nilfs2: do not write dirty data after degenerating to read-only
6
+ - nilfs2: fix infinite loop in nilfs_mdt_get_block()
7
8
nilfs2-kmod7-1.2.7 Sun Apr 23, 2023 JST
9
10
* backport another missing block initialization fix:
fs/nilfs2/super.c
@@ -54,7 +54,7 @@ MODULE_AUTHOR("NTT Corp.");
54
MODULE_DESCRIPTION("A New Implementation of the Log-structured Filesystem "
55
"(NILFS)");
56
MODULE_LICENSE("GPL");
57
-MODULE_VERSION("nilfs2-kmod7-1.2.7");
+MODULE_VERSION("nilfs2-kmod7-1.2.8");
58
59
static struct kmem_cache *nilfs_inode_cachep;
60
struct kmem_cache *nilfs_transaction_cachep;
0 commit comments