summaryrefslogtreecommitdiffstats
path: root/sys/nfs
Commit message (Expand)AuthorAgeFilesLines
* Remove unused include.jeff2002-03-201-1/+0
* Remove __P.alfred2002-03-201-10/+10
* When the old nfsm_adv() macro was moved to nfsm_adv_xx(), a '>='iedowse2001-12-311-1/+1
* Avoid passing the variable `tl' to functions that just use it foriedowse2001-12-182-10/+10
* Unwind some more macros. NFSMADV() was kinda silly since it was rightpeter2001-09-282-36/+42
* Make nfsm_dissect() have an obvious return value.peter2001-09-272-33/+32
* Tidy up nfsm_build usage. This is only partially finished.peter2001-09-272-9/+8
* Oops, forgot to rm this last time.peter2001-09-261-564/+0
* Cleanup and split of nfs client and server code.peter2001-09-1827-25120/+133
* nfs_strategy calls nfs_asyncio with td as NULL. So add a bandaid thatimp2001-09-181-1/+1
* Sync some differences that were different between the copies of the filespeter2001-09-151-3/+3
* KSE Milestone 2julian2001-09-1217-612/+621
* Fix some signed/unsigned integer confusion, and add bounds checking ofkris2001-09-101-4/+4
* Pushdown Giant for nfs syscalls (nfssvc())dillon2001-08-311-12/+23
* Stupid error from my side in prev. commit: || -> &&ache2001-08-231-1/+1
* Implement l_len<0 per POSIX check.ache2001-08-231-4/+6
* Even better move: suppose that server is able to handle SEEK_END,ache2001-08-231-6/+6
* Apparently SEEK_END locking not supported by NFS. Previous variantache2001-08-231-1/+5
* Move <machine/*> after <sys/*>ache2001-08-231-1/+2
* adv. lock:ache2001-08-231-5/+5
* Fix a client-side memory leak in nfs_flush(). The code allocatesiedowse2001-08-011-2/+2
* Check the filehandle size when mounting.peter2001-07-301-0/+2
* - Sort includes.jhb2001-07-041-5/+10
* With Alfred's permission, remove vm_mtx in favor of a fine-grained approachdillon2001-07-043-18/+12
* - Protect the mnt_vnode list with the mntvnode lock.jhb2001-06-283-9/+24
* Unlock the process returned from pfind() if it does not return NULL.jake2001-06-011-1/+4
* o Merge contents of struct pcred into struct ucred. Specifically, add therwatson2001-05-251-2/+4
* Assert Giant is held by the caller rather than getting it and releasingjhb2001-05-231-10/+2
* - FDESC, FIFO, NULL, PORTAL, PROC, UMAP and UNION fileru2001-05-231-1/+1
* Introduce a global lock for the vm subsystem (vm_mtx).alfred2001-05-193-3/+32
* Change the second argument of vflush() to an integer that specifiesiedowse2001-05-161-28/+4
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inmarkm2001-05-015-23/+35
* Add a vop_stdbmap(), and make it part of the default vop vector.phk2001-04-291-35/+0
* Remove incorrect comment.alfred2001-04-291-1/+0
* Revert consequences of changes to mount.h, part 2.grog2001-04-2912-24/+0
* Correct #includes to work with fixed sys/mount.h.grog2001-04-2312-0/+24
* vnode_pager_freepage() is really vm_page_free() in disguise,alfred2001-04-191-3/+3
* Implement client side NFS locks.alfred2001-04-176-7/+438
* This patch removes the VOP_BWRITE() vector.phk2001-04-172-19/+23
* Create debug.hashstat.[raw]nchash and debug.hashstat.[raw]nfsnode topeter2001-04-111-0/+79
* o Rather than arbitrarily construct a credential in the nfs_statfs()rwatson2001-04-051-6/+2
* Use the same API as the example code.peter2001-03-201-1/+1
* Use a generic implementation of the Fowler/Noll/Vo hash (FNV hash).peter2001-03-172-29/+2
* Dramatically improve the **lame** nfs_hash(). This is based on thepeter2001-03-171-8/+16
* Grab the process lock while calling psignal and before calling psignal.jhb2001-03-071-1/+5
* Reviewed by: jlemonadrian2001-03-011-6/+2
* Fix lockup for loopback NFS mounts. The pipelined I/O limitations could bedillon2001-02-281-0/+8
* Switch to using a struct xucred instead of a struct xucred when notgreen2001-02-182-2/+8
* Preceed/preceeding are not english words. Use precede and preceding.asmodai2001-02-181-2/+2
* Fix some problems that were introduced in revision 1.97. Insteadiedowse2001-02-091-46/+101
OpenPOWER on IntegriCloud