| Age | Commit message (Expand) | Author |
| 2000-07-22 | change the lf_advlock() arguments from | jdolecek |
| 2000-06-28 | remove include of <vm/vm.h> | mrg |
| 2000-06-27 | remove include of <vm/vm.h> | mrg |
| 2000-06-20 | disable the bloated NFS structure check on 64bit sparc64. | mrg |
| 2000-06-10 | make vfs_getnewfsid only take one argument and fetch the name of the | assar |
| 2000-06-09 | Some tweaks to enable NFS over IPv6. The special-casing of AF_INET | fvdl |
| 2000-05-28 | Allow nfs root over token ring. Closes PR6629. | gmcgarry |
| 2000-05-27 | sleep() -> tsleep() | thorpej |
| 2000-05-26 | - Try to commit another buffer even if previous commit failed except the | enami |
| 2000-05-25 | In nfs_flush, if the previous commit succeeded and we may have more | enami |
| 2000-05-18 | Fix printf() format. | pk |
| 2000-05-07 | Auto-adjusting vfs.nfs.iothreads: when mounting the first nfs | tsarna |
| 2000-04-15 | Death to nfsiod! | tsarna |
| 2000-03-30 | Remove more register declarations. | augustss |
| 2000-03-30 | Remove register declarations. | augustss |
| 2000-03-30 | Delete redundant decl of nfs_vget() - it's in <nfs/nfsmount.h>. | simonb |
| 2000-03-30 | Delete redundant decls of fifo_vnodeop_p - it's in <miscfs/fifofs/fifo.h>. | simonb |
| 2000-03-30 | Delete redundant decl of nfs_pub - it's in <sys/mount.h>. | simonb |
| 2000-03-30 | Delete redundant decl of nfs_pub - it's in <sys/mount.h>. | simonb |
| 2000-03-30 | Delete redundant decl of nfs_pub - it's in <sys/mount.h>. | simonb |
| 2000-03-30 | Delete redundant decl of nfsv2_vnodeop_p, it's in <nfs/nfsnode.h>. | simonb |
| 2000-03-29 | Don't need to include <sys/conf.h> here. | simonb |
| 2000-03-23 | New callout mechanism with two major improvements over the old | thorpej |
| 2000-03-16 | Add new VFS op routine - vfs_done and call it on filesystem detach | jdolecek |
| 2000-01-20 | If server name field is overloaded for other purpose, or it just contains | enami |
| 1999-12-05 | The length check for readdirplus entries wasn't right, causing troubles | fvdl |
| 1999-11-29 | Insert an extra VOP_ACCESS check in nfs_lookup, to avoid cached access | fvdl |
| 1999-11-23 | Be more careful to block bio interrupts for some data structures. There | fvdl |
| 1999-11-15 | Add Kirk McKusick's soft updates code to the trunk. Not enabled by | fvdl |
| 1999-11-01 | Stuff values in va_blocksize that are closer to reality. | fvdl |
| 1999-10-10 | Fix bug in error handling for NFSv3 + nqnfs. | sommerfeld |
| 1999-09-06 | Don't truncate minor numbers >= 256. | is |
| 1999-09-05 | Adapt to cache_lookup() changes. | jdolecek |
| 1999-09-03 | Wait some seconds after the interface is brought up before packets | drochner |
| 1999-08-29 | Once the mount structure is definitely doomed, always set the | sommerfeld |
| 1999-08-29 | Fix overzealous DIAGNOSTIC check in nfs_disconnect() | sommerfeld |
| 1999-08-03 | Add support for fcntl(2) to generate VOP_FCNTL calls. Any fcntl | wrstuden |
| 1999-08-02 | Teach nfs_lookup() to set PDIRUNLOCK when appropriate. Should resolve | wrstuden |
| 1999-07-30 | Don't try to copy an mbuf that may have been freed in case of an error. | fvdl |
| 1999-07-29 | In nfs_create(), make sure error is reset to 0 if we restart the operation. | thorpej |
| 1999-07-26 | Don't use the result of inet_ntoa after calling the another inet_ntoa, | enami |
| 1999-07-08 | Teach nfs_lookup to clear PDIRUNLOCK. | wrstuden |
| 1999-07-08 | Modify file systems to deal with struct lock in struct vnode. All leaf | wrstuden |
| 1999-07-07 | mount diskless root with "NFSMNT_NOCONN" (which is default in "mount_nfs" | drochner |
| 1999-07-04 | kern/5591: Fix race in the NFS socket code during umount -f and system | sommerfeld |
| 1999-06-29 | Add fhopen, fhstat, fhstatfs syscalls. Also move getfh in from the nfs | wrstuden |
| 1999-05-29 | Be more correct with attribute structures for setattr RPCs and friends, | fvdl |
| 1999-05-07 | -print diskless boot related IP addresses in dot notation | drochner |
| 1999-05-07 | print diskless boot related IP addresses in dot notation | drochner |
| 1999-05-05 | Add "use counting" to file entries. When closing a file, and it's reference | thorpej |