minor lint; initialize modrev time for NFS leases
[unix-history] / usr / src / sys / ufs / ufs /
1991-12-20 Kirk McKusickminor lint; initialize modrev time for NFS leases
1991-12-20 Kirk McKusickselect i_size base on _NOQUAD support; update modrev...
1991-12-20 Kirk McKusickselect di_size based on _NOQUAD support
1991-12-17 Kirk McKusicknew approach for handling aliases (based on local node...
1991-12-17 Kirk McKusickfree UFS private data area
1991-12-17 Kirk McKusickmake hash table size dynamically allocated
1991-12-17 Kirk McKusickreorganize for private allocation; make use of spares...
1991-12-15 Kirk McKusickstatfs.f_bsize => statfs.f_iosize; statfs.f_fsize ...
1991-11-21 Marc Teitelbaumforward declared static but wasn't
1991-11-12 Keith Bosticmove ROOTINO to dinode.h, so applications don't have...
1991-11-12 Keith Bosticmove ROOTINO here, so applications don't have to includ...
1991-11-06 Kirk McKusickreorganization to move ufsmount ops to be vnode ops;
1991-11-06 Kirk McKusickreorganization to move ufsmount ops to be vnode ops
1991-11-06 Kirk McKusickreorganization to move ufsmount ops to be vnode ops;
1991-11-06 Kirk McKusickreorganization to move ufsmount ops to be vnode ops;
1991-11-06 Kirk McKusickreorganization to move ufsmount ops to be vnode ops
1991-11-06 Kirk McKusickreorganization to move ufsmount ops to be vnode ops...
1991-11-06 Kirk McKusickreorganization to move ufsmount ops to be vnode ops;
1991-11-04 Keith Bostichave to grab information before the vnode is released
1991-11-02 Keith BosticUFS/FFS split for LFS version 1
1991-11-02 Keith Bosticprototype cleanups
1991-11-02 Keith BosticUFS/FFS split for LFS version 1; delete file system...
1991-11-02 Keith BosticUFS/FFS split for LFS version 1; delete file layout...
1991-11-02 Keith BosticUFS/FFS split for LFS version 1; inode can no longer...
1991-11-02 Keith BosticUFS/FFS split for LFS version 1; move blockatoff into...
1991-11-02 Keith Bosticprototype cleanups
1991-11-02 Keith Bosticmoved hashing into ufs_ihash.c; deleted FFS specific...
1991-11-02 Keith Bosticprototyping fixes
1991-11-02 Keith Bosticadded LFS version 1; add inode ops routines, include...
1991-11-02 Keith Bosticclean up prototypes
1991-11-02 Keith Bosticadd LFS version 1, UFS/FFS split for LFS version 1;
1991-11-02 Keith Bosticdon't assume unless BYTE_ORDER is defined
1991-07-03 Kirk McKusickavoid null pointers
1991-06-29 Mike Karelsrearrange to do getmdev in-line
1991-06-22 Kirk McKusickquotaoff now needs a proc pointer
1991-06-22 Kirk McKusickuse vn_close rather than vrele after vn_open
1991-06-05 Kirk McKusickspeed up sync of filesystems with no quotas; skip locke...
1991-06-04 Kirk McKusickcheck ufs lock count on exit from syscalls
1991-06-04 Kirk McKusickmust unlock vnode after vn_open
1991-05-31 Kirk McKusicktype glitch
1991-05-26 Keith Bosticdelete obsolete printf formats (%X -> %lx)
1991-05-20 Kirk McKusickname resolution checking (need kern/kern_malloc.c 7...
1991-05-20 Kirk McKusickhave to set the offset in the uio now
1991-05-17 Kirk McKusickchange vn_ to vop_ (for marc :-)
1991-05-16 Kirk McKusicknew naming scheme for ufs specific data in namei
1991-05-16 Kirk McKusickupdate rename to use new namei / lookup scheme
1991-05-16 Kirk McKusickreturn type == F_UNLCK to F_GETLK when no blocking...
1991-05-12 Kirk McKusickfor kernel I/O, may not have a proc from which to check...
1991-05-09 Kirk McKusicknew format for prototypes; more precise comments
1991-05-09 Kirk McKusickcorrect bogus comment
1991-05-09 Kirk McKusickmore precise comments
1991-05-09 Kirk McKusickmake comments more precise
1991-05-09 Kirk McKusicknew format for prototypes; make comments more precise
1991-05-05 Mike Karelsrm local decl. of printf, is in systm.h; ansify functio...
1991-05-05 Mike Karelsrm local decl. of printf, is in systm.h
1991-04-20 Kirk McKusickadd global flag to allow forcible unmounts to be attempted;
1991-04-17 Kirk McKusickextensive checking of directories only when DIIAGNOSTIC set
1991-04-17 Kirk McKusickenable forcible unmount
1991-04-17 Kirk McKusickdo not panic on "bad dir" if filesystem is mounted...
1991-04-16 Kirk McKusickuse prototypes for ufs vnode ops (from specdev.h, fifo...
1991-04-16 Kirk McKusickadd proc pointers to appropriate vnode operations
1991-04-16 Kirk McKusickadd proc pointers to appropriate VOP, vnode, and VFS...
1991-04-16 Kirk McKusickadd proc pointers to appropriate VOP and vnode operations
1991-04-16 Kirk McKusickinitialize proc pointer in uio setup
1991-04-16 Kirk McKusickadd prototypes for UFS VFS operations
1991-04-16 Kirk McKusickadd prototypes for UFS vnode operations
1991-03-26 Keith Bostic_DIR_ => _DIR_H
1991-03-26 Kirk McKusickget rid of unneeded namei
1991-03-20 Mike Karelsfirst cut for new proc & user structs (still need to...
1991-03-12 Kirk McKusickmissing iput
1991-03-12 Kirk McKusicksetup uio vectors explicitly as they are no longer...
1991-03-12 Kirk McKusickreset directory link counts on I/O failure
1991-03-01 Kirk McKusickcache open with O_CREAT when the name already exists
1991-02-26 Kirk McKusickmove locking specific code from ufs_vnops.c; fix numero...
1991-02-26 Kirk McKusickmove locking specific code into ufs_lockf.c; fix numero...
1991-02-23 Donn SeeleyPrototype declarations.
1991-02-22 Kirk McKusickfixes for multiple calls to namei (for rename in NFS)
1991-02-22 Kirk McKusickfixes for range locking
1991-02-04 Kirk McKusickfix check for LINK_MAX in ufs_link;
1991-02-04 Kirk McKusickif entry is gone, do not try to release the parent
1991-02-02 Kirk McKusickadd POSIX-style byte-level record locking
1991-02-02 Kirk McKusickkeep me happy about precedence
1991-02-02 Kirk McKusickadd POSIX-style byte-level record locking
1991-02-02 Kirk McKusickdate and time created 91/02/01 16:28:24 by mckusick
1991-02-02 Kirk McKusickadd POSIX-style byte-level record locking
1991-01-11 Kirk McKusickdelete paranoid check
1990-12-15 Keith Bosticfail if try to set VTX on file not of type directory...
1990-12-06 Kirk McKusickupdate for new VM
1990-11-29 Kirk McKusickallow multiple references when mounting miniroot
1990-11-09 Kirk McKusickdo not forget to unlock resources (from Torek)
1990-10-25 Kirk McKusicktypo in comment
1990-10-20 Kirk McKusickproperly decrement reference count on directory
1990-09-28 Kirk McKusickeliminate things that cannot be included multiple times
1990-09-12 Kirk McKusickprotect with _QUOTA_
1990-08-30 Kirk McKusickmissing vput
1990-08-25 Kirk McKusickbrealloc => allocbuf
1990-07-03 Trent Heinreincarnated clear of i_rdev when freeing an inode...
1990-06-29 Keith Bosticnew copyright notice
1990-06-25 Kirk McKusickno longer map ENOENT to ENODEV in getmdev
1990-06-20 Kirk McKusickmark inode dirty to force size update
next