Skip to content

Commit 5f6a38d

Browse files
committed
nilfs2-kmod7 v1.2.13 release
Signed-off-by: Ryusuke Konishi <[email protected]>
1 parent 6f321c5 commit 5f6a38d

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

ChangeLog

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
nilfs2-kmod7-1.2.13 Sun Feb 11, 2024 JST
2+
3+
* backport fixes for a data corruption issue, mmap-related hangs and
4+
recovery failures, potential kernel panics, and a log writer freeze
5+
handling issue:
6+
- nilfs2: fix hang in nilfs_lookup_dirty_data_buffers()
7+
- nilfs2: fix data corruption in dsync block recovery for small
8+
block sizes
9+
- nilfs2: fix potential bug in end_buffer_async_write
10+
- nilfs2: add missing set_freezable() for freezable kthread
11+
* backport a patch that replaces potentially problematic state
12+
inconsistency checks with warning message output:
13+
- nilfs2: switch WARN_ONs to warning output in nilfs_sufile_do_free()
14+
115
nilfs2-kmod7-1.2.12 Sat Dec 9, 2023 JST
216

317
* backport fixes for a potential use-after-free issue, problems

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.12");
57+
MODULE_VERSION("nilfs2-kmod7-1.2.13");
5858

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

0 commit comments

Comments
 (0)