Skip to content

Commit

Permalink
nilfs2-kmod10 v2.1 release
Browse files Browse the repository at this point in the history
Signed-off-by: Ryusuke Konishi <[email protected]>
  • Loading branch information
konis committed Oct 18, 2024
1 parent 356e44a commit fa6ef25
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
nilfs2-kmod10-2.1 Fri Oct 18, 2024 JST

* backport an upstream fix for a problem where a directory search could
loop for a long time on a broken filesystem, which could result in a
large amount of error logs being output in bursts:
- nilfs2: propagate directory read errors from nilfs_find_entry()

* backport one page->folio conversion patch for mount time recovery
implementation:
- nilfs2: Use a folio in nilfs_recover_dsync_blocks()

nilfs2-kmod10-2.0 Sun Sep 22, 2024 JST

* backport upstream changes to add support for common ioctls for
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.0");
MODULE_VERSION("nilfs2-kmod10-2.1");

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

0 comments on commit fa6ef25

Please sign in to comment.