mirror of
https://github.com/opnsense/src.git
synced 2026-03-14 06:35:31 -04:00
These fixes correct a problem in the file system that treats large inode numbers as negative rather than unsigned. For a default (16K block) file system, this bug began to show up at a file system size above about 16Tb. These fixes also update newfs to ensure that it will never create a filesystem with more than 2^32 inodes. They also update libufs, tunefs, and growfs so that they properly handle inode numbers as unsigned. Reported by: Scott Burns, John Kilburg, and Bruce Evans Followup by: Jeff Roberson PR: 133980 |
||
|---|---|---|
| .. | ||
| block.c | ||
| bread.3 | ||
| cgread.3 | ||
| cgroup.c | ||
| inode.c | ||
| libufs.3 | ||
| libufs.h | ||
| Makefile | ||
| sblock.c | ||
| sbread.3 | ||
| type.c | ||
| ufs_disk_close.3 | ||