Skip to content

Commit

Permalink
nilfs2-kmod8 v1.14 release
Browse files Browse the repository at this point in the history
Signed-off-by: Ryusuke Konishi <[email protected]>
  • Loading branch information
konis committed Mar 16, 2024
1 parent 0a42689 commit 67425b4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
nilfs2-kmod8-1.14 Sat Mar 16, 2024 JST

* backport fixes for potential issues that could cause a buffer I/O
routine to trigger a kernel bug due to writes to file systems whose
DAT metadata is corrupted or unexpected write races:
- nilfs2: fix failure to detect DAT corruption in btree and direct
mappings
- nilfs2: prevent kernel bug at submit_bh_wbc()

nilfs2-kmod8-1.13 Sun Feb 11, 2024 JST

* backport fixes for a data corruption issue, mmap-related hangs and
Expand Down
2 changes: 1 addition & 1 deletion fs/nilfs2/super.c
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ MODULE_AUTHOR("NTT Corp.");
MODULE_DESCRIPTION("A New Implementation of the Log-structured Filesystem "
"(NILFS)");
MODULE_LICENSE("GPL");
MODULE_VERSION("nilfs2-kmod8-1.13");
MODULE_VERSION("nilfs2-kmod8-1.14");

static struct kmem_cache *nilfs_inode_cachep;
struct kmem_cache *nilfs_transaction_cachep;
Expand Down

0 comments on commit 67425b4

Please sign in to comment.