aboutsummaryrefslogtreecommitdiff
path: root/sys/nfsclient
Commit message (Expand)AuthorAgeFilesLines
* Use TAILQ macros for clean/dirty block list processing. Set b_xflagsPeter Wemm1998-10-313-13/+13
* 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-076-10/+53
* 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-051-2/+1
* 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-237-75/+85
* Fixed printf format errors.Bruce Evans1998-08-182-6/+6
* Protect all modifications to v_numoutput with splbio().Doug Rabson1998-08-131-2/+2
* Don't configure compatibility code for pre-Lite2 mount() calls byBruce Evans1998-08-121-4/+4
* If we get an ENOBUFS from the network, it's normally transient networkPeter Wemm1998-08-011-1/+11
* Cast pointers to uintptr_t/intptr_t instead of to u_long/long,Bruce Evans1998-07-151-3/+3
* VOP_STRATEGY grows an (struct vnode *) argumentJulian Elischer1998-07-041-2/+2
* fix buildworld hopefully be3fore anyone complains...John-Mark Gurney1998-06-303-3/+9
* convert some nfs tunables to options, these are:John-Mark Gurney1998-06-303-3/+9
* Fixed typo in ifdefed code. (NFS_ACDEBUG is not in LINT. Therefore,Bruce Evans1998-06-211-2/+2
* Avoid an egcs pessimization for 64-bit signed division on i386's.Bruce Evans1998-06-142-6/+6
* This commit fixes various 64bit portability problems required forDoug Rabson1998-06-072-5/+5
* Make sure we go a nfs_fsinfo() in get/putpages before callingPeter Wemm1998-06-011-30/+70
* Fix post-test pre-commit cleanup typo.Peter Wemm1998-06-011-2/+2
* readlink() returns EINVAL rather than EPERM if called on a non-symlink.Peter Wemm1998-06-011-2/+2
* Preset the maximum file size before we get to nfs_fsinfo(), based onPeter Wemm1998-06-011-8/+14
* For the on-the-wire protocol, u_long -> u_int32_t; long -> int32_t;Peter Wemm1998-05-319-287/+296
* Support 'mount -u' remounts. This may require disconnecting and rebindingPeter Wemm1998-05-315-106/+178
* xdr encode -1 properly.Peter Wemm1998-05-311-2/+2
* Fully fill in nfsv2 write rpc requests rather than leaving garbage.Peter Wemm1998-05-311-4/+11
* Don't silently fail to set file flags.Peter Wemm1998-05-311-1/+8
* Don't blindly accept the server's preferences if they are too small.Peter Wemm1998-05-311-3/+3
* Prototype support for selectively allowing non-reserved ports on a perPeter Wemm1998-05-311-1/+14
* Don't pass a second copy of the uid/gid in with the v2/v3 sattr structures,Peter Wemm1998-05-312-25/+23
* Use the new SB_UPCALL flag,Peter Wemm1998-05-311-1/+4
* NFS_SMALLFH is defined in nfsproto.h, not sys/mount.hPeter Wemm1998-05-311-2/+2
* Don't let the user try "rmdir ."Peter Wemm1998-05-311-1/+3
* Don't let the user try and unlink() a directory on a NFS server.Peter Wemm1998-05-311-2/+4
* When a write rpc returns an error, break the loop.Peter Wemm1998-05-311-1/+3
* Don't leak an mbuf when a write rpc returns zero bytes written.Peter Wemm1998-05-311-1/+2
* #ifdef a diagnostic printfPeter Wemm1998-05-311-1/+3
* Don't try and free mrep twice on some error conditions.Peter Wemm1998-05-312-7/+11
* #ifdef a diagnostic panic, plus another missed costmetic change.Peter Wemm1998-05-311-2/+4
* We have gained 2 more errno's, add them to the NFSv2 mapping table.Peter Wemm1998-05-311-2/+2
* Missed a cosmetic change that the other BSD's have.Peter Wemm1998-05-311-2/+2