Skip to content

Commit 20c2461

Browse files
committed
nilfs2-kmod7 v1.2.14 release
Signed-off-by: Ryusuke Konishi <[email protected]>
1 parent 34d69b2 commit 20c2461

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

ChangeLog

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
nilfs2-kmod7-1.2.14 Sat Mar 16, 2024 JST
2+
3+
* backport fixes for potential issues that could cause a buffer I/O
4+
routine to trigger a kernel bug due to writes to file systems whose
5+
DAT metadata is corrupted or unexpected write races:
6+
- nilfs2: fix failure to detect DAT corruption in btree and direct
7+
mappings
8+
- nilfs2: prevent kernel bug at submit_bh_wbc()
9+
110
nilfs2-kmod7-1.2.13 Sun Feb 11, 2024 JST
211

312
* backport fixes for a data corruption issue, mmap-related hangs and

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

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

0 commit comments

Comments
 (0)