aboutsummaryrefslogtreecommitdiff
path: root/sys/nfsclient
Commit message (Expand)AuthorAgeFilesLines
* o Note an additional potential problem here: LOCKD_MSG directly exportsRobert Watson2001-10-241-0/+4
* o Add two comments identifying problems with the current nfs_lock.cRobert Watson2001-10-231-0/+7
* Change the vnode list under the mount point from a LIST to a TAILQMatthew Dillon2001-10-232-4/+4
* Change the kernel's ucred API as follows:John Baldwin2001-10-112-14/+7
* Use crhold() instead of crdup() since we aren't modifying the cred butJohn Baldwin2001-10-091-1/+2
* Make this compile after last commit. It should be:Peter Wemm2001-10-091-1/+1
* Don't dereference td if it's NULL.Julian Elischer2001-10-081-1/+2
* Unwind some more macros. NFSMADV() was kinda silly since it was rightPeter Wemm2001-09-281-77/+63
* Make nfsm_dissect() have an obvious return value.Peter Wemm2001-09-274-50/+52
* Tidy up nfsm_build usage. This is only partially finished.Peter Wemm2001-09-272-38/+38
* Add a missing dereference level. This caused nfsm_postop_attr_xx()Ian Dowse2001-09-251-1/+1
* Add the magic marker so that loader and kldload(2) can find this inPeter Wemm2001-09-201-0/+4
* Oops. Fix a missing indirection level. gcc didn't complain about it onPeter Wemm2001-09-201-1/+1
* Sigh, Last minute pre-merge typo. (missing quotes)Peter Wemm2001-09-181-1/+1
* Cleanup and split of nfs client and server code.Peter Wemm2001-09-1820-7282/+1497
* nfs_strategy calls nfs_asyncio with td as NULL. So add a bandaid thatWarner Losh2001-09-181-1/+1
* Sync some differences that were different between the copies of the filesPeter Wemm2001-09-153-9/+9
* KSE Milestone 2Julian Elischer2001-09-1215-481/+490
* Fix some signed/unsigned integer confusion, and add bounds checking ofKris Kennaway2001-09-103-12/+12
* Pushdown Giant for nfs syscalls (nfssvc())Matthew Dillon2001-08-311-12/+23
* Stupid error from my side in prev. commit: || -> &&Andrey A. Chernov2001-08-231-1/+1
* Implement l_len<0 per POSIX check.Andrey A. Chernov2001-08-231-4/+6
* Even better move: suppose that server is able to handle SEEK_END,Andrey A. Chernov2001-08-231-6/+6
* Apparently SEEK_END locking not supported by NFS. Previous variantAndrey A. Chernov2001-08-231-1/+5
* Move <machine/*> after <sys/*>Andrey A. Chernov2001-08-231-1/+2
* adv. lock:Andrey A. Chernov2001-08-231-5/+5
* Fix a client-side memory leak in nfs_flush(). The code allocatesIan Dowse2001-08-011-2/+2
* Check the filehandle size when mounting.Peter Wemm2001-07-301-0/+2
* - Sort includes.John Baldwin2001-07-041-5/+10
* With Alfred's permission, remove vm_mtx in favor of a fine-grained approachMatthew Dillon2001-07-042-16/+10
* - Protect the mnt_vnode list with the mntvnode lock.John Baldwin2001-06-282-7/+20
* Unlock the process returned from pfind() if it does not return NULL.Jake Burkholder2001-06-011-1/+4
* o Merge contents of struct pcred into struct ucred. Specifically, add theRobert Watson2001-05-251-2/+4
* Assert Giant is held by the caller rather than getting it and releasingJohn Baldwin2001-05-231-10/+2
* - FDESC, FIFO, NULL, PORTAL, PROC, UMAP and UNION fileRuslan Ermilov2001-05-231-1/+1
* Introduce a global lock for the vm subsystem (vm_mtx).Alfred Perlstein2001-05-192-3/+30
* Change the second argument of vflush() to an integer that specifiesIan Dowse2001-05-161-28/+4
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inMark Murray2001-05-014-18/+26
* Add a vop_stdbmap(), and make it part of the default vop vector.Poul-Henning Kamp2001-04-291-35/+0
* Remove incorrect comment.Alfred Perlstein2001-04-291-1/+0
* Revert consequences of changes to mount.h, part 2.Greg Lehey2001-04-298-16/+0
* Correct #includes to work with fixed sys/mount.h.Greg Lehey2001-04-238-0/+16
* vnode_pager_freepage() is really vm_page_free() in disguise,Alfred Perlstein2001-04-191-3/+3
* Implement client side NFS locks.Alfred Perlstein2001-04-178-7/+440
* This patch removes the VOP_BWRITE() vector.Poul-Henning Kamp2001-04-172-19/+23
* Create debug.hashstat.[raw]nchash and debug.hashstat.[raw]nfsnode toPeter Wemm2001-04-111-0/+79
* o Rather than arbitrarily construct a credential in the nfs_statfs()Robert Watson2001-04-051-6/+2
* Use the same API as the example code.Peter Wemm2001-03-201-1/+1
* Use a generic implementation of the Fowler/Noll/Vo hash (FNV hash).Peter Wemm2001-03-174-31/+2
* Dramatically improve the **lame** nfs_hash(). This is based on thePeter Wemm2001-03-171-8/+16