diff --git a/ChangeLog b/ChangeLog index a59f1cf..435e057 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 diff --git a/fs/nilfs2/super.c b/fs/nilfs2/super.c index 1b344e4..7f344b1 100644 --- a/fs/nilfs2/super.c +++ b/fs/nilfs2/super.c @@ -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;