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 a fix for a potential block overflow during FITRIM operations that could lead to a system hang, and a fix to ensure invalid file types are rejected during inode reading to prevent filesystem malfunctions:
Fix potential block overflow that cause system hang
Reject invalid file types when reading inodes
Backport a fix for a Control Flow Integrity (CFI) failure observed when accessing the features group in sysfs with Clang's CFI enabled:
Fix CFI failure when accessing /sys/fs/nilfs2/features/*
Backport fixes to eliminate kernel-doc warnings by adding missing keywords and converting comments for on-disk structures to the proper kernel-doc format:
Fix missing struct keywords in nilfs2_api.h kernel-doc