summaryrefslogtreecommitdiffstats
path: root/sys/nfs4client
Commit message (Expand)AuthorAgeFilesLines
* - We want if (mrep != NULL) not if (m_freem != NULL). m_freem will neverjeff2005-04-251-1/+1
* - cache_lookup() relocks the parent in the DOTDOT case for us.jeff2005-04-141-2/+0
* - Change all filesystems and vfs_cache to relock the dvp once the child isjeff2005-04-131-3/+2
* - Remove wantparent, it is no longer necessary. An assert in vfs_lookup.cjeff2005-03-291-3/+2
* - cache_lookup() now locks the new vnode for us to prevent some races.jeff2005-03-291-39/+18
* - We no longer have to bother with PDIRUNLOCK, lookup() handles it for us.jeff2005-03-281-47/+10
* - Update vfs_root implementations to match the new prototype. None ofjeff2005-03-241-1/+1
* Remove dead code.das2005-03-181-2/+0
* - It is no longer necessary to lock and unlock the vnode in nfs4_close()jeff2005-03-131-2/+0
* Follow v_id changes in NFSv[23]phk2005-02-221-13/+9
* Remove unused cred arg from nfs_vinvalbuf() and many bogus argumentsphk2005-01-241-8/+5
* This file fell out of the list when adding bufsync.phk2005-01-111-0/+1
* Remove the unused credential argument from VOP_FSYNC() and VFS_SYNC().phk2005-01-112-8/+8
* /* -> /*- for license, minor formatting changesimp2005-01-0714-16/+16
* Rewrite of the NFS client's reply handling. We now have NFS socketps2004-12-062-0/+2
* Convert to nmount, add omount compat.phk2004-12-061-9/+28
* 2 fixes that improve on the consistency of the NFS client cache.ps2004-12-062-4/+4
* VFS_STATFS(mp, ...) is mostly called with &mp->mnt_stat, but a few casesphk2004-12-051-6/+0
* Back when VOP_* was introduced, we did not have new-style structphk2004-12-011-64/+29
* don't confuse NFSMNT_ flags with MNT_ flags in statfsrees2004-12-011-1/+0
* Remove redundant functions (repo-copied from nfsclient) for dealing withphk2004-12-011-114/+0
* Scripted modification of vop_* prototypes to use typedefs.phk2004-12-011-25/+25
* Fix for a bug in nfs_mkdir() that called vrele() instead of vput()rees2004-12-011-1/+1
* Refuse attempts to mount root filesystemphk2004-11-091-1/+1
* comment out debug printf.alfred2004-10-271-1/+1
* Remove blank line which crept in.phk2004-10-261-1/+0
* Loose the v_dirty* and v_clean* alias macros.phk2004-10-251-1/+2
* Move the buffer method vector (buf->b_op) to the bufobj.phk2004-10-241-1/+20
* Add b_bufobj to struct buf which eventually will eliminate the need for b_vp.phk2004-10-221-7/+5
* Move the VI_BWAIT flag into no bo_flag element of bufobj and call it BO_WWAITphk2004-10-211-15/+9
* Remove NFS4 vop method vector for devices: we are desupporing device nodesphk2004-09-271-81/+12
* Remove unused B_WRITEINPROG flagphk2004-09-151-8/+3
* Explicitly pass vnode to nfs_doio() and mountpoint to nfs_asyncio().phk2004-09-071-4/+2
* Put a version element in the VFS filesystem configuration structurephk2004-07-301-4/+3
* Avoid casts as lvalues.kan2004-07-281-2/+3
* Eliminate unused second argument to reassignbuf() and simplify itphk2004-07-251-1/+1
* 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
* Second half of the dev_t cleanup.phk2004-06-171-1/+1
* Do the dreaded s/dev_t/struct cdev */phk2004-06-161-5/+5
* Remove advertising clause from University of California Regent'simp2004-04-073-12/+0
* fix for 64-bit arch:rees2004-03-261-1/+1
* Properly vector all bwrite() and BUF_WRITE() calls through the same pathphk2004-03-111-1/+1
* kthread_exit() no longer requires Giant, so don't force callers to acquirejhb2004-03-051-0/+1
* NFSv4 fixes from Connectathon 2004:rees2004-02-274-111/+94
* protect new cdevsw entries with "#if (__FreeBSD_version > 502102)"rees2004-02-221-1/+3
* in idmap_uid_to_name(), don't try to use the entry after freeing it, in therees2004-02-211-11/+7
* ask for rdattr_err in readdir, so we won't fail the readdir if we can't getrees2004-02-211-21/+27
OpenPOWER on IntegriCloud