summaryrefslogtreecommitdiffstats
path: root/sys/nfs
Commit message (Expand)AuthorAgeFilesLines
* In order to maximize the re-usability of kernel code in user space thiskmacy2011-09-161-1/+1
* Set proper root device name when legacy NFS client is compiled into kernel.gber2011-06-291-0/+4
* Change the sysctl naming for the old and new NFS clientsrmacklem2011-05-151-1/+1
* Move sys/nfsclient/nfs_kdtrace.h to sys/nfs/nfs_kdtrace.h sormacklem2011-05-061-0/+120
* Modify the NFS nfssvc(2) syscall so that it allowsrmacklem2011-05-051-3/+6
* Add kernel support for NFSSVC_ZEROCLTSTATS and NFSSVC_ZEROSRVSTATSrmacklem2011-05-041-0/+2
* Revert r221306, since NFSSVC_ZEROSTATS zero'd both client andrmacklem2011-05-041-1/+0
* Implemented a mount option "nocto" that disables cache coherencyru2011-05-041-0/+2
* Add the kernel support needed to zero out the nfsstatsrmacklem2011-05-011-0/+1
* Fix the experimental NFS client so that it does not boguslyrmacklem2011-04-255-0/+2907
* 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
OpenPOWER on IntegriCloud