summaryrefslogtreecommitdiffstats
path: root/sys/nfs
Commit message (Expand)AuthorAgeFilesLines
* /* -> /*- for license, minor formatting changesimp2005-01-075-5/+5
* Add non-blocking versions of nfsm_dissect() and friends, for use fromps2004-12-062-4/+29
* Remove advertising clause from University of California Regent'simp2004-04-075-20/+0
* University of Michigan's Citi NFSv4 kernel client code.alfred2003-11-142-7/+296
* Back out M_* changes, per decision of the TRB.imp2003-02-191-2/+2
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-2/+2
* Change iov_base's type from `char *' to the standard `void *'. Allmike2002-10-111-1/+2
* nfsnode.h was moved to ../nfsclient ages ago. I forgot to remove it here.peter2002-09-061-210/+0
* 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
OpenPOWER on IntegriCloud