Skip to content

Commit

Permalink
nilfs2-kmod8 v1.16 release
Browse files Browse the repository at this point in the history
Signed-off-by: Ryusuke Konishi <[email protected]>
  • Loading branch information
konis committed Jun 8, 2024
1 parent 2263c0a commit 6b5815c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
nilfs2-kmod8-1.16 Sat Jun 8, 2024 JST

* backport fixes for a kernel bug that could occur when overwriting
a block device on which nilfs2 is mounted, and for potential FS
corruption when removing or renaming a directory failed with I/O
errors:
- nilfs2: fix potential kernel bug due to lack of writeback flag
waiting
- nilfs2: fix nilfs_empty_dir() misjudgment and long loop on I/O
errors
* CentOS 8 stream EOL has been reflected in the README file:
- README: remove CentOS 8 stream from supported distributions

nilfs2-kmod8-1.15 Mon May 27, 2024 JST

* backport fixes for a few issues with the log writer, including
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.15");
MODULE_VERSION("nilfs2-kmod8-1.16");

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

0 comments on commit 6b5815c

Please sign in to comment.