Skip to content

Commit

Permalink
nilfs2-kmod9 v1.17 release
Browse files Browse the repository at this point in the history
Signed-off-by: Ryusuke Konishi <[email protected]>
  • Loading branch information
konis committed Feb 11, 2024
1 parent 22b5d95 commit d3635b7
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
nilfs2-kmod9-1.17 Sun Feb 11, 2024 JST

* backport fixes for a data corruption issue, mmap-related hangs and
recovery failures, potential kernel panics, and a log writer freeze
handling issue:
- nilfs2: fix hang in nilfs_lookup_dirty_data_buffers()
- nilfs2: fix data corruption in dsync block recovery for small
block sizes
- nilfs2: fix potential bug in end_buffer_async_write
- nilfs2: add missing set_freezable() for freezable kthread
* backport a patch that replaces potentially problematic state
inconsistency checks with warning message output:
- nilfs2: switch WARN_ONs to warning output in nilfs_sufile_do_free()
* backport a kernel-doc fix:
- nilfs2: cpfile: fix some kernel-doc warnings

nilfs2-kmod9-1.16 Sun Dec 10, 2023 JST

* backport fixes for problems including memory access violations due to
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-kmod9-1.16");
MODULE_VERSION("nilfs2-kmod9-1.17");

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

0 comments on commit d3635b7

Please sign in to comment.