Skip to content

nilfs2-kmod8 1.13

Compare
Choose a tag to compare
@konis konis released this 11 Feb 11:06
· 52 commits to master since this release
v1.13
  • Backport fixes for a data corruption issue, mmap-related hangs and recovery failures, potential kernel panics, and a log writer freeze handling issue:
    • fix hang in nilfs_lookup_dirty_data_buffers()
    • fix data corruption in dsync block recovery for small block sizes
    • fix potential bug in end_buffer_async_write
    • add missing set_freezable() for freezable kthread
  • Backport a patch that replaces potentially problematic state inconsistency checks with warning message output:
    • switch WARN_ONs to warning output in nilfs_sufile_do_free()