check for negative bytes in seguse update; increment version number
[unix-history] / usr / src / sys / ufs /
1992-07-30 Keith Bosticcheck for negative bytes in seguse update; increment...
1992-07-30 Keith Bosticno longer need printfs; extending ifile now works
1992-07-26 Kirk McKusickspec_vnodeops_p now declared in specdev.h
1992-07-26 Keith BosticIfile inode address is maintained in the superblock...
1992-07-25 Keith BosticLogical block number in BLOCK_INFO should be daddr_t...
1992-07-24 Keith BosticDo block accounting when lfs_balloc allocates an indire...
1992-07-24 Keith BosticDo block accounting in terms of sectors. Do block...
1992-07-24 Keith BosticDo block accounting in terms of disk sectors, not file...
1992-07-24 Keith BosticPrint out new fields in superblock.
1992-07-24 Keith BosticDo block accounting in terms of disk sectors, not file...
1992-07-24 Keith BosticDo block accounting in terms of disk sectors, not file...
1992-07-24 Keith BosticDo block accounting in terms of sectors not file system...
1992-07-24 Keith BosticAdd number of summary blocks and number of inode blocks...
1992-07-23 Keith Bosticdon't end up with dirty ifile buffers after vflush...
1992-07-23 Keith Bostictruncate doesn't need to be synchronous
1992-07-23 Keith Bosticfix fs assignment; clear seglock and set clean on mount
1992-07-23 Keith Bosticdelete unnecessary splbio's;
1992-07-23 Keith Bosticadd LFS_SYNC, so that "synchronous" operations don...
1992-07-23 Kirk McKusicknew hashing scheme
1992-07-21 Keith Bosticcreation miscfs; rewrite lfs_read to make it look like...
1992-07-21 Keith Bosticindirect block count should be fixed by revision 7...
1992-07-21 Keith Bosticfix count allocation of indirect blocks
1992-07-21 Keith BosticNULL pointer deref fix; fix block counts
1992-07-21 Keith Bosticput in short symlink support; fix block counts
1992-07-21 Keith Bosticcompute number of inode blocks in terms of disk blocks
1992-07-21 Keith Bosticadd lfs_maxfilesize
1992-07-21 Keith Bosticupdate
1992-07-20 Kirk McKusicknew hashing scheme
1992-07-20 Kirk McKusickremque => ufs_ihashrem
1992-07-20 Kirk McKusicklint; remque => ufs_ihashrem
1992-07-20 Kirk McKusickupdated hashing scheme
1992-07-20 Kirk McKusicknew parameter types and functions for inode hashing
1992-07-20 Kirk McKusickremque => ufs_ihashrem
1992-07-17 Kirk McKusickmaxsymlinklen must be signed comparison
1992-07-17 Kirk McKusicksigned comparison for maxsymlinklen
1992-07-15 Kirk McKusickbe paranoid about big file sizes
1992-07-14 Kirk McKusickcache_lookup may change cn_flags, so have to check...
1992-07-14 Keith Bosticnote that next segment pointer no longer needed
1992-07-13 Jan-Simon Pendryspecdev.h moves to new location
1992-07-13 Jan-Simon PendryMIN -> min
1992-07-13 Jan-Simon PendryMAX -> max
1992-07-13 Kirk McKusicknew include location for specdev.h
1992-07-13 Kirk McKusickspecdev.h moves to new location
1992-07-13 Kirk McKusicknew location for specdev.h
1992-07-13 Kirk McKusicknew location for specdev.h include
1992-07-13 Kirk McKusicknew location for fifofs and specfs
1992-07-13 Kirk McKusicknew include location for fifofs and specfs
1992-07-13 Kirk McKusickput back in size check to avoid problems with quad...
1992-07-08 Kirk McKusickChris sez time is volatile
1992-07-08 Kirk McKusickvolatile poison
1992-07-08 Kirk McKusickChris sez time is volatile
1992-07-08 Chris TorekChris sez time is volatile
1992-07-07 Kirk McKusicknew arguments to FHTOVP
1992-07-07 Kirk McKusicknew parameters to fhtovp
1992-07-07 Kirk McKusickexport verification is now done in fhtovp
1992-07-07 Kirk McKusickexport verification is now done in fstovp
1992-07-07 Kirk McKusicknew arguments to FHTOVP
1992-07-07 Kirk McKusickadd names (OLDDIRFMT, NEWDIRFMT) for first argument...
1992-07-06 Keith Bosticvget becomes a VFS op (Kirk); describe ap (Kirk); use...
1992-07-06 Keith Bosticdelete USES_VOP_whatever (Kirk); vget became a VFS...
1992-07-06 Keith Bosticadd ap description (Kirk); vget becomes a VFS op (Kirk...
1992-07-06 Keith Bosticdescribe ap (Kirk); delete lfs_mntinvalbuf, lfs_vinvalb...
1992-07-06 Keith Bosticdelete USES_VOP_whatever (Kirk); use lfs_seglock/unlock...
1992-07-06 Keith Bosticrestructure vnode walk and dirty block invalidation...
1992-07-06 Keith Bosticneeds <sys/mount.h>
1992-07-06 Keith Bosticdescribe ap structure (Kirk); Melton fix for NULL indir...
1992-07-06 Margo Seltzerdescribe ap structure (Kirk); make VDIROP set right
1992-07-06 Keith Bosticminor cleanups, add seglock to synchronize segment...
1992-07-03 Kirk McKusickdelete USES; VOP_VGET => VFS_VGET
1992-07-03 Kirk McKusickuse ffs_vget
1992-07-03 Kirk McKusickadd parameter declarations
1992-07-03 Kirk McKusickdelete mfs_vget
1992-07-03 Kirk McKusickdelete vget vop declarations; delete USES
1992-07-03 Kirk McKusickffs_vget moves in from ffs_vnops.c; delete USES; VOP_VG...
1992-07-03 Kirk McKusickffs_vget moves to ffs_vfsops.c; add parameter declarations;
1992-07-03 Kirk McKusickadd parameter declarations; delete USES
1992-07-03 Kirk McKusickadd parameter declarations; streamline unmarshalling
1992-07-03 Kirk McKusickdelete USES; add parameter declarations; streamline...
1992-07-03 Kirk McKusickffs_vget moves from VOP to VFS
1992-07-03 Kirk McKusickdelete USES
1992-07-03 Kirk McKusickdelete USES; VOP_VGET => VFS_VGET
1992-07-03 Kirk McKusickadd parameter declaration
1992-07-03 Kirk McKusickdelete USES_VOP
1992-07-03 Kirk McKusickexpand vop args
1992-07-03 Kirk McKusickhang_addrlist and free_addrlist move in from nfs/nfs_so...
1992-07-03 Kirk McKusickbuild and read directories appropriately for the type...
1992-07-03 Kirk McKusickcompatibility with old or new style directories
1992-07-03 Kirk McKusickadd d_type fields in directories
1992-06-28 Kirk McKusicknothing to truncate for short symlinks
1992-06-28 Kirk McKusickufs_dirbadentry needs an extra parameter
1992-06-28 Kirk McKusickcleanup after heidemann
1992-06-26 Kirk McKusickneedclose is history
1992-06-26 Kirk McKusickspec and fifo ops need to use ffs_fsync; add parameters...
1992-06-26 Kirk McKusickstylistic cleanups; vinvalbuf takes new parameters...
1992-06-26 Kirk McKusicknew parameters to vinvalbuf
1992-06-26 Kirk McKusicknew parameters to fhtovp and sync
1992-06-26 Kirk McKusickuse spec_fsync to push buffers; new parameters to vinvalbuf
1992-06-26 Kirk McKusickmisc stylistic cleanups
1992-06-26 Kirk McKusickdelete mfs_fsync define as it is now a real function
1992-06-26 Kirk McKusickexpand parameters to functions; READDIR drops eofflag;
next