reorganization to move ufsmount ops to be vnode ops;
[unix-history] / usr / src / sys / nfs /
1991-11-02 Keith Bosticufs moved down one level
1991-11-02 Keith Bosticrename bufstats to ufs_bufstats
1991-11-02 Keith Bosticufs moved down one level
1991-09-07 Ralph Campbellremove machine dependencies
1991-05-25 Kirk McKusickonly set SAVENAME on last pathname component
1991-05-20 Kirk McKusickname resolution checking (need kern/kern_malloc.c 7...
1991-05-20 Kirk McKusickname resolution checking (need kern/kern_malloc.c 7...
1991-05-16 Kirk McKusickuse new scheme for name lookup
1991-05-16 Kirk McKusickuse ni_ptr and ni_namelen to find name to be used inste...
1991-05-16 Kirk McKusicknfs_abortop must free pathname buffer
1991-05-16 Kirk McKusickupdate nfs_namei to use lookup instead of namei
1991-05-09 Kirk McKusickenable the ability to avoid doing locking
1991-05-09 Kirk McKusickmore precise comments
1991-05-09 Kirk McKusickmore precise comment
1991-05-09 Kirk McKusickget rid of ifdef NVM
1991-05-09 Mike Karelsunifdef NVM
1991-05-07 Mike Karelsargdev is gone
1991-05-05 Mike Karelslint
1991-04-21 Mike Karelsfinish what I was doing when someone checked this in...
1991-04-20 Kirk McKusickredefine sillyrename structure to avoid use of nameidat...
1991-04-20 Kirk McKusickadd doforce flag to allow forcible unmount attempts
1991-04-17 Kirk McKusickenable forcible unmount
1991-04-16 Kirk McKusickadd proc pointers to appropriate VFS and internal NFS...
1991-04-16 Kirk McKusicku_long tl used in place of u_long p;
1991-04-16 Kirk McKusickuse passed in proc pointers
1991-04-16 Kirk McKusickadd proc pointers to appropriate vnode operations
1991-04-16 Kirk McKusickadd include of namei.h
1991-04-16 Kirk McKusicku_long tl used in place of u_long p; nfsrv_ routines...
1991-04-16 Kirk McKusickuse u_long tl in place of u_long p;
1991-04-16 Kirk McKusickuse u_long tl in place of u_long p
1991-04-16 Kirk McKusickpass proc pointers down to lower levels; use NFS_DIRBLKSIZ
1991-04-16 Kirk McKusicku_long p is replaced by u_long tl (so that p can be...
1991-04-16 Kirk McKusickadd prototypes for NFS VFS operations
1991-04-16 Kirk McKusickadd constant for NFS_DIRBLKSIZ
1991-04-16 Kirk McKusickadd prototypes for NFS vnode ops
1991-04-03 Mike Karelsmore precise logging; proper use of tprint
1991-03-20 Mike Karelsbigger buffers for tcp; purge user.h
1991-03-20 Mike Karelsfirst cut for new proc & user structs (still need to...
1991-03-20 Mike Karelsfirst cut for new proc & user structs (still need to...
1991-03-14 Kirk McKusickcache open with O_CREAT when the name already exists
1991-03-05 Kirk McKusickeliminate u.u_nd
1991-03-05 Kirk McKusickmisc fixes plus diskless support from Rick Macklem
1991-03-05 Kirk McKusickfrom Rick Macklem for diskless support
1991-03-05 Mike Karelsfirst pass at proc reorg; merge *nullops, other cleanup...
1991-03-05 Mike Karelsfirst pass at proc reorg
1991-02-22 Kirk McKusickfixes for multiple calls to namei (for rename in NFS)
1991-02-19 Mike Karelsfill in b_proc iff proc will wait for operation, so...
1991-02-02 Kirk McKusickadd POSIX-style byte-level record locking
1991-01-11 Kirk McKusickugly hack to get correct cdir just got worse
1991-01-11 Kirk McKusickeliminate paranoid check
1991-01-11 Kirk McKusickadd synamically allocated file descriptors
1991-01-11 Kirk McKusickmake new VM conditional so can share with old VM tree
1991-01-11 Kirk McKusickcdir moves out of the namei data structure
1991-01-11 Kirk McKusickconditionalize neweh VM
1991-01-09 Kirk McKusickupdate from Rick Macklem
1990-12-06 Kirk McKusickupdate for new VM
1990-10-07 Kirk McKusickmore bug fixes for compression from Macklem
1990-10-03 Kirk McKusickfixes for compressed NFS (from Macklem)
1990-10-02 Kirk McKusicktake symbolic link mode from the client as is done...
1990-10-02 Kirk McKusickadd Rick Macklem's compressed NFS
1990-08-23 Kirk McKusickhave to do VOP_ACCESS to ensure that quotas are set up
1990-08-18 Kirk McKusickpatch those mbuf holes
1990-07-27 Keith BosticNFS_MAXDATA changed, and this can confuse Ultrix 2...
1990-07-27 Kirk McKusick"bug fix for utimes from Rick Macklem"
1990-07-27 Kirk McKusickdo not duplicate first member of the group (from Macklem)
1990-07-03 William Nesheimadded 386 ifdefs
1990-06-29 Keith Bosticnew copyright notice
1990-06-29 Mike KarelsRETURN => return, remove syscontext.h
1990-06-23 Kirk McKusickadd reference
1990-06-22 Kirk McKusickhave to check for "." when releasing parent directory
1990-06-22 Kirk McKusick"update from Rick Macklem"
1990-06-22 Kirk McKusick"update from Rick Macklem"
1990-06-09 Kirk McKusickhave to set so to point to new socket
1990-06-09 Marc Teitelbaumnew parameter to tprintf
1990-06-06 Kirk McKusickdrop Sun compatibility on choosing device numbers
1990-06-06 Kirk McKusickmake the kernel self consistent
1990-06-05 Kirk McKusickset the file type properly on server create
1990-06-01 Kirk McKusickmissing vput
1990-05-31 Kirk McKusickVOP_ABORTOP is no longer responsible for unlocking...
1990-05-19 Kirk McKusicknfs_mknod update from Rick Macklem
1990-05-19 Kirk McKusick"nfs_mknod update from Rick Macklem"
1990-05-15 Kirk McKusick"update from Rick Macklem adding TCP support to NFS"
1990-05-11 Kirk McKusickset 0x8000 bit on fsid when doing stat to be compatible...
1990-05-11 Kirk McKusickhp300 handles physical I/O elsewhere
1990-05-05 Kirk McKusickmount structure prefixes go from m_ to mnt_ and M_...
1990-05-04 Kirk McKusickvattr_null => VATTR_NULL
1990-05-03 Kirk McKusickadd null nfs_quotactl routine; define vflush flags
1990-05-03 Kirk McKusickNFSiod waits at PWAIT rather than PRIBIO
1990-04-08 Kirk McKusickunlock during readlink RPC (from Rick Macklem)
1990-04-08 Kirk McKusickdo not do direof cacheing
1990-04-08 Kirk McKusickbuffer invalidation is now handled by vclean
1990-04-05 Mike Karelsnew tsleep, unwind on signal; server exit when signal...
1990-04-05 Mike Karelsnew tsleep, unwind on signal; server exit when signal...
1990-04-05 Mike Karelsnew sblock, sbwait (unwind on signal)
1990-03-28 Kirk McKusickva_size and va_bytes become quads
1990-03-21 Kirk McKusickavoid multiple free's of mbufs (from tmt@osf and dab...
1990-03-14 Kirk McKusickonly interrupt for user requested signals
1990-03-14 Kirk McKusickreturn real error, not always ENOENT (from gmf@osf...
1990-03-09 Kirk McKusickeliminate exportfs; functionality merged into mount
1990-03-07 Kirk McKusickf_fsid is now found in m_stat.f_fsid
next