File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 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+
115nilfs2-kmod7-1.2.12 Sat Dec 9, 2023 JST
216
317 * backport fixes for a potential use-after-free issue, problems
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.12 " );
57+ MODULE_VERSION ("nilfs2-kmod7-1.2.13 " );
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