summaryrefslogtreecommitdiffstats
path: root/sys/nfs
Commit message (Expand)AuthorAgeFilesLines
* Remove the 'waslocked' parameter to vfs_object_create().eivind1999-01-052-4/+4
* Silence -Wtrigraph.hoek1998-12-301-4/+4
* Fix for creating files on a Solaris 7 server with NFSv3 (the request wasdfr1998-12-253-101/+139
* Added 3 new errno values, requred by various standards: EOVERFLOW,dt1998-12-142-4/+6
* (Hopefully) fix support for "large" files. Mostly cast block numbers to off_tdt1998-12-141-13/+13
* Remove the if fixed in the last commit; bde quite correctly point outeivind1998-12-091-3/+2
* Fix typo (; in "if (vp == NULL);").eivind1998-12-081-2/+2
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticarchie1998-12-076-16/+7
* Examine all occurrences of sprintf(), strcat(), and str[n]cpy()archie1998-12-042-6/+7
* Make bootp error message slightly more verbosedillon1998-12-031-2/+2
* Reimplement the NFS ACCESS RPC cache as an "accelerator" rather than a truemsmith1998-11-152-44/+14
* Avoid a null pointer reference if the target of an NFS rename has beenmsmith1998-11-131-7/+10
* Fix a panic in nfsrv_dorec() where a NULL pointer could be passed todfr1998-11-131-2/+4
* Implement NFS ACCESS RPC result caching.msmith1998-11-132-24/+98
* Remove [apparently] bogus casts to u_long for the vnode_pager_setsize()peter1998-11-094-12/+12
* vm_object_page_clean() last arg changed from TRUE to OBJPC_SYNC. I'm notpeter1998-10-311-2/+2
* Use TAILQ macros for clean/dirty block list processing. Set b_xflagspeter1998-10-315-18/+19
* In nfs_link(), check for a cross-device mount *before* lookingmckusick1998-09-291-2/+3
* Missing vput when cross-device link error is detected in nfs_link.mckusick1998-09-291-0/+1
* During truncation, have to notify the VM about the new sizemckusick1998-09-291-3/+5
* Frank sez: 'It fixes a problem with servers that return 0 valuesmckusick1998-09-291-7/+10
* Do not need (or want) to take a reference on an NFS file thatmckusick1998-09-291-6/+12
* The code checks each fragment mark to see if it's valid; if the fragmentmckusick1998-09-291-2/+2
* Mark directory buffers that have no valid data with B_INVALmckusick1998-09-291-1/+6
* When adding data to a buffer, we need to clear the B_NEEDCOMMIT flagmckusick1998-09-291-1/+2
* Removed statically configured mount type numbers (MOUNT_*) and allbde1998-09-071-4/+4
* Made unloading of the nfs LKM sort of work. This is mainly to testbde1998-09-075-11/+81
* Ignore the statically configured vfs type numbers and assign vfsbde1998-09-051-2/+4
* Instantiate `nfs_mount_type' in a standard file so that it is presentbde1998-09-053-6/+3
* Cosmetic changes to the PAGE_XXX macros to make them consistent withdfr1998-09-041-2/+2
* Check for NULL pointer before freeing a struct sockaddr. m_freem() can handleluoqi1998-09-011-2/+3
* Yow! Completely change the way socket options are handled, eliminatingwollman1998-08-235-71/+81
* Fixed printf format errors.bde1998-08-182-6/+6
* Protect all modifications to v_numoutput with splbio().dfr1998-08-131-2/+2
* Don't configure compatibility code for pre-Lite2 mount() calls bybde1998-08-121-4/+4
* If we get an ENOBUFS from the network, it's normally transient networkpeter1998-08-011-1/+11
* Cast pointers to uintptr_t/intptr_t instead of to u_long/long,bde1998-07-151-3/+3
* Use u_int32_t in NQFHHASH instead of u_long.dfr1998-07-051-2/+2
* VOP_STRATEGY grows an (struct vnode *) argumentjulian1998-07-041-2/+2
* Moved `#ifndef NFS_NOSERVER' after including nfs.h.kato1998-07-021-2/+2
* fix buildworld hopefully be3fore anyone complains...jmg1998-06-301-1/+3
* convert some nfs tunables to options, these are:jmg1998-06-301-1/+3
* Fixed typo in ifdefed code. (NFS_ACDEBUG is not in LINT. Therefore,bde1998-06-212-4/+4
* Avoid an egcs pessimization for 64-bit signed division on i386's.bde1998-06-143-10/+10
* This commit fixes various 64bit portability problems required fordfr1998-06-073-8/+8
* Make sure we go a nfs_fsinfo() in get/putpages before callingpeter1998-06-011-30/+70
* Fix post-test pre-commit cleanup typo.peter1998-06-011-2/+2
* readlink() returns EINVAL rather than EPERM if called on a non-symlink.peter1998-06-011-2/+2
* Preset the maximum file size before we get to nfs_fsinfo(), based onpeter1998-06-011-8/+14
* Hide more kernel stuff from userland. This stops nethostaddr etc beingpeter1998-06-011-2/+2
OpenPOWER on IntegriCloud