summaryrefslogtreecommitdiffstats
path: root/sys/nfs
Commit message (Expand)AuthorAgeFilesLines
* For the on-the-wire protocol, u_long -> u_int32_t; long -> int32_t;peter1998-05-3117-547/+559
* Support 'mount -u' remounts. This may require disconnecting and rebindingpeter1998-05-313-104/+174
* Cut-n-paste glitchpeter1998-05-311-2/+2
* xdr encode -1 properly.peter1998-05-311-2/+2
* Fully fill in nfsv2 write rpc requests rather than leaving garbage.peter1998-05-311-4/+11
* Don't silently fail to set file flags.peter1998-05-311-1/+8
* Don't blindly accept the server's preferences if they are too small.peter1998-05-311-3/+3
* Prototype support for selectively allowing non-reserved ports on a perpeter1998-05-312-2/+28
* Hide whiteouts from NFS, since the protocol doesn't support them.peter1998-05-311-5/+7
* NetBSD has a comment that Solaris 2.5 doesn't do verifiers correctly,peter1998-05-311-1/+7
* Don't pass a second copy of the uid/gid in with the v2/v3 sattr structures,peter1998-05-314-36/+30
* Use the new SB_UPCALL flag,peter1998-05-311-1/+4
* NFS_SMALLFH is defined in nfsproto.h, not sys/mount.hpeter1998-05-311-2/+2
* Don't let the user try "rmdir ."peter1998-05-311-1/+3
* Don't let the user try and unlink() a directory on a NFS server.peter1998-05-311-2/+4
* When a write rpc returns an error, break the loop.peter1998-05-311-1/+3
* Don't leak an mbuf when a write rpc returns zero bytes written.peter1998-05-311-1/+2
* #ifdef a diagnostic printfpeter1998-05-311-1/+3
* Don't try and free mrep twice on some error conditions.peter1998-05-313-9/+16
* #ifdef a diagnostic panic, plus another missed costmetic change.peter1998-05-312-4/+8
* We have gained 2 more errno's, add them to the NFSv2 mapping table.peter1998-05-312-4/+4
* Missed a cosmetic change that the other BSD's have.peter1998-05-311-2/+2
* oops, nfs_msg() is called from client code too.peter1998-05-311-1/+4
* When we can't reconnect a socket, don't forget to unlock before retryingpeter1998-05-311-1/+4
* Don't log zero length reads, this can happen during normal operation.peter1998-05-311-1/+9
* Consider for readdir chunk sizes when tuning socket buffer reservations.peter1998-05-311-3/+5
* Refuse READDIR / READDIRPLUS rpc's for non-directoriespeter1998-05-311-1/+9
* Some const'speter1998-05-316-19/+21
* NFS Jumbo commit part 1. Cosmetic and structural changes only. The aimpeter1998-05-3112-587/+657
* VOP_ABORTUP() appears to be called with the wrong vnode. The other callerspeter1998-05-311-2/+2
* When using NFSv3, use the remote server's idea of the maximum file sizepeter1998-05-305-13/+38
* Convert a couple of large allocations to use zones rather than mallocpeter1998-05-246-44/+33
* Only ignore "owner" permissions selectively rather than always. In somepeter1998-05-201-22/+31
* s/flags/flag/peter1998-05-201-2/+2
* A cleaner fix for PR#5102, clear nonsense flags at mount time rather thanpeter1998-05-202-4/+6
* Don't change argp->flags after it's been copied.peter1998-05-201-2/+2
* Allow control of the attribute cache timeouts at mount time.peter1998-05-1910-162/+291
* Get timespecs directly instead of via timevals.bde1998-05-161-27/+11
* Don't abuse `+' to combine flags.bde1998-05-161-2/+2
* Backed out rev.1.76. It just added style bugs.bde1998-05-161-13/+7
* Get timespecs directly instead of via timevals.bde1998-05-162-26/+14
* Add missing arg to vget().. Serves me right for committing a 2.2 patch topeter1998-05-131-2/+2
* Delete the #if 0 (nearly) duplicate definitions of nfsproto.h. Havingpeter1998-05-131-281/+1
* Hold a reference to the vnode during the sillyrename cleanup. If we blockpeter1998-05-131-1/+9
* Move the *vpp initialization earlier so that it's set in all error cases.peter1998-05-131-2/+2
* In the words of the submitter:msmith1998-05-072-34/+25
* As described by the submitter:msmith1998-05-061-2/+1
* Use random() to find our initial xid.phk1998-04-062-22/+8
* Eradicate the variable "time" from the kernel, using various measures.phk1998-03-3013-87/+111
* Don't allow the readdirplus routine to be used in NFS V2.steve1998-03-281-1/+3
OpenPOWER on IntegriCloud