Commit Graph

1 Commits

Author SHA1 Message Date
Simon Glass
98ddbdae46 ext4l: bring in resize, symlink, sysfs, truncate, verity, and readpage
Copy resize.c, symlink.c, sysfs.c, truncate.h, verity.c, and readpage.c
from Linux v6.18 fs/ext4 directory.

- resize: online filesystem resize support
- symlink: symbolic link operations
- sysfs: sysfs attribute interface
- truncate.h: truncate-related declarations
- verity: fs-verity support
- readpage: page reading operations

Co-developed-by: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-16 13:19:59 +00:00