summaryrefslogtreecommitdiffstats
path: root/sys/nfsclient/nfs.h
Commit message (Expand)AuthorAgeFilesLines
* Fix a comment that got missed by r221973 which changedrmacklem2011-05-161-1/+1
* Do not synchronously start the nfsiod threads at all. The r212506kib2010-10-181-1/+1
* Do not fork nfsiod directly from the vop methods. This causes LORs betweenkib2010-09-121-0/+2
* Fix a race that can occur when nfs nfsiod threads are being created.rmacklem2010-01-271-1/+1
* Adjust the internal NFS KPI to avoid the last traces of NFS_LEGACYRPC.dfr2009-06-301-7/+2
* Remove the old kernel RPC implementation and the NFS_LEGACYRPC option.dfr2009-06-301-61/+0
* Remove the unmaintained University of Michigan NFSv4 client from 8.xrwatson2009-05-221-12/+0
* Remove the thread argument from the FSD (File-System Dependent) parts ofattilio2009-05-111-1/+1
* When a stale file handle is encountered, purge all cached information aboutjhb2009-04-061-0/+1
* Change the default timeout for caching attributes of a directory in the NFSjhb2009-04-061-1/+1
* Expand the per-node access cache to cache permissions for multiple users.jhb2009-03-201-0/+3
* Switch the default rpc implementation for NFS back to the new code. I believedfr2008-11-141-4/+0
* Temporarily switch NFS back to the old RPC code while I try to diagnose anddfr2008-11-131-0/+4
* Implement support for RPCSEC_GSS authentication to both the NFS clientdfr2008-11-031-4/+21
* Re-implement the client side of rpc.lockd in the kernel. This implementationdfr2008-06-261-0/+1
* NFS MP scaling changes.mohans2007-10-121-2/+2
* Unstaticize nfs_iosize() in nfsclient and use it in nfs4client insteadbde2007-01-251-0/+1
* 1) Fix up locking in nfs_up() and nfs_down.mohans2006-11-201-1/+1
* Fixed some style bugs (especially ones involving long lines and usebde2006-10-171-17/+19
* Since NFSv4 is not SMP safe, nfsiod needs to acquire Giant for NFSv4 mountsmohans2006-05-241-0/+1
* NFS over TCP retransmit behavior should default to a 60 second time out,cel2006-05-231-1/+2
* Refactor the NFS over UDP retransmit timeout estimation logic to allowcel2006-05-231-0/+25
* Changes to make the NFS client MP safe.mohans2006-05-191-2/+2
* Make nfs_timer() MPSAFE. With this change, the bottom half of the NFSps2005-07-191-0/+1
* Remove unused cred arg from nfs_vinvalbuf() and many bogus argumentsphk2005-01-241-2/+1
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+1
* First cut of NFS direct IO support.ps2004-12-151-0/+2
* Rewrite of the NFS client's reply handling. We now have NFS socketps2004-12-061-15/+7
* Correct a typo in a comment.rwatson2004-12-061-1/+1
* For reasons unknown, the nfs locking code used a fifo to send requests tophk2004-12-061-4/+0
* style consistency.phk2004-09-271-1/+1
* Explicitly pass vnode to nfs_doio() and mountpoint to nfs_asyncio().phk2004-09-071-2/+2
* NFS mobility PHASE I, II & III (phase VI, and V pending):alfred2004-07-061-2/+13
* Clean up properly when unloading NFS client module.peadar2004-04-111-0/+2
* Remove advertising clause from University of California Regent'simp2004-04-071-4/+0
* only do nfs rpc callouts if there is work to do.rees2004-03-251-1/+1
* Calculate NFS timeouts in units of 10ms, not 5ms. This matches the defaultpeter2004-03-141-1/+1
* NFSv4 fixes from Connectathon 2004:rees2004-02-271-2/+0
* Use function pointers to remove the depenancy cross dependancy on nfs4alfred2003-11-221-0/+14
* Move the declaration for "struct nfs4_fctx" out from under #ifdef KERNELalfred2003-11-151-14/+14
* University of Michigan's Citi NFSv4 kernel client code.alfred2003-11-141-0/+19
* Remove extern declarations of stuff which is static in nfs_node.cphk2002-10-201-6/+0
* Use `struct uma_zone *' instead of uma_zone_t, so that <sys/uma.h> isn'tbde2002-09-051-1/+1
* Introduce typedefs for the member functions of struct vfsops and employphk2002-08-131-2/+2
* In namei(), we use a NULL thread for uio_td when doing a VOP_READLINK().jhb2002-06-281-1/+1
* Remove references to vm_zone.h and switch over to the new uma API.jeff2002-03-201-3/+1
* Revise the nfsiod auto tuning code. Now both the upper and lower limitspeter2002-01-151-1/+1
* Implement vfs.nfs.iodmin (minimum number of nfsiod's) andpeter2002-01-141-0/+1
* Permit NFS filesystems to be forcibly unmounted when the server isiedowse2002-01-021-0/+1
* o Pass td into nfs_mountroot() to eliminate an XXX'd curthread use.rwatson2001-12-311-1/+1
OpenPOWER on IntegriCloud