Skip to content

Commit

Permalink
nilfs2-kmod10: v2.2 release
Browse files Browse the repository at this point in the history
Signed-off-by: Ryusuke Konishi <[email protected]>
  • Loading branch information
konis committed Nov 4, 2024
1 parent 5bb7885 commit 3c0c852
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
nilfs2-kmod10-2.2 Mon Nov 4, 2024 JST

* backport fixes for two kernel bug that could occur when file system
corruption was detected and the mount mode was degraded to read-only:
- nilfs2: fix kernel bug due to missing clearing of buffer delay flag
- nilfs2: fix kernel bug due to missing clearing of checked flag

* backport a fix for a potential deadlock issue:
- nilfs2: fix potential deadlock with newly created symlinks

nilfs2-kmod10-2.1 Fri Oct 18, 2024 JST

* backport an upstream fix for a problem where a directory search could
Expand Down
2 changes: 1 addition & 1 deletion fs/nilfs2/super.c
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ MODULE_AUTHOR("NTT Corp.");
MODULE_DESCRIPTION("A New Implementation of the Log-structured Filesystem "
"(NILFS)");
MODULE_LICENSE("GPL");
MODULE_VERSION("nilfs2-kmod10-2.1");
MODULE_VERSION("nilfs2-kmod10-2.2");

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

0 comments on commit 3c0c852

Please sign in to comment.