Skip to content

Commit

Permalink
nilfs2-kmod9 v1.21 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 26, 2024
1 parent e265787 commit 4c769bd
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
nilfs2-kmod9-1.21 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()

nilfs2-kmod9-1.20 Tue May 14, 2024 JST

* fix a build issue on newer RHEL 9 kernels (RHEL_RELEASE >= 446):
Expand Down
2 changes: 1 addition & 1 deletion fs/nilfs2/super.c
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ MODULE_AUTHOR("NTT Corp.");
MODULE_DESCRIPTION("A New Implementation of the Log-structured Filesystem "
"(NILFS)");
MODULE_LICENSE("GPL");
MODULE_VERSION("nilfs2-kmod9-1.20");
MODULE_VERSION("nilfs2-kmod9-1.21");

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

0 comments on commit 4c769bd

Please sign in to comment.