| Commit message (Expand) | Author | Age | Files | Lines |
* | nfs_getcacheblk() can return 0 if the mount is interruptible. It need to be | dt | 1999-08-12 | 1 | -1/+5 |
* | Decommision miscfs/specfs/specdev.h. Most of it goes into <sys/conf.h>, | phk | 1999-08-08 | 2 | -5/+4 |
* | Don't over-allocate and over-copy shorter NFSv2 filehandles and then | peter | 1999-08-04 | 1 | -10/+11 |
* | As described by the submitter: | msmith | 1999-07-31 | 1 | -34/+55 |
* | Close PR #12651: the hash calculation routine has changed in other | wpaul | 1999-07-30 | 1 | -2/+2 |
* | Fix two bugs in nfs_readdirplus(). The first is that in some cases, | wpaul | 1999-07-30 | 1 | -3/+6 |
* | I have not one single time remembered the name of this function correctly | phk | 1999-07-17 | 1 | -2/+2 |
* | Fix warning. va_fsid is udev_t, which is int32_t. No need to use %lx. | peter | 1999-07-01 | 1 | -2/+2 |
* | Submitted by: Conrad Minshall <conrad@apple.com> | julian | 1999-06-30 | 1 | -1/+6 |
* | Fix a KASSERT() that was negated and lead to: | peter | 1999-06-28 | 1 | -2/+2 |
* | Minor tweaks to make sure (new) prerequisites for <sys/buf.h> (mostly | peter | 1999-06-27 | 1 | -3/+3 |
* | Convert buffer locking from using the B_BUSY and B_WANTED flags to using | mckusick | 1999-06-26 | 3 | -25/+33 |
* | Matt's NFS fixes. | julian | 1999-06-23 | 3 | -42/+96 |
* | Thanks to Bruce for noticing this.... compare against the *new* nfsnode's | mjacob | 1999-06-19 | 1 | -2/+2 |
* | Add a vnode argument to VOP_BWRITE to get rid of the last vnode | mckusick | 1999-06-16 | 2 | -5/+5 |
* | If we retry this operation from the top of this routine, we need to | mjacob | 1999-06-15 | 1 | -1/+5 |
* | Various changes lifted from the OpenBSD cvs tree: | peter | 1999-06-05 | 5 | -34/+54 |
* | Fix a malloc race | peter | 1999-06-05 | 1 | -3/+12 |
* | Don't mistake a non-async block that needs to be committed for an | peter | 1999-06-05 | 1 | -2/+2 |
* | Divorce "dev_t" from the "major|minor" bitmap, which is now called | phk | 1999-05-11 | 2 | -9/+9 |
* | remove b_proc from struct buf, it's (now) unused. | phk | 1999-05-06 | 5 | -23/+22 |
* | Add sufficient braces to keep egcs happy about potentially ambiguous | peter | 1999-05-06 | 1 | -2/+3 |
* | 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 | 6 | -282/+320 |
* | Suser() simplification: | phk | 1999-04-27 | 1 | -3/+3 |
* | Fixed printf format errors on alpha. | dt | 1999-04-24 | 1 | -3/+3 |
* | Close a potential mbuf and/or mbuf cluster leak in the client-side NFS | peter | 1999-04-10 | 1 | -2/+2 |
* | Hold nfsd's upages in-core with PHOLD rather than P_NOSWAP. | peter | 1999-04-06 | 1 | -2/+2 |
* | Catch a case spotted by Tor where files mmapped could leave garbage in the | julian | 1999-04-05 | 1 | -10/+46 |
* | Reviewed by: Many at differnt times in differnt parts, | julian | 1999-03-12 | 2 | -51/+87 |
* | Untangle the nfs send and receive queue locking a little. One lock | peter | 1999-02-25 | 5 | -64/+90 |
* | Move the declaration of the vfs.nfs sysctl node outside an ifdef so that | dfr | 1999-02-18 | 1 | -3/+3 |
* | Fixed bitrot in NFS_ACDEBUG option. | bde | 1999-02-17 | 1 | -1/+2 |
* | * Change sysctl from using linker_set to construct its tree using SLISTs. | dfr | 1999-02-16 | 3 | -4/+7 |
* | 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 warnings related to -Wall -Wcast-qual | dillon | 1999-01-28 | 1 | -3/+3 |
* | Fix warnings in preparation for adding -Wall -Wcast-qual to the | dillon | 1999-01-28 | 1 | -8/+8 |
* | Fix warnings in preparation for adding -Wall -Wcast-qual to the | dillon | 1999-01-27 | 2 | -6/+6 |
* | 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 |
* | Fix warnings in preparation for adding -Wall -Wcast-qual to the | dillon | 1999-01-27 | 2 | -5/+5 |
* | This is a rather large commit that encompasses the new swapper, | dillon | 1999-01-21 | 3 | -13/+35 |
* | Remove two cases of unused variable sp3. | eivind | 1999-01-12 | 1 | -3/+1 |
* | Remove the 'waslocked' parameter to vfs_object_create(). | eivind | 1999-01-05 | 1 | -2/+2 |
* | Silence -Wtrigraph. | hoek | 1998-12-30 | 1 | -4/+4 |
* | Fix for creating files on a Solaris 7 server with NFSv3 (the request was | dfr | 1998-12-25 | 2 | -90/+77 |
* | Added 3 new errno values, requred by various standards: EOVERFLOW, | dt | 1998-12-14 | 1 | -2/+3 |
* | (Hopefully) fix support for "large" files. Mostly cast block numbers to off_t | dt | 1998-12-14 | 1 | -13/+13 |