freebsd-nq/sys/ufs/ufs
Bruce Evans d26105a9ce Fixed null pointer panics which I introduced in rev.1.86. Vnodes
may be revoked, so vnop routines must be careful about accessing
the vnode if they may have blocked.

Fixed marking for update after successfully reading or writing 0
bytes.  In this case, POSIX.1 specifies marking if and only if the
requested count is nonzero, but rev.1.86 never marked.
1998-12-24 09:45:10 +00:00
..
dinode.h Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not 1997-02-22 09:48:43 +00:00
dir.h MAXDIRSIZE is (or would be) used in fsck. It's a sanity check. 1997-03-18 19:52:17 +00:00
inode.h Fixed bloatage of `struct inode'. We used 5 "spare" fields for ext2fs, 1998-10-13 15:45:43 +00:00
quota.h Removed semicolon from the end of a #define. 1997-07-13 15:43:54 +00:00
ufs_bmap.c Oops, the redundant tests for major numbers weren't redundant here. 1998-10-27 11:47:08 +00:00
ufs_disksubr.c Fix -Wuninitialized warning regarding zero-length var-args ctl element. 1998-12-14 05:37:37 +00:00
ufs_extern.h Centralized in-core inode update. Update the in-core inode directly 1998-07-03 18:46:52 +00:00
ufs_ihash.c add #include <sys/kernel.h> where it's needed by MALLOC_DEFINE() 1998-11-10 09:16:29 +00:00
ufs_inode.c Sync timestamp changes for inodes of special files to disk as late 1998-07-03 22:17:03 +00:00
ufs_lookup.c Fixed printf format errors. 1998-07-11 07:46:16 +00:00
ufs_quota.c add #include <sys/kernel.h> where it's needed by MALLOC_DEFINE() 1998-11-10 09:16:29 +00:00
ufs_readwrite.c Add comments to code that I was trying to understand. 1998-12-15 03:29:52 +00:00
ufs_vfsops.c add #include <sys/kernel.h> where it's needed by MALLOC_DEFINE() 1998-11-10 09:16:29 +00:00
ufs_vnops.c Fixed null pointer panics which I introduced in rev.1.86. Vnodes 1998-12-24 09:45:10 +00:00
ufsmount.h Retire LFS. 1998-01-30 11:34:06 +00:00