You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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: