Skip to content

Commit

Permalink
nilfs2-kmod8 v1.15 release
Browse files Browse the repository at this point in the history
Signed-off-by: Ryusuke Konishi <[email protected]>
  • Loading branch information
konis committed May 27, 2024
1 parent 9707a7a commit f987b1d
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
nilfs2-kmod8-1.15 Mon May 27, 2024 JST

* backport fixes for a few issues with the log writer, including
potential use-after-free and hang issues on unmount, and potential
sync operation freezes:
- nilfs2: fix use-after-free of timer for log writer thread
- nilfs2: fix unexpected freezing of nilfs_segctor_sync()
- nilfs2: fix potential hang in nilfs_detach_log_writer()
* backport fixes for potential issues with finishing block writes in
rollforward recovery on mount:
- nilfs2: make block erasure safe in nilfs_finish_roll_forward()
- nilfs2: convert BUG_ON() in nilfs_finish_roll_forward() to
WARN_ON()
* backport a fix for one potential array out-of-bounds access issue
around the directory code:
- nilfs2: fix OOB in nilfs_set_de_type
* backport one environment-dependent build warning fix:
- nilfs2: fix out-of-range warning

nilfs2-kmod8-1.14 Sat Mar 16, 2024 JST

* backport fixes for potential issues that could cause a buffer I/O
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.14");
MODULE_VERSION("nilfs2-kmod8-1.15");

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

0 comments on commit f987b1d

Please sign in to comment.