Skip to content

Commit

Permalink
nilfs2-kmod8 v1.21 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 c024b4c commit 15471ff
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.21 Sat Oct 19, 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()

nilfs2-kmod8-1.20 Mon Sep 23, 2024 JST

* backport upstream fixes that prevent internal code -ENOENT from
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.20");
MODULE_VERSION("nilfs2-kmod8-1.21");

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

0 comments on commit 15471ff

Please sign in to comment.