| Commit message (Expand) | Author | Age | Files | Lines |
* | - We want if (mrep != NULL) not if (m_freem != NULL). m_freem will never | jeff | 2005-04-25 | 1 | -1/+1 |
* | - cache_lookup() relocks the parent in the DOTDOT case for us. | jeff | 2005-04-14 | 1 | -2/+0 |
* | - Change all filesystems and vfs_cache to relock the dvp once the child is | jeff | 2005-04-13 | 1 | -3/+2 |
* | - Remove wantparent, it is no longer necessary. An assert in vfs_lookup.c | jeff | 2005-03-29 | 1 | -3/+2 |
* | - cache_lookup() now locks the new vnode for us to prevent some races. | jeff | 2005-03-29 | 1 | -39/+18 |
* | - We no longer have to bother with PDIRUNLOCK, lookup() handles it for us. | jeff | 2005-03-28 | 1 | -47/+10 |
* | - Update vfs_root implementations to match the new prototype. None of | jeff | 2005-03-24 | 1 | -1/+1 |
* | Remove dead code. | das | 2005-03-18 | 1 | -2/+0 |
* | - It is no longer necessary to lock and unlock the vnode in nfs4_close() | jeff | 2005-03-13 | 1 | -2/+0 |
* | Follow v_id changes in NFSv[23] | phk | 2005-02-22 | 1 | -13/+9 |
* | Remove unused cred arg from nfs_vinvalbuf() and many bogus arguments | phk | 2005-01-24 | 1 | -8/+5 |
* | This file fell out of the list when adding bufsync. | phk | 2005-01-11 | 1 | -0/+1 |
* | Remove the unused credential argument from VOP_FSYNC() and VFS_SYNC(). | phk | 2005-01-11 | 2 | -8/+8 |
* | /* -> /*- for license, minor formatting changes | imp | 2005-01-07 | 14 | -16/+16 |
* | Rewrite of the NFS client's reply handling. We now have NFS socket | ps | 2004-12-06 | 2 | -0/+2 |
* | Convert to nmount, add omount compat. | phk | 2004-12-06 | 1 | -9/+28 |
* | 2 fixes that improve on the consistency of the NFS client cache. | ps | 2004-12-06 | 2 | -4/+4 |
* | VFS_STATFS(mp, ...) is mostly called with &mp->mnt_stat, but a few cases | phk | 2004-12-05 | 1 | -6/+0 |
* | Back when VOP_* was introduced, we did not have new-style struct | phk | 2004-12-01 | 1 | -64/+29 |
* | don't confuse NFSMNT_ flags with MNT_ flags in statfs | rees | 2004-12-01 | 1 | -1/+0 |
* | Remove redundant functions (repo-copied from nfsclient) for dealing with | phk | 2004-12-01 | 1 | -114/+0 |
* | Scripted modification of vop_* prototypes to use typedefs. | phk | 2004-12-01 | 1 | -25/+25 |
* | Fix for a bug in nfs_mkdir() that called vrele() instead of vput() | rees | 2004-12-01 | 1 | -1/+1 |
* | Refuse attempts to mount root filesystem | phk | 2004-11-09 | 1 | -1/+1 |
* | comment out debug printf. | alfred | 2004-10-27 | 1 | -1/+1 |
* | Remove blank line which crept in. | phk | 2004-10-26 | 1 | -1/+0 |
* | Loose the v_dirty* and v_clean* alias macros. | phk | 2004-10-25 | 1 | -1/+2 |
* | Move the buffer method vector (buf->b_op) to the bufobj. | phk | 2004-10-24 | 1 | -1/+20 |
* | Add b_bufobj to struct buf which eventually will eliminate the need for b_vp. | phk | 2004-10-22 | 1 | -7/+5 |
* | Move the VI_BWAIT flag into no bo_flag element of bufobj and call it BO_WWAIT | phk | 2004-10-21 | 1 | -15/+9 |
* | Remove NFS4 vop method vector for devices: we are desupporing device nodes | phk | 2004-09-27 | 1 | -81/+12 |
* | Remove unused B_WRITEINPROG flag | phk | 2004-09-15 | 1 | -8/+3 |
* | Explicitly pass vnode to nfs_doio() and mountpoint to nfs_asyncio(). | phk | 2004-09-07 | 1 | -4/+2 |
* | Put a version element in the VFS filesystem configuration structure | phk | 2004-07-30 | 1 | -4/+3 |
* | Avoid casts as lvalues. | kan | 2004-07-28 | 1 | -2/+3 |
* | Eliminate unused second argument to reassignbuf() and simplify it | phk | 2004-07-25 | 1 | -1/+1 |
* | Make VFS_ROOT() and vflush() take a thread argument. | alfred | 2004-07-12 | 1 | -3/+3 |
* | Change the following environment variables to kernel options: | brian | 2004-07-08 | 1 | -0/+1 |
* | Change the following kernel options to environment variables: | brian | 2004-07-08 | 1 | -1/+0 |
* | When we traverse the vnodes on a mountpoint we need to look out for | phk | 2004-07-04 | 1 | -11/+2 |
* | Second half of the dev_t cleanup. | phk | 2004-06-17 | 1 | -1/+1 |
* | Do the dreaded s/dev_t/struct cdev */ | phk | 2004-06-16 | 1 | -5/+5 |
* | Remove advertising clause from University of California Regent's | imp | 2004-04-07 | 3 | -12/+0 |
* | fix for 64-bit arch: | rees | 2004-03-26 | 1 | -1/+1 |
* | Properly vector all bwrite() and BUF_WRITE() calls through the same path | phk | 2004-03-11 | 1 | -1/+1 |
* | kthread_exit() no longer requires Giant, so don't force callers to acquire | jhb | 2004-03-05 | 1 | -0/+1 |
* | NFSv4 fixes from Connectathon 2004: | rees | 2004-02-27 | 4 | -111/+94 |
* | protect new cdevsw entries with "#if (__FreeBSD_version > 502102)" | rees | 2004-02-22 | 1 | -1/+3 |
* | in idmap_uid_to_name(), don't try to use the entry after freeing it, in the | rees | 2004-02-21 | 1 | -11/+7 |
* | ask for rdattr_err in readdir, so we won't fail the readdir if we can't get | rees | 2004-02-21 | 1 | -21/+27 |