File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed
Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 1+ nilfs2-kmod9-1.36 Mon Feb 16, 2026 JST
2+
3+ * backport a fix for a potential block overflow during FITRIM
4+ operations that could lead to a system hang:
5+ - nilfs2: Fix potential block overflow that cause system hang
6+
7+ * backport fixes to eliminate kernel-doc warnings by adding missing
8+ keywords and converting comments for on-disk structures to the proper
9+ kernel-doc format:
10+ - nilfs2: fix missing struct keywords in nilfs2_api.h kernel-doc
11+ - nilfs2: convert nilfs_super_block to kernel-doc
12+
113nilfs2-kmod9-1.35 Tue Dec 9, 2025 JST
214
315 * fix build issue occuring with the newer RHEL 9 kernel
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ MODULE_AUTHOR("NTT Corp.");
5757MODULE_DESCRIPTION ("A New Implementation of the Log-structured Filesystem "
5858 "(NILFS)" );
5959MODULE_LICENSE ("GPL" );
60- MODULE_VERSION ("nilfs2-kmod9-1.35 " );
60+ MODULE_VERSION ("nilfs2-kmod9-1.36 " );
6161
6262static struct kmem_cache * nilfs_inode_cachep ;
6363struct kmem_cache * nilfs_transaction_cachep ;
You can’t perform that action at this time.
0 commit comments