Skip to content

Commit 584bd7a

Browse files
committed
nilfs2-kmod7 v1.2.8 release
Signed-off-by: Ryusuke Konishi <[email protected]>
1 parent 3dd80c0 commit 584bd7a

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

ChangeLog

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
nilfs2-kmod7-1.2.8 Sun May 7, 2023 JST
2+
3+
* backport fixes for kernel hangs and writes even after read-only
4+
degeneration:
5+
- nilfs2: do not write dirty data after degenerating to read-only
6+
- nilfs2: fix infinite loop in nilfs_mdt_get_block()
7+
18
nilfs2-kmod7-1.2.7 Sun Apr 23, 2023 JST
29

310
* backport another missing block initialization fix:

fs/nilfs2/super.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ MODULE_AUTHOR("NTT Corp.");
5454
MODULE_DESCRIPTION("A New Implementation of the Log-structured Filesystem "
5555
"(NILFS)");
5656
MODULE_LICENSE("GPL");
57-
MODULE_VERSION("nilfs2-kmod7-1.2.7");
57+
MODULE_VERSION("nilfs2-kmod7-1.2.8");
5858

5959
static struct kmem_cache *nilfs_inode_cachep;
6060
struct kmem_cache *nilfs_transaction_cachep;

0 commit comments

Comments
 (0)