We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 947e02c commit 6017c22Copy full SHA for 6017c22
ChangeLog
@@ -1,3 +1,8 @@
1
+nilfs2-kmod7-1.2.7 Sun Apr 23, 2023 JST
2
+
3
+ * backport another missing block initialization fix:
4
+ - nilfs2: initialize unused bytes in segment summary blocks
5
6
nilfs2-kmod7-1.2.6 Sun Apr 16, 2023 JST
7
8
* backport fixes for a potential use-after-free read issue and
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.6");
+MODULE_VERSION("nilfs2-kmod7-1.2.7");
58
59
static struct kmem_cache *nilfs_inode_cachep;
60
struct kmem_cache *nilfs_transaction_cachep;
0 commit comments