Skip to content

nilfs2-kmod9 v1.33 release

Latest
Compare
Choose a tag to compare
@konis konis released this 03 Feb 15:21
v1.33
  • Backport fixes for the buffer head state inconsistency issues reported by syzbot that occur when the filesystem is corrupted and falls back to read-only, and the associated buffer head use-after-free issue:
    • do not force clear folio if buffer is referenced
    • protect access to buffers with no active references
  • Backport fixes for BUG_ON check failures reported by syzbot around rename operations, and a behavioral issue where the mtime of a child directory changes when it is renamed instead of moved:
    • move page release outside of nilfs_delete_entry and nilfs_set_link
    • eliminate staggered calls to kunmap in nilfs_rename
    • handle errors that nilfs_prepare_chunk() may return
    • do not update mtime of renamed directory that is not moved
  • Backport a fix for integer overflows in the fiemap ioctl that don't happen with normal FS formats, but can happen in special circumstances where the segment size is tuned to be extra large:
    • fix possible int overflows in nilfs_fiemap()