freebsd-dev/sys/ufs
Kirk McKusick e870d1e6f9 This fix corrects 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.

To fully handle this problem, newfs must be updated to ensure that
it will never create a filesystem with more than 2^32 inodes. That
patch will be forthcoming soon.

Reported by: Scott Burns, John Kilburg, Bruce Evans
Followup by: Jeff Roberson
PR:          133980
MFC after:   2 weeks
2010-02-10 20:10:35 +00:00
..
ffs This fix corrects a problem in the file system that treats large 2010-02-10 20:10:35 +00:00
ufs Return proper error code. 2010-01-25 16:09:50 +00:00