summaryrefslogtreecommitdiffstats
path: root/sys/nfs
Commit message (Expand)AuthorAgeFilesLines
* Modify the experimental NFSv4 server so that it posts a SIGUSR2rmacklem2011-01-142-1/+2
* Fix the nlm so that it no longer depends on the regularrmacklem2011-01-032-2/+5
* Fix the type of the 3rd argument for nm_getinfo so that it worksrmacklem2010-10-191-1/+1
* Modify the NFS clients and the NLM so that the NLM can be usedrmacklem2010-10-193-5/+60
* Move sys/nfsclient/nfs_lock.c into sys/nfs and build it as a separatermacklem2010-07-242-0/+486
* Factor out the code shared between NFS client and server into its ownmarius2010-02-161-5/+15
* - Move nfs_realign() from the NFS client to the shared NFS code andmarius2010-02-092-0/+68
* Some style(9) fixesmarius2010-02-092-22/+24
* Revert rev 192323 (nfs_common.c only):marcel2009-07-121-3/+2
* Remove the old kernel RPC implementation and the NFS_LEGACYRPC option.dfr2009-06-302-109/+0
* Replace AUDIT_ARG() with variable argument macros with a set more morerwatson2009-06-271-1/+1
* Add cpu_flush_dcache() for use after non-DMA based I/O so that amarcel2009-05-181-2/+3
* Adding sys/nfs/nfssvc.h and sys/nfs/nfs_nfssvc.c in preparation forrmacklem2009-04-072-0/+220
* Replaced the misleading uses of a historical artefact M_TRYWAIT with M_WAIT.ru2008-03-251-2/+2
* NFSv4 client:rees2006-11-281-15/+17
* Fixes for NFS crashes on architectures that require strict alignment.ps2005-07-142-3/+18
* /* -> /*- 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
OpenPOWER on IntegriCloud