| Commit message (Expand) | Author | Age | Files | Lines |
* | All directory accesses must be made with NFS_DIRBLKSIZE chunks to avoid | alc | 1999-05-03 | 1 | -3/+3 |
* | The VFS/BIO subsystem contained a number of hacks in order to optimize | alc | 1999-05-02 | 1 | -19/+19 |
* | Reviewed by: Many at differnt times in differnt parts, | julian | 1999-03-12 | 1 | -30/+51 |
* | * Change sysctl from using linker_set to construct its tree using SLISTs. | dfr | 1999-02-16 | 1 | -1/+3 |
* | General additional cleanup of VOP API for NFS ops - mainly NFS ignoring | dillon | 1999-02-13 | 1 | -4/+13 |
* | PR: kern/9970 | dillon | 1999-02-13 | 1 | -2/+1 |
* | Flush delayed-write data out prior to issuing a rename rpc. This appears | dillon | 1999-02-06 | 1 | -1/+14 |
* | Fix nasty bug in nfs_access(). A conditional was if (a = b) instead of | dillon | 1999-01-27 | 1 | -2/+2 |
* | Fix warnings in preparation for adding -Wall -Wcast-qual to the | dillon | 1999-01-27 | 1 | -6/+6 |
* | This is a rather large commit that encompasses the new swapper, | dillon | 1999-01-21 | 1 | -1/+4 |
* | Remove two cases of unused variable sp3. | eivind | 1999-01-12 | 1 | -3/+1 |
* | Fix for creating files on a Solaris 7 server with NFSv3 (the request was | dfr | 1998-12-25 | 1 | -79/+15 |
* | Reimplement the NFS ACCESS RPC cache as an "accelerator" rather than a true | msmith | 1998-11-15 | 1 | -42/+12 |
* | Avoid a null pointer reference if the target of an NFS rename has been | msmith | 1998-11-13 | 1 | -7/+10 |
* | Implement NFS ACCESS RPC result caching. | msmith | 1998-11-13 | 1 | -23/+94 |
* | Remove [apparently] bogus casts to u_long for the vnode_pager_setsize() | peter | 1998-11-09 | 1 | -4/+4 |
* | Use TAILQ macros for clean/dirty block list processing. Set b_xflags | peter | 1998-10-31 | 1 | -8/+8 |
* | In nfs_link(), check for a cross-device mount *before* looking | mckusick | 1998-09-29 | 1 | -2/+3 |
* | Missing vput when cross-device link error is detected in nfs_link. | mckusick | 1998-09-29 | 1 | -0/+1 |
* | During truncation, have to notify the VM about the new size | mckusick | 1998-09-29 | 1 | -3/+5 |
* | Protect all modifications to v_numoutput with splbio(). | dfr | 1998-08-13 | 1 | -2/+2 |
* | VOP_STRATEGY grows an (struct vnode *) argument | julian | 1998-07-04 | 1 | -2/+2 |
* | readlink() returns EINVAL rather than EPERM if called on a non-symlink. | peter | 1998-06-01 | 1 | -2/+2 |
* | For the on-the-wire protocol, u_long -> u_int32_t; long -> int32_t; | peter | 1998-05-31 | 1 | -96/+102 |
* | xdr encode -1 properly. | peter | 1998-05-31 | 1 | -2/+2 |
* | Fully fill in nfsv2 write rpc requests rather than leaving garbage. | peter | 1998-05-31 | 1 | -4/+11 |
* | Don't silently fail to set file flags. | peter | 1998-05-31 | 1 | -1/+8 |
* | Don't pass a second copy of the uid/gid in with the v2/v3 sattr structures, | peter | 1998-05-31 | 1 | -19/+19 |
* | Don't let the user try "rmdir ." | peter | 1998-05-31 | 1 | -1/+3 |
* | Don't let the user try and unlink() a directory on a NFS server. | peter | 1998-05-31 | 1 | -2/+4 |
* | When a write rpc returns an error, break the loop. | peter | 1998-05-31 | 1 | -1/+3 |
* | Don't leak an mbuf when a write rpc returns zero bytes written. | peter | 1998-05-31 | 1 | -1/+2 |
* | #ifdef a diagnostic printf | peter | 1998-05-31 | 1 | -1/+3 |
* | Some const's | peter | 1998-05-31 | 1 | -9/+11 |
* | NFS Jumbo commit part 1. Cosmetic and structural changes only. The aim | peter | 1998-05-31 | 1 | -28/+40 |
* | VOP_ABORTUP() appears to be called with the wrong vnode. The other callers | peter | 1998-05-31 | 1 | -2/+2 |
* | When using NFSv3, use the remote server's idea of the maximum file size | peter | 1998-05-30 | 1 | -3/+3 |
* | Allow control of the attribute cache timeouts at mount time. | peter | 1998-05-19 | 1 | -4/+5 |
* | Get timespecs directly instead of via timevals. | bde | 1998-05-16 | 1 | -27/+11 |
* | Don't abuse `+' to combine flags. | bde | 1998-05-16 | 1 | -2/+2 |
* | Backed out rev.1.76. It just added style bugs. | bde | 1998-05-16 | 1 | -13/+7 |
* | Move the *vpp initialization earlier so that it's set in all error cases. | peter | 1998-05-13 | 1 | -2/+2 |
* | In the words of the submitter: | msmith | 1998-05-07 | 1 | -21/+1 |
* | Eradicate the variable "time" from the kernel, using various measures. | phk | 1998-03-30 | 1 | -8/+8 |
* | Don't depend on <sys/mount.h> including <sys/socket.h>. | bde | 1998-03-28 | 1 | -1/+2 |
* | Reviewed by: dyson@freebsd.org (john Dyson), dg@root.com (david greenman) | julian | 1998-03-08 | 1 | -1/+8 |
* | This mega-commit is meant to fix numerous interrelated problems. There | dyson | 1998-03-07 | 1 | -1/+5 |
* | Trivial filesystem getpages/putpages implementations, set the second. | msmith | 1998-03-06 | 1 | -1/+2 |
* | Back out DIAGNOSTIC changes. | eivind | 1998-02-06 | 1 | -2/+1 |
* | Turn DIAGNOSTIC into a new-style option. | eivind | 1998-02-04 | 1 | -1/+2 |