summaryrefslogtreecommitdiffstats
path: root/sys/nfs4client/nfs4_vfsops.c
Commit message (Expand)AuthorAgeFilesLines
* Move the NFS/RPC code away from lbolt.ed2008-07-221-1/+3
* Add code to allow the system to handle multiple routing tables.julian2008-05-091-1/+2
* - Complete part of the unfinished bufobj work by consistently usingjeff2008-03-221-0/+1
* Axe the 'thread' argument from VOP_ISLOCKED() and lockstatus() as it isattilio2008-02-251-2/+1
* Conver all explicit instances to VOP_ISLOCKED(arg, NULL) intoattilio2008-02-081-1/+1
* VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used inattilio2008-01-131-1/+1
* Rename the kthread_xxx (e.g. kthread_create()) callsjulian2007-10-201-2/+2
* Get rid of qaddr_t.alfred2007-10-161-1/+1
* Rename some functions and variables (mainly vfsops entry points) frombde2007-01-251-37/+32
* Fixes up the handling of shared vnode lock lookups in the NFS client,mohans2006-09-131-2/+2
* NFS over TCP retransmit behavior should default to a 60 second time out,cel2006-05-231-2/+8
* Changes to make the NFS client MP safe.mohans2006-05-191-0/+4
* Use nfs4_disconnect for connections opened with nfs4_connect.rees2006-01-191-2/+2
* Add marker vnodes to ensure that all vnodes associated with the mount point aretegge2006-01-091-2/+3
* Obtain mount point lock before restarting sync loop if vget() failed.tegge2006-01-091-0/+1
* - Update vfs_root implementations to match the new prototype. None ofjeff2005-03-241-1/+1
* Remove dead code.das2005-03-181-2/+0
* Remove the unused credential argument from VOP_FSYNC() and VFS_SYNC().phk2005-01-111-2/+2
* /* -> /*- for license, minor formatting changesimp2005-01-071-2/+2
* Rewrite of the NFS client's reply handling. We now have NFS socketps2004-12-061-0/+1
* Convert to nmount, add omount compat.phk2004-12-061-9/+28
* Refuse attempts to mount root filesystemphk2004-11-091-1/+1
* comment out debug printf.alfred2004-10-271-1/+1
* Loose the v_dirty* and v_clean* alias macros.phk2004-10-251-1/+2
* Put a version element in the VFS filesystem configuration structurephk2004-07-301-4/+3
* Make VFS_ROOT() and vflush() take a thread argument.alfred2004-07-121-3/+3
* Change the following environment variables to kernel options:brian2004-07-081-0/+1
* Change the following kernel options to environment variables:brian2004-07-081-1/+0
* When we traverse the vnodes on a mountpoint we need to look out forphk2004-07-041-11/+2
* Remove advertising clause from University of California Regent'simp2004-04-071-4/+0
* kthread_exit() no longer requires Giant, so don't force callers to acquirejhb2004-03-051-0/+1
* NFSv4 fixes from Connectathon 2004:rees2004-02-271-3/+3
* Use function pointers to remove the depenancy cross dependancy on nfs4alfred2003-11-221-79/+10
* unbreak LINT.alfred2003-11-151-4/+0
* University of Michigan's Citi NFSv4 kernel client code.alfred2003-11-141-0/+938
OpenPOWER on IntegriCloud