aboutsummaryrefslogtreecommitdiff
path: root/sys/nfs
Commit message (Expand)AuthorAgeFilesLines
* Set proper root device name when legacy NFS client is compiled into kernel.Grzegorz Bernacki2011-06-291-0/+4
* Change the sysctl naming for the old and new NFS clientsRick Macklem2011-05-151-1/+1
* Move sys/nfsclient/nfs_kdtrace.h to sys/nfs/nfs_kdtrace.h soRick Macklem2011-05-061-0/+120
* Modify the NFS nfssvc(2) syscall so that it allowsRick Macklem2011-05-051-3/+6
* Add kernel support for NFSSVC_ZEROCLTSTATS and NFSSVC_ZEROSRVSTATSRick Macklem2011-05-041-0/+2
* Revert r221306, since NFSSVC_ZEROSTATS zero'd both client andRick Macklem2011-05-041-1/+0
* Implemented a mount option "nocto" that disables cache coherencyRuslan Ermilov2011-05-041-0/+2
* Add the kernel support needed to zero out the nfsstatsRick Macklem2011-05-011-0/+1
* Fix the experimental NFS client so that it does not boguslyRick Macklem2011-04-255-0/+2907
* Modify the experimental NFSv4 server so that it posts a SIGUSR2Rick Macklem2011-01-142-1/+2
* Fix the nlm so that it no longer depends on the regularRick Macklem2011-01-032-2/+5
* Fix the type of the 3rd argument for nm_getinfo so that it worksRick Macklem2010-10-191-1/+1
* Modify the NFS clients and the NLM so that the NLM can be usedRick Macklem2010-10-193-5/+60
* Move sys/nfsclient/nfs_lock.c into sys/nfs and build it as a separateRick Macklem2010-07-242-0/+486
* Factor out the code shared between NFS client and server into its ownMarius Strobl2010-02-161-5/+15
* - Move nfs_realign() from the NFS client to the shared NFS code andMarius Strobl2010-02-092-0/+68
* Some style(9) fixesMarius Strobl2010-02-092-22/+24
* Revert rev 192323 (nfs_common.c only):Marcel Moolenaar2009-07-121-3/+2
* Remove the old kernel RPC implementation and the NFS_LEGACYRPC option.Doug Rabson2009-06-302-109/+0
* Replace AUDIT_ARG() with variable argument macros with a set more moreRobert Watson2009-06-271-1/+1
* Add cpu_flush_dcache() for use after non-DMA based I/O so that aMarcel Moolenaar2009-05-181-2/+3
* Adding sys/nfs/nfssvc.h and sys/nfs/nfs_nfssvc.c in preparation forRick Macklem2009-04-072-0/+220
* Replaced the misleading uses of a historical artefact M_TRYWAIT with M_WAIT.Ruslan Ermilov2008-03-251-2/+2
* NFSv4 client:Jim Rees2006-11-281-15/+17
* Fixes for NFS crashes on architectures that require strict alignment.Paul Saab2005-07-142-3/+18
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-075-5/+5
* Add non-blocking versions of nfsm_dissect() and friends, for use fromPaul Saab2004-12-062-4/+29
* Remove advertising clause from University of California Regent'sWarner Losh2004-04-075-20/+0
* University of Michigan's Citi NFSv4 kernel client code.Alfred Perlstein2003-11-142-7/+296
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-2/+2
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-2/+2
* Change iov_base's type from `char *' to the standard `void *'. AllMike Barcroft2002-10-111-1/+2
* nfsnode.h was moved to ../nfsclient ages ago. I forgot to remove it here.Peter Wemm2002-09-061-210/+0
* Remove unused include.Jeff Roberson2002-03-201-1/+0
* Remove __P.Alfred Perlstein2002-03-201-10/+10
* When the old nfsm_adv() macro was moved to nfsm_adv_xx(), a '>='Ian Dowse2001-12-311-1/+1
* Avoid passing the variable `tl' to functions that just use it forIan Dowse2001-12-182-10/+10
* Unwind some more macros. NFSMADV() was kinda silly since it was rightPeter Wemm2001-09-282-36/+42
* Make nfsm_dissect() have an obvious return value.Peter Wemm2001-09-272-33/+32
* Tidy up nfsm_build usage. This is only partially finished.Peter Wemm2001-09-272-9/+8
* Oops, forgot to rm this last time.Peter Wemm2001-09-261-564/+0
* Cleanup and split of nfs client and server code.Peter Wemm2001-09-1827-25120/+133
* 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-151-3/+3
* KSE Milestone 2Julian Elischer2001-09-1217-612/+621
* Fix some signed/unsigned integer confusion, and add bounds checking ofKris Kennaway2001-09-101-4/+4
* 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