aboutsummaryrefslogtreecommitdiff
path: root/sys/nfs4client/nfs4_vfsops.c
Commit message (Expand)AuthorAgeFilesLines
* - Complete part of the unfinished bufobj work by consistently usingJeff Roberson2008-03-221-0/+1
* Axe the 'thread' argument from VOP_ISLOCKED() and lockstatus() as it isAttilio Rao2008-02-251-2/+1
* Conver all explicit instances to VOP_ISLOCKED(arg, NULL) intoAttilio Rao2008-02-081-1/+1
* VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used inAttilio Rao2008-01-131-1/+1
* Rename the kthread_xxx (e.g. kthread_create()) callsJulian Elischer2007-10-201-2/+2
* Get rid of qaddr_t.Alfred Perlstein2007-10-161-1/+1
* Rename some functions and variables (mainly vfsops entry points) fromBruce Evans2007-01-251-37/+32
* Fixes up the handling of shared vnode lock lookups in the NFS client,Mohan Srinivasan2006-09-131-2/+2
* NFS over TCP retransmit behavior should default to a 60 second time out,Chuck Lever2006-05-231-2/+8
* Changes to make the NFS client MP safe.Mohan Srinivasan2006-05-191-0/+4
* Use nfs4_disconnect for connections opened with nfs4_connect.Jim Rees2006-01-191-2/+2
* Add marker vnodes to ensure that all vnodes associated with the mount point areTor Egge2006-01-091-2/+3
* Obtain mount point lock before restarting sync loop if vget() failed.Tor Egge2006-01-091-0/+1
* - Update vfs_root implementations to match the new prototype. None ofJeff Roberson2005-03-241-1/+1
* Remove dead code.David Schultz2005-03-181-2/+0
* Remove the unused credential argument from VOP_FSYNC() and VFS_SYNC().Poul-Henning Kamp2005-01-111-2/+2
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-2/+2
* Rewrite of the NFS client's reply handling. We now have NFS socketPaul Saab2004-12-061-0/+1
* Convert to nmount, add omount compat.Poul-Henning Kamp2004-12-061-9/+28
* Refuse attempts to mount root filesystemPoul-Henning Kamp2004-11-091-1/+1
* comment out debug printf.Alfred Perlstein2004-10-271-1/+1
* Loose the v_dirty* and v_clean* alias macros.Poul-Henning Kamp2004-10-251-1/+2
* Put a version element in the VFS filesystem configuration structurePoul-Henning Kamp2004-07-301-4/+3
* Make VFS_ROOT() and vflush() take a thread argument.Alfred Perlstein2004-07-121-3/+3
* Change the following environment variables to kernel options:Brian Somers2004-07-081-0/+1
* Change the following kernel options to environment variables:Brian Somers2004-07-081-1/+0
* When we traverse the vnodes on a mountpoint we need to look out forPoul-Henning Kamp2004-07-041-11/+2
* Remove advertising clause from University of California Regent'sWarner Losh2004-04-071-4/+0
* kthread_exit() no longer requires Giant, so don't force callers to acquireJohn Baldwin2004-03-051-0/+1
* NFSv4 fixes from Connectathon 2004:Jim Rees2004-02-271-3/+3
* Use function pointers to remove the depenancy cross dependancy on nfs4Alfred Perlstein2003-11-221-79/+10
* unbreak LINT.Alfred Perlstein2003-11-151-4/+0
* University of Michigan's Citi NFSv4 kernel client code.Alfred Perlstein2003-11-141-0/+938