summaryrefslogtreecommitdiffstats
path: root/sys/nfsclient
Commit message (Expand)AuthorAgeFilesLines
* Suser() simplification:phk1999-04-271-3/+3
* Fixed printf format errors on alpha.dt1999-04-241-3/+3
* Close a potential mbuf and/or mbuf cluster leak in the client-side NFSpeter1999-04-101-2/+2
* Hold nfsd's upages in-core with PHOLD rather than P_NOSWAP.peter1999-04-061-2/+2
* Catch a case spotted by Tor where files mmapped could leave garbage in thejulian1999-04-051-10/+46
* Reviewed by: Many at differnt times in differnt parts,julian1999-03-122-51/+87
* Untangle the nfs send and receive queue locking a little. One lockpeter1999-02-255-64/+90
* Move the declaration of the vfs.nfs sysctl node outside an ifdef so thatdfr1999-02-181-3/+3
* Fixed bitrot in NFS_ACDEBUG option.bde1999-02-171-1/+2
* * Change sysctl from using linker_set to construct its tree using SLISTs.dfr1999-02-163-4/+7
* General additional cleanup of VOP API for NFS ops - mainly NFS ignoringdillon1999-02-131-4/+13
* PR: kern/9970dillon1999-02-131-2/+1
* Flush delayed-write data out prior to issuing a rename rpc. This appearsdillon1999-02-061-1/+14
* Fix warnings related to -Wall -Wcast-qualdillon1999-01-281-3/+3
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-281-8/+8
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-272-6/+6
* Fix nasty bug in nfs_access(). A conditional was if (a = b) instead ofdillon1999-01-271-2/+2
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-271-6/+6
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-272-5/+5
* This is a rather large commit that encompasses the new swapper,dillon1999-01-213-13/+35
* Remove two cases of unused variable sp3.eivind1999-01-121-3/+1
* Remove the 'waslocked' parameter to vfs_object_create().eivind1999-01-051-2/+2
* Silence -Wtrigraph.hoek1998-12-301-4/+4
* Fix for creating files on a Solaris 7 server with NFSv3 (the request wasdfr1998-12-252-90/+77
* Added 3 new errno values, requred by various standards: EOVERFLOW,dt1998-12-141-2/+3
* (Hopefully) fix support for "large" files. Mostly cast block numbers to off_tdt1998-12-141-13/+13
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticarchie1998-12-075-14/+6
* 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-093-9/+9
* Use TAILQ macros for clean/dirty block list processing. Set b_xflagspeter1998-10-313-13/+13
* 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-076-10/+53
* 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-051-2/+1
* 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-237-75/+85
OpenPOWER on IntegriCloud