aboutsummaryrefslogtreecommitdiff
path: root/sys/nfs4client
Commit message (Expand)AuthorAgeFilesLines
* While reviewing NFS client for another PR, noticed this omission in theChuck Lever2006-05-241-1/+1
* 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
* Add better sanity checking to the logic that handles ioctl processingChuck Lever2006-05-131-4/+7
* 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
* Normalize a significant number of kernel malloc type names:Robert Watson2005-10-311-1/+1
* - We want if (mrep != NULL) not if (m_freem != NULL). m_freem will neverJeff Roberson2005-04-251-1/+1
* - cache_lookup() relocks the parent in the DOTDOT case for us.Jeff Roberson2005-04-141-2/+0
* - Change all filesystems and vfs_cache to relock the dvp once the child isJeff Roberson2005-04-131-3/+2
* - Remove wantparent, it is no longer necessary. An assert in vfs_lookup.cJeff Roberson2005-03-291-3/+2
* - cache_lookup() now locks the new vnode for us to prevent some races.Jeff Roberson2005-03-291-39/+18
* - We no longer have to bother with PDIRUNLOCK, lookup() handles it for us.Jeff Roberson2005-03-281-47/+10
* - 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
* - It is no longer necessary to lock and unlock the vnode in nfs4_close()Jeff Roberson2005-03-131-2/+0
* Follow v_id changes in NFSv[23]Poul-Henning Kamp2005-02-221-13/+9
* Remove unused cred arg from nfs_vinvalbuf() and many bogus argumentsPoul-Henning Kamp2005-01-241-8/+5
* This file fell out of the list when adding bufsync.Poul-Henning Kamp2005-01-111-0/+1
* Remove the unused credential argument from VOP_FSYNC() and VFS_SYNC().Poul-Henning Kamp2005-01-112-8/+8
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-0714-16/+16
* Rewrite of the NFS client's reply handling. We now have NFS socketPaul Saab2004-12-062-0/+2
* Convert to nmount, add omount compat.Poul-Henning Kamp2004-12-061-9/+28
* 2 fixes that improve on the consistency of the NFS client cache.Paul Saab2004-12-062-4/+4
* VFS_STATFS(mp, ...) is mostly called with &mp->mnt_stat, but a few casesPoul-Henning Kamp2004-12-051-6/+0
* Back when VOP_* was introduced, we did not have new-style structPoul-Henning Kamp2004-12-011-64/+29
* don't confuse NFSMNT_ flags with MNT_ flags in statfsJim Rees2004-12-011-1/+0
* Remove redundant functions (repo-copied from nfsclient) for dealing withPoul-Henning Kamp2004-12-011-114/+0
* Scripted modification of vop_* prototypes to use typedefs.Poul-Henning Kamp2004-12-011-25/+25
* Fix for a bug in nfs_mkdir() that called vrele() instead of vput()Jim Rees2004-12-011-1/+1
* Refuse attempts to mount root filesystemPoul-Henning Kamp2004-11-091-1/+1
* comment out debug printf.Alfred Perlstein2004-10-271-1/+1
* Remove blank line which crept in.Poul-Henning Kamp2004-10-261-1/+0
* Loose the v_dirty* and v_clean* alias macros.Poul-Henning Kamp2004-10-251-1/+2
* Move the buffer method vector (buf->b_op) to the bufobj.Poul-Henning Kamp2004-10-241-1/+20
* Add b_bufobj to struct buf which eventually will eliminate the need for b_vp.Poul-Henning Kamp2004-10-221-7/+5
* Move the VI_BWAIT flag into no bo_flag element of bufobj and call it BO_WWAITPoul-Henning Kamp2004-10-211-15/+9
* Remove NFS4 vop method vector for devices: we are desupporing device nodesPoul-Henning Kamp2004-09-271-81/+12
* Remove unused B_WRITEINPROG flagPoul-Henning Kamp2004-09-151-8/+3
* Explicitly pass vnode to nfs_doio() and mountpoint to nfs_asyncio().Poul-Henning Kamp2004-09-071-4/+2
* Put a version element in the VFS filesystem configuration structurePoul-Henning Kamp2004-07-301-4/+3
* Avoid casts as lvalues.Alexander Kabaev2004-07-281-2/+3
* Eliminate unused second argument to reassignbuf() and simplify itPoul-Henning Kamp2004-07-251-1/+1
* 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
* Second half of the dev_t cleanup.Poul-Henning Kamp2004-06-171-1/+1
* Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp2004-06-161-5/+5