| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC 212293: | John Baldwin | 2010-09-20 | 1 | -3/+3 |
| * | MFC r178243: | Konstantin Belousov | 2008-08-01 | 1 | -11/+29 |
| * | MFC an ABI compatible implementation of Multiple routing tables. | Julian Elischer | 2008-07-24 | 1 | -1/+2 |
| * | MFC: | Attilio Rao | 2008-05-05 | 1 | -0/+1 |
| * | MFC: Kernel mode Network Lock Manager. | Doug Rabson | 2008-04-10 | 1 | -0/+18 |
| * | - Move rusage from being per-process in struct pstats to per-thread in | Jeff Roberson | 2007-06-01 | 1 | -1/+1 |
| * | Rename some functions and variables from nfs_* to nfs4_* to avoid | Bruce Evans | 2007-01-25 | 1 | -13/+13 |
| * | Rename some functions and variables (mainly vfsops entry points) from | Bruce Evans | 2007-01-25 | 1 | -37/+32 |
| * | Unstaticize nfs_iosize() in nfsclient and use it in nfs4client instead | Bruce Evans | 2007-01-25 | 1 | -18/+0 |
| * | Cylinder group bitmaps and blocks containing inode for a snapshot | Konstantin Belousov | 2007-01-23 | 1 | -0/+1 |
| * | NFSv4 client: | Jim Rees | 2006-11-28 | 2 | -1/+10 |
| * | Fixes up the handling of shared vnode lock lookups in the NFS client, | Mohan Srinivasan | 2006-09-13 | 2 | -8/+8 |
| * | Always supply curthread as argument to nfs_asyncio and nfs_doio | Konstantin Belousov | 2006-07-12 | 1 | -8/+2 |
| * | While reviewing NFS client for another PR, noticed this omission in the | Chuck Lever | 2006-05-24 | 1 | -1/+1 |
| * | NFS over TCP retransmit behavior should default to a 60 second time out, | Chuck Lever | 2006-05-23 | 1 | -2/+8 |
| * | Changes to make the NFS client MP safe. | Mohan Srinivasan | 2006-05-19 | 1 | -0/+4 |
| * | Add better sanity checking to the logic that handles ioctl processing | Chuck Lever | 2006-05-13 | 1 | -4/+7 |
| * | Use nfs4_disconnect for connections opened with nfs4_connect. | Jim Rees | 2006-01-19 | 1 | -2/+2 |
| * | Add marker vnodes to ensure that all vnodes associated with the mount point are | Tor Egge | 2006-01-09 | 1 | -2/+3 |
| * | Obtain mount point lock before restarting sync loop if vget() failed. | Tor Egge | 2006-01-09 | 1 | -0/+1 |
| * | Normalize a significant number of kernel malloc type names: | Robert Watson | 2005-10-31 | 1 | -1/+1 |
| * | - We want if (mrep != NULL) not if (m_freem != NULL). m_freem will never | Jeff Roberson | 2005-04-25 | 1 | -1/+1 |
| * | - cache_lookup() relocks the parent in the DOTDOT case for us. | Jeff Roberson | 2005-04-14 | 1 | -2/+0 |
| * | - Change all filesystems and vfs_cache to relock the dvp once the child is | Jeff Roberson | 2005-04-13 | 1 | -3/+2 |
| * | - Remove wantparent, it is no longer necessary. An assert in vfs_lookup.c | Jeff Roberson | 2005-03-29 | 1 | -3/+2 |
| * | - cache_lookup() now locks the new vnode for us to prevent some races. | Jeff Roberson | 2005-03-29 | 1 | -39/+18 |
| * | - We no longer have to bother with PDIRUNLOCK, lookup() handles it for us. | Jeff Roberson | 2005-03-28 | 1 | -47/+10 |
| * | - Update vfs_root implementations to match the new prototype. None of | Jeff Roberson | 2005-03-24 | 1 | -1/+1 |
| * | Remove dead code. | David Schultz | 2005-03-18 | 1 | -2/+0 |
| * | - It is no longer necessary to lock and unlock the vnode in nfs4_close() | Jeff Roberson | 2005-03-13 | 1 | -2/+0 |
| * | Follow v_id changes in NFSv[23] | Poul-Henning Kamp | 2005-02-22 | 1 | -13/+9 |
| * | Remove unused cred arg from nfs_vinvalbuf() and many bogus arguments | Poul-Henning Kamp | 2005-01-24 | 1 | -8/+5 |
| * | This file fell out of the list when adding bufsync. | Poul-Henning Kamp | 2005-01-11 | 1 | -0/+1 |
| * | Remove the unused credential argument from VOP_FSYNC() and VFS_SYNC(). | Poul-Henning Kamp | 2005-01-11 | 2 | -8/+8 |
| * | /* -> /*- for license, minor formatting changes | Warner Losh | 2005-01-07 | 14 | -16/+16 |
| * | Rewrite of the NFS client's reply handling. We now have NFS socket | Paul Saab | 2004-12-06 | 2 | -0/+2 |
| * | Convert to nmount, add omount compat. | Poul-Henning Kamp | 2004-12-06 | 1 | -9/+28 |
| * | 2 fixes that improve on the consistency of the NFS client cache. | Paul Saab | 2004-12-06 | 2 | -4/+4 |
| * | VFS_STATFS(mp, ...) is mostly called with &mp->mnt_stat, but a few cases | Poul-Henning Kamp | 2004-12-05 | 1 | -6/+0 |
| * | Back when VOP_* was introduced, we did not have new-style struct | Poul-Henning Kamp | 2004-12-01 | 1 | -64/+29 |
| * | don't confuse NFSMNT_ flags with MNT_ flags in statfs | Jim Rees | 2004-12-01 | 1 | -1/+0 |
| * | Remove redundant functions (repo-copied from nfsclient) for dealing with | Poul-Henning Kamp | 2004-12-01 | 1 | -114/+0 |
| * | Scripted modification of vop_* prototypes to use typedefs. | Poul-Henning Kamp | 2004-12-01 | 1 | -25/+25 |
| * | Fix for a bug in nfs_mkdir() that called vrele() instead of vput() | Jim Rees | 2004-12-01 | 1 | -1/+1 |
| * | Refuse attempts to mount root filesystem | Poul-Henning Kamp | 2004-11-09 | 1 | -1/+1 |
| * | comment out debug printf. | Alfred Perlstein | 2004-10-27 | 1 | -1/+1 |
| * | Remove blank line which crept in. | Poul-Henning Kamp | 2004-10-26 | 1 | -1/+0 |
| * | Loose the v_dirty* and v_clean* alias macros. | Poul-Henning Kamp | 2004-10-25 | 1 | -1/+2 |
| * | Move the buffer method vector (buf->b_op) to the bufobj. | Poul-Henning Kamp | 2004-10-24 | 1 | -1/+20 |
| * | Add b_bufobj to struct buf which eventually will eliminate the need for b_vp. | Poul-Henning Kamp | 2004-10-22 | 1 | -7/+5 |