aboutsummaryrefslogtreecommitdiff
path: root/sys/nfs
Commit message (Expand)AuthorAgeFilesLines
* Reviewed by: Many at differnt times in differnt parts,Julian Elischer1999-03-122-51/+87
* Untangle the nfs send and receive queue locking a little. One lockPeter Wemm1999-02-254-72/+93
* Move the declaration of the vfs.nfs sysctl node outside an ifdef so thatDoug Rabson1999-02-181-3/+3
* Fixed bitrot in NFS_ACDEBUG option.Bruce Evans1999-02-172-2/+4
* * Change sysctl from using linker_set to construct its tree using SLISTs.Doug Rabson1999-02-164-5/+10
* General additional cleanup of VOP API for NFS ops - mainly NFS ignoringMatthew Dillon1999-02-131-4/+13
* PR: kern/9970Matthew Dillon1999-02-131-2/+1
* Flush delayed-write data out prior to issuing a rename rpc. This appearsMatthew Dillon1999-02-061-1/+14
* Fix warnings related to -Wall -Wcast-qualMatthew Dillon1999-01-281-3/+3
* Fix warnings in preparation for adding -Wall -Wcast-qual to theMatthew Dillon1999-01-281-8/+8
* Fix warnings in preparation for adding -Wall -Wcast-qual to theMatthew Dillon1999-01-272-6/+6
* Fix nasty bug in nfs_access(). A conditional was if (a = b) instead ofMatthew Dillon1999-01-271-2/+2
* Fix warnings in preparation for adding -Wall -Wcast-qual to theMatthew Dillon1999-01-271-6/+6
* Fix warnings in preparation for adding -Wall -Wcast-qual to theMatthew Dillon1999-01-273-8/+8
* This is a rather large commit that encompasses the new swapper,Matthew Dillon1999-01-214-14/+39
* Remove two cases of unused variable sp3.Eivind Eklund1999-01-121-3/+1
* Remove the 'waslocked' parameter to vfs_object_create().Eivind Eklund1999-01-052-4/+4
* Silence -Wtrigraph.Tim Vanderhoek1998-12-301-4/+4
* Fix for creating files on a Solaris 7 server with NFSv3 (the request wasDoug Rabson1998-12-253-101/+139
* Added 3 new errno values, requred by various standards: EOVERFLOW,Dmitrij Tejblum1998-12-142-4/+6
* (Hopefully) fix support for "large" files. Mostly cast block numbers to off_tDmitrij Tejblum1998-12-141-13/+13
* Remove the if fixed in the last commit; bde quite correctly point outEivind Eklund1998-12-091-3/+2
* Fix typo (; in "if (vp == NULL);").Eivind Eklund1998-12-081-2/+2
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticArchie Cobbs1998-12-076-16/+7
* Examine all occurrences of sprintf(), strcat(), and str[n]cpy()Archie Cobbs1998-12-042-6/+7
* Make bootp error message slightly more verboseMatthew Dillon1998-12-031-2/+2
* Reimplement the NFS ACCESS RPC cache as an "accelerator" rather than a trueMike Smith1998-11-152-44/+14
* Avoid a null pointer reference if the target of an NFS rename has beenMike Smith1998-11-131-7/+10
* Fix a panic in nfsrv_dorec() where a NULL pointer could be passed toDoug Rabson1998-11-131-2/+4
* Implement NFS ACCESS RPC result caching.Mike Smith1998-11-132-24/+98
* Remove [apparently] bogus casts to u_long for the vnode_pager_setsize()Peter Wemm1998-11-094-12/+12
* vm_object_page_clean() last arg changed from TRUE to OBJPC_SYNC. I'm notPeter Wemm1998-10-311-2/+2
* Use TAILQ macros for clean/dirty block list processing. Set b_xflagsPeter Wemm1998-10-315-18/+19
* In nfs_link(), check for a cross-device mount *before* lookingKirk McKusick1998-09-291-2/+3
* Missing vput when cross-device link error is detected in nfs_link.Kirk McKusick1998-09-291-0/+1
* During truncation, have to notify the VM about the new sizeKirk McKusick1998-09-291-3/+5
* Frank sez: 'It fixes a problem with servers that return 0 valuesKirk McKusick1998-09-291-7/+10
* Do not need (or want) to take a reference on an NFS file thatKirk McKusick1998-09-291-6/+12
* The code checks each fragment mark to see if it's valid; if the fragmentKirk McKusick1998-09-291-2/+2
* Mark directory buffers that have no valid data with B_INVALKirk McKusick1998-09-291-1/+6
* When adding data to a buffer, we need to clear the B_NEEDCOMMIT flagKirk McKusick1998-09-291-1/+2
* Removed statically configured mount type numbers (MOUNT_*) and allBruce Evans1998-09-071-4/+4
* Made unloading of the nfs LKM sort of work. This is mainly to testBruce Evans1998-09-075-11/+81
* Ignore the statically configured vfs type numbers and assign vfsBruce Evans1998-09-051-2/+4
* Instantiate `nfs_mount_type' in a standard file so that it is presentBruce Evans1998-09-053-6/+3
* Cosmetic changes to the PAGE_XXX macros to make them consistent withDoug Rabson1998-09-041-2/+2
* Check for NULL pointer before freeing a struct sockaddr. m_freem() can handleLuoqi Chen1998-09-011-2/+3
* Yow! Completely change the way socket options are handled, eliminatingGarrett Wollman1998-08-235-71/+81
* Fixed printf format errors.Bruce Evans1998-08-182-6/+6
* Protect all modifications to v_numoutput with splbio().Doug Rabson1998-08-131-2/+2