aboutsummaryrefslogtreecommitdiff
path: root/sys/nfs
Commit message (Expand)AuthorAgeFilesLines
* MFC 245508,245566,245568,245611,245909:John Baldwin2013-02-282-10/+0
* MFC r231852,232127:Bjoern A. Zeeb2012-03-051-4/+3
* MFC: r221473Rick Macklem2011-05-191-3/+6
* r221933 vanished support for "nocto" in boot.nfsroot.options loaderRuslan Ermilov2011-05-181-0/+2
* MFC: r221439Rick Macklem2011-05-181-0/+2
* MFC: r221032,r221040,r221066Rick Macklem2011-05-155-0/+2907
* MFC: r217432Rick Macklem2011-01-212-1/+2
* MFC: r216931Rick Macklem2011-01-172-2/+5
* MFC: r214048, r214053Rick Macklem2010-11-013-5/+60
* MFC: r210455, r210456Rick Macklem2010-08-072-0/+486
* MFC: r203731Marius Strobl2010-03-302-22/+24
* - Factor out the code shared between NFS client and server into its ownMarius Strobl2010-02-222-0/+78
* 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
* Apparently SEEK_END locking not supported by NFS. Previous variantAndrey A. Chernov2001-08-231-1/+5
* Move <machine/*> after <sys/*>Andrey A. Chernov2001-08-231-1/+2
* adv. lock:Andrey A. Chernov2001-08-231-5/+5
* Fix a client-side memory leak in nfs_flush(). The code allocatesIan Dowse2001-08-011-2/+2
* Check the filehandle size when mounting.Peter Wemm2001-07-301-0/+2