Skip to content

Commit 649d436

Browse files
committed
nilfs2-kmod9 v1.36 release
Signed-off-by: Ryusuke Konishi <konishi.ryusuke@gmail.com>
1 parent f2de588 commit 649d436

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

ChangeLog

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
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+
113
nilfs2-kmod9-1.35 Tue Dec 9, 2025 JST
214

315
* fix build issue occuring with the newer RHEL 9 kernel

fs/nilfs2/super.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ MODULE_AUTHOR("NTT Corp.");
5757
MODULE_DESCRIPTION("A New Implementation of the Log-structured Filesystem "
5858
"(NILFS)");
5959
MODULE_LICENSE("GPL");
60-
MODULE_VERSION("nilfs2-kmod9-1.35");
60+
MODULE_VERSION("nilfs2-kmod9-1.36");
6161

6262
static struct kmem_cache *nilfs_inode_cachep;
6363
struct kmem_cache *nilfs_transaction_cachep;

0 commit comments

Comments
 (0)