Skip to content

Commit

Permalink
nilfs2-kmod8 v1.18 release
Browse files Browse the repository at this point in the history
Signed-off-by: Ryusuke Konishi <[email protected]>
  • Loading branch information
konis committed Jul 11, 2024
1 parent 858ada2 commit 35df4a2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
nilfs2-kmod8-1.18 Fri Jul 12, 2024 JST

* backport a fix for a kernel bug that could occur when moving/renaming
broken directories, and a commit that it depends on:
- nilfs2: fix kernel bug on rename operation of broken directory
- nilfs2: return the mapped address from nilfs_get_page()

nilfs2-kmod8-1.17 Sat Jul 6, 2024 JST

* backport a fix for use-after-free of metadata file inodes that 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 @@ -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.17");
MODULE_VERSION("nilfs2-kmod8-1.18");

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

0 comments on commit 35df4a2

Please sign in to comment.