NetBSD/sys/ufs/ufs
fvdl f2377e977b When allocating a new block, store the result obtained through counting
indirect blocks in a 64 bit integer, to prevent overflows when computing
NINDIR^3
1997-07-17 23:40:07 +00:00
..
dinode.h compensate for timeval/timespec/stat structure changes. 1995-06-15 23:22:41 +00:00
dir.h Remove hack to work around <sys/dirent.h> DIRSIZ conflict 1996-03-09 19:42:41 +00:00
inode.h Add support for ext2fs, this needed a few modifications to ufs/ufs/inode.h: 1997-06-11 10:09:37 +00:00
quota.h Add prototype for quotactl. 1996-09-28 19:07:06 +00:00
ufs_bmap.c When allocating a new block, store the result obtained through counting 1997-07-17 23:40:07 +00:00
ufs_extern.h Implement a POSIX compliant genfs VOP_SEEK() and use it in the appropriate 1997-04-11 21:52:00 +00:00
ufs_ihash.c Give the hash lock a better name, it's not just ffs that uses it. 1997-07-15 19:08:18 +00:00
ufs_inode.c Add support for ext2fs, this needed a few modifications to ufs/ufs/inode.h: 1997-06-11 10:09:37 +00:00
ufs_lookup.c Add support for ext2fs, this needed a few modifications to ufs/ufs/inode.h: 1997-06-11 10:09:37 +00:00
ufs_quota.c Add support for ext2fs, this needed a few modifications to ufs/ufs/inode.h: 1997-06-11 10:09:37 +00:00
ufs_readwrite.c Don't cast 64bit (off_t) file sizes to vm_offset_t (32bit on many 1997-07-04 20:22:09 +00:00
ufs_vfsops.c Add support for ext2fs, this needed a few modifications to ufs/ufs/inode.h: 1997-06-11 10:09:37 +00:00
ufs_vnops.c Return EPERM for an attempt to remove a directory with VOP_REMOVE, not EISDIR. 1997-06-30 20:16:31 +00:00
ufsmount.h Add support for ext2fs, this needed a few modifications to ufs/ufs/inode.h: 1997-06-11 10:09:37 +00:00