Skip to content

Commit 2be1c72

Browse files
committed
nilfs2-kmod7 v1.2.16 release
Signed-off-by: Ryusuke Konishi <[email protected]>
1 parent 7fbd2b3 commit 2be1c72

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

ChangeLog

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
nilfs2-kmod7-1.2.16 Sat Jun 8, 2024 JST
2+
3+
* backport fixes for a kernel bug that could occur when overwriting
4+
a block device on which nilfs2 is mounted, and for potential FS
5+
corruption when removing or renaming a directory failed with I/O
6+
errors:
7+
- nilfs2: fix potential kernel bug due to lack of writeback flag
8+
waiting
9+
- nilfs2: fix nilfs_empty_dir() misjudgment and long loop on I/O
10+
errors
11+
112
nilfs2-kmod7-1.2.15 Mon May 27, 2024 JST
213

314
* backport fixes for a few issues with the log writer, including

fs/nilfs2/super.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ MODULE_AUTHOR("NTT Corp.");
5454
MODULE_DESCRIPTION("A New Implementation of the Log-structured Filesystem "
5555
"(NILFS)");
5656
MODULE_LICENSE("GPL");
57-
MODULE_VERSION("nilfs2-kmod7-1.2.15");
57+
MODULE_VERSION("nilfs2-kmod7-1.2.16");
5858

5959
static struct kmem_cache *nilfs_inode_cachep;
6060
struct kmem_cache *nilfs_transaction_cachep;

0 commit comments

Comments
 (0)