add proc pointers to appropriate vnode operations
[unix-history] / usr / src / sys / ufs /
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 MFS vnode operations
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-25 Kirk McKusicklint
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-09-02 Kirk McKusickneed to restore quota credit if allocation fails
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-07-03 William Nesheimadded 386 ifdefs
1990-06-29 Keith Bosticnew copyright notice
1990-06-28 Mike Karelsbetter fix for loop if unmount fails; clear signal...
1990-06-25 Kirk McKusickno longer map ENOENT to ENODEV in getmdev
1990-06-23 Mike Hiblermake separate version of mfs_doio for hp300 and vax...
1990-06-20 Kirk McKusickmark inode dirty to force size update
1990-06-20 Kirk McKusickhandle short reads on quota files by using default...
1990-06-09 Kirk McKusicktemporary hack to avoid infinite signals on shutdown
1990-06-04 Kirk McKusickhave to vrele devvp when just doing an update
1990-05-31 Kirk McKusickhave to write out inode if IO_SYNC is specified
1990-05-31 Kirk McKusickVOP_ABORTOP is no longer responsible for unlocking...
1990-05-30 Kirk McKusickhave to restore quota state after chown
1990-05-25 Kirk McKusickprint out offending uid for filesystem full error messages
1990-05-16 Kirk McKusickfile size is unsigned
1990-05-15 Kirk McKusickhave to set the ICHG bit when a chown succeeds
1990-05-11 Kirk McKusicklint; checkoverlap code is conditional on DIAGNOSTIC
1990-05-11 Kirk McKusickmerge in support for hp300 from Utah
1990-05-11 Kirk McKusickhp300 does physical I/O mapping itself
1990-05-11 Kirk McKusickdefine i_size based on BYTE_ORDER
1990-05-11 Kirk McKusickget rid of spurious #defines in user.h
1990-05-11 Kirk McKusickuse proper error variable
1990-05-09 Kirk McKusickmust have vnode locked before doing ufs_access
1990-05-09 Kirk McKusickno locking needed in getmdev
1990-05-09 Kirk McKusickwhen sync'ing, verify that vnode has not been recycled...
1990-05-07 Kirk McKusickspecify the group in which quota files are created
1990-05-06 Kirk McKusickno longer need to check um_fs to detect busy;
1990-05-05 Kirk McKusickmount struct prefixes go from m_ to mnt_ and M_ to...
1990-05-05 Kirk McKusickuse NULLVP
1990-05-05 Kirk McKusickdelete unneeded headers
1990-05-04 Kirk McKusickhave to take off the hash list when bread of inode...
1990-05-04 Kirk McKusickminor reorganization to support MP systems (from noemi...
1990-05-03 Kirk McKusickadd ufs_quotactl; eliminate static mount table; add...
1990-05-03 Kirk McKusickiaccess moves into ufs_access; changes for the new...
1990-05-03 Kirk McKusickadd quotactl vfs op
1990-05-03 Kirk McKusickneed quota.h with inode.h now
1990-05-03 Kirk McKusicknew interface to chkdq; clean up u. area access
1990-05-03 Kirk McKusickiaccess => ufs_access; merge vp and vdp
1990-05-03 Kirk McKusickoverhaul to provide for new quota environment
1990-05-03 Kirk McKusickexpand to handle user and group quotas; eliminate stati...
1990-05-03 Kirk McKusickexpand i_dquot to handle user and group quotas
1990-05-03 Kirk McKusickderived from quota_kern.c, quota_subr.c, quota_sys...
1990-04-28 Mike Karelseliminate longjmp's in the kernel
1990-04-11 Kirk McKusickclear the buffer list before vrele
1990-04-11 Kirk McKusickhave to brelse before close to avoid hanging
1990-04-04 Kirk McKusickadd fs_state field to validate fs_clean
1990-03-28 Kirk McKusickbreak specinfo structure out of vnode.h into specdev.h
1990-03-28 Kirk McKusickva_size and va_bytes become quads
1990-03-10 Kirk McKusickmark mounted devices; do not mount devices in use;
1990-03-09 Kirk McKusickadd exportfs functionality
1990-03-07 Kirk McKusickmntfrom and mnton are now maintained in m_stat
1990-03-07 Kirk McKusickm_bsize, m_fsize, m_fsid are now found in m_stat;
1990-03-07 Kirk McKusickreaddir now returns an eof indication
1990-03-07 Kirk McKusickmntname is now maintained in the mount table
1990-03-06 Kirk McKusickprint out selected fifo information in ufs_print
1990-03-06 Kirk McKusickadd support for FIFO's
1990-03-06 Kirk McKusickreassign vnode ops for FIFO's
1990-03-06 Kirk McKusickadd FIFO type
1990-03-06 Kirk McKusickiftovt macro needs to change to support FIFO's
1990-02-17 Kirk McKusickmay be crossing a mount point, so must be generic
1990-02-16 Kirk McKusickget rid of things having to do with libc directory...
next