freebsd-dev/sys/ufs/ffs
David Greenman 901ba606c5 Restrict fs_maxfilesize to 2^40, and check against this in ffs_truncate().
This is part of a bug fix from Kirk McKusick to work around problems in FFS
related to the blkno of a 64bit offset not fitting into an int. Note the
proper solution would be to deal with 64bit block numbers, but doing this
would require sweeping changes; some other day perhaps.

Submitted by:	Marshall Kirk McKusick
1994-10-22 02:27:35 +00:00
..
ffs_alloc.c Cosmetics. make gcc less noisy. Still some way to go here. 1994-10-10 01:04:55 +00:00
ffs_balloc.c Cosmetics. make gcc less noisy. Still some way to go here. 1994-10-10 01:04:55 +00:00
ffs_extern.h More loadable VFS changes: 1994-09-22 19:38:41 +00:00
ffs_inode.c Restrict fs_maxfilesize to 2^40, and check against this in ffs_truncate(). 1994-10-22 02:27:35 +00:00
ffs_subr.c Cosmetics. make gcc less noisy. Still some way to go here. 1994-10-10 01:04:55 +00:00
ffs_tables.c Added $Id$ 1994-08-02 07:55:43 +00:00
ffs_vfsops.c Restrict fs_maxfilesize to 2^40, and check against this in ffs_truncate(). 1994-10-22 02:27:35 +00:00
ffs_vnops.c Cosmetics. make gcc less noisy. Still some way to go here. 1994-10-10 01:04:55 +00:00
fs.h Made idempotent 1994-08-21 07:03:56 +00:00