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 a few issues with the log writer, including potential use-after-free and hang issues on unmount, and potential sync operation freezes:
fix use-after-free of timer for log writer thread
fix unexpected freezing of nilfs_segctor_sync()
fix potential hang in nilfs_detach_log_writer()
Backport fixes for potential issues with finishing block writes in rollforward recovery on mount:
make block erasure safe in nilfs_finish_roll_forward()
convert BUG_ON() in nilfs_finish_roll_forward() to WARN_ON()
Backport a fix for one potential array out-of-bounds access issue around the directory code:
fix OOB in nilfs_set_de_type
Backport one environment-dependent build warning fix: