File tree Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change 1+ nilfs2-kmod7-1.2.15 Mon May 27, 2024 JST
2+
3+ * backport fixes for a few issues with the log writer, including
4+ potential use-after-free and hang issues on unmount, and potential
5+ sync operation freezes:
6+ - nilfs2: fix use-after-free of timer for log writer thread
7+ - nilfs2: fix unexpected freezing of nilfs_segctor_sync()
8+ - nilfs2: fix potential hang in nilfs_detach_log_writer()
9+ * backport fixes for potential issues with finishing block writes in
10+ rollforward recovery on mount:
11+ - nilfs2: make block erasure safe in nilfs_finish_roll_forward()
12+ - nilfs2: convert BUG_ON() in nilfs_finish_roll_forward() to
13+ WARN_ON()
14+ * backport a fix for one potential array out-of-bounds access issue
15+ around the directory code:
16+ - nilfs2: fix OOB in nilfs_set_de_type
17+ * backport one environment-dependent build warning fix:
18+ - nilfs2: fix out-of-range warning
19+
120nilfs2-kmod7-1.2.14 Sat Mar 16, 2024 JST
221
322 * backport fixes for potential issues that could cause a buffer I/O
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.14 " );
57+ MODULE_VERSION ("nilfs2-kmod7-1.2.15 " );
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