File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 1+ nilfs2-kmod6-1.1.2 Sat Nov 18, 2017 JST
2+
3+ * fix race condition that causes file system corruption
4+ * fix a coding style issue:
5+ - align block comments of nilfs_sufile_truncate_range() at *
6+ * README: replace the repository name in examples with nilfs2-kmod6
7+
18nilfs2-kmod6-1.1.1 Sat Jul 23, 2016 JST
29
310 * fix potential underflow in call to crc32_le
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ MODULE_AUTHOR("NTT Corp.");
6464MODULE_DESCRIPTION ("A New Implementation of the Log-structured Filesystem "
6565 "(NILFS)" );
6666MODULE_LICENSE ("GPL" );
67- MODULE_VERSION ("nilfs2-kmod6-1.1.1 " );
67+ MODULE_VERSION ("nilfs2-kmod6-1.1.2 " );
6868
6969static struct kmem_cache * nilfs_inode_cachep ;
7070struct kmem_cache * nilfs_transaction_cachep ;
You can’t perform that action at this time.
0 commit comments