File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 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+
110nilfs2-kmod7-1.2.13 Sun Feb 11, 2024 JST
211
312 * backport fixes for a data corruption issue, mmap-related hangs and
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ MODULE_AUTHOR("NTT Corp.");
5454MODULE_DESCRIPTION ("A New Implementation of the Log-structured Filesystem "
5555 "(NILFS)" );
5656MODULE_LICENSE ("GPL" );
57- MODULE_VERSION ("nilfs2-kmod7-1.2.13 " );
57+ MODULE_VERSION ("nilfs2-kmod7-1.2.14 " );
5858
5959static struct kmem_cache * nilfs_inode_cachep ;
6060struct kmem_cache * nilfs_transaction_cachep ;
You can’t perform that action at this time.
0 commit comments