Page MenuHomeFreeBSD

ext2fs:Fix huge_file feature
ClosedPublic

Authored by fsu on Aug 26 2017, 7:04 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Oct 27, 8:28 PM
Unknown Object (File)
Mon, Oct 27, 2:44 PM
Unknown Object (File)
Mon, Oct 27, 2:44 PM
Unknown Object (File)
Mon, Oct 27, 2:44 PM
Unknown Object (File)
Mon, Oct 27, 9:17 AM
Unknown Object (File)
Fri, Oct 10, 9:47 PM
Unknown Object (File)
Fri, Oct 10, 11:38 AM
Unknown Object (File)
Aug 13 2025, 9:39 AM
Subscribers

Details

Summary

Avoid raw inode iblocks fields overflow in case of huge_file feature.
Do it like on linux side for now.
Links:
https://reviews.freebsd.org/D11209 - Add huge_file feature.
https://reviews.freebsd.org/D12087 - Part of huge_file feature discussions.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Such files only make sense in filesystems bigger than ext2/3. so of course, this only makes sense as preparation for ext4 write support.

This revision is now accepted and ready to land.Aug 26 2017, 8:04 PM
This revision was automatically updated to reflect the committed changes.