| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC r216454: | Konstantin Belousov | 2010-12-26 | 1 | -2/+11 |
| * | MFC r214851: | Konstantin Belousov | 2010-11-08 | 1 | -1/+1 |
| * | MFC r214049: | Konstantin Belousov | 2010-11-03 | 1 | -12/+13 |
| * | MFC r211854: | Pawel Jakub Dawidek | 2010-11-02 | 1 | -40/+48 |
| * | MFC 200084: | John Baldwin | 2009-12-18 | 1 | -4/+3 |
| * | MFC r197287, r197289, r197351, r197426, r197458, r197459, r197497, r197498, | Pawel Jakub Dawidek | 2009-09-29 | 1 | -1/+1 |
| * | MFC r197039, r197040: | Pawel Jakub Dawidek | 2009-09-15 | 1 | -2/+2 |
| * | Remove the old kernel RPC implementation and the NFS_LEGACYRPC option. | Doug Rabson | 2009-06-30 | 1 | -424/+0 |
| * | Remove the thread argument from the FSD (File-System Dependent) parts of | Attilio Rao | 2009-05-11 | 1 | -2/+2 |
| * | Use shared vnode locks when invoking VOP_READDIR(). | John Baldwin | 2009-02-13 | 1 | -2/+2 |
| * | Handle VFS_VGET() failing with an error other than EOPNOTSUPP in addition | Ken Smith | 2008-12-16 | 1 | -3/+6 |
| * | Change nfsserver slightly so that it does not trip over the timestamp | Alexander Kabaev | 2008-12-03 | 1 | -7/+8 |
| * | Implement support for RPCSEC_GSS authentication to both the NFS client | Doug Rabson | 2008-11-03 | 1 | -28/+39 |
| * | Document a few sysctls in the NFS client and server code. | Tom Rhodes | 2008-11-02 | 1 | -2/+4 |
| * | Introduce accmode_t. This is required for NFSv4 ACLs - it will be neccessary | Edward Tomasz Napierala | 2008-10-28 | 1 | -5/+6 |
| * | Retire the MALLOC and FREE macros. They are an abomination unto style(9). | Dag-Erling Smørgrav | 2008-10-23 | 1 | -19/+19 |
| * | Turn XXX's for unlocked writes of NFS server statistics to simple notes, | Robert Watson | 2008-10-12 | 1 | -2/+2 |
| * | Remove the suser(9) interface from the kernel. It has been replaced from | Attilio Rao | 2008-09-17 | 1 | -2/+4 |
| * | Decontext-alize the nfsserver module. | Attilio Rao | 2008-09-16 | 1 | -58/+55 |
| * | Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed thread | Attilio Rao | 2008-08-28 | 1 | -49/+47 |
| * | Change the fix in the rev. 1.179 to use nfsrv_lockedpair_nd(). | Konstantin Belousov | 2008-05-28 | 1 | -6/+2 |
| * | Initialize vfslocked prior to calling nfsm_srvmtofh where it was forgotten. | Konstantin Belousov | 2008-05-28 | 1 | -0/+3 |
| * | Replaced the misleading uses of a historical artefact M_TRYWAIT with M_WAIT. | Ruslan Ermilov | 2008-03-25 | 1 | -4/+4 |
| * | - Complete part of the unfinished bufobj work by consistently using | Jeff Roberson | 2008-03-22 | 1 | -8/+7 |
| * | Fix the Giant leak in the nfsrv_remove(). | Konstantin Belousov | 2008-03-04 | 1 | -2/+6 |
| * | VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used in | Attilio Rao | 2008-01-13 | 1 | -16/+16 |
| * | vn_lock() is currently only used with the 'curthread' passed as argument. | Attilio Rao | 2008-01-10 | 1 | -13/+13 |
| * | Add a -z flag to nfsstat which zeros the NFS statistics after displaying | John Baldwin | 2007-10-18 | 1 | -1/+1 |
| * | Include priv.h to pick up suser(9) definitions, missed in an earlier | Robert Watson | 2007-06-13 | 1 | -0/+1 |
| * | Init timespec to zero fo quiesce warnings. | Matt Jacob | 2007-06-10 | 1 | -1/+1 |
| * | Initialize vfslocked to 0 before nfsm_srvmtofh() so that the variable is | John Baldwin | 2007-03-26 | 1 | -0/+1 |
| * | - Turn all explicit giant acquires into conditional VFS_LOCK_GIANTs. | Jeff Roberson | 2007-03-17 | 1 | -554/+187 |
| * | Move vnode-to-file-handle translation from vfs_vptofh to vop_vptofh method. | Pawel Jakub Dawidek | 2007-02-15 | 1 | -6/+6 |
| * | Get the vfs giant lock before calling nfs_access. | Mike Pritchard | 2007-02-13 | 1 | -3/+9 |
| * | Push Giant a bit further off the NFS server in a number of straight | Robert Watson | 2006-11-24 | 1 | -213/+263 |
| * | Protect nfsm_srvpathsiz() call with the nfsd_mtx lock. | Pawel Jakub Dawidek | 2006-11-20 | 1 | -5/+6 |
| * | Fix leak in NAMEI zone caused by nfs server when VOP_RENAME fails. | Konstantin Belousov | 2006-10-26 | 1 | -2/+2 |
| * | Temporary workaround to prevent leak of Giant from nfsd when calling | Konstantin Belousov | 2006-06-05 | 1 | -0/+16 |
| * | - Release the references acquired by VOP_GETWRITEMOUNT and vfs_getvfs(). | Jeff Roberson | 2006-03-31 | 1 | -0/+11 |
| * | - Reorder vrele calls after vput calls to prevent lock order reversals | Jeff Roberson | 2006-03-12 | 1 | -26/+17 |
| * | - Reorder calls to vrele() after calls to vput() when the vrele is a | Jeff Roberson | 2006-02-01 | 1 | -38/+37 |
| * | Manage the ucred for the NFS server using the crget/crfree API defined in | Christian S.J. Peron | 2006-01-28 | 1 | -24/+24 |
| * | Revert my previous commit. | Tom Rhodes | 2006-01-23 | 1 | -0/+11 |
| * | Fix indentation. | Tom Rhodes | 2006-01-23 | 1 | -7/+7 |
| * | Remove some dead code. | Tom Rhodes | 2006-01-21 | 1 | -18/+7 |
| * | Keep locks consistent before goto. | Gleb Smirnoff | 2005-10-27 | 1 | -0/+4 |
| * | NFS write gathering defers execution of NFS server write requests to wait | Robert Watson | 2005-04-17 | 1 | -1/+23 |
| * | Don't try to create vnode_pager objects on other filesystems vnodes, | Poul-Henning Kamp | 2005-01-24 | 1 | -2/+0 |
| * | Now that we have a non blocking version of nfsm_dissect(), change all the | Paul Saab | 2005-01-19 | 1 | -21/+21 |
| * | Remove the unused credential argument from VOP_FSYNC() and VFS_SYNC(). | Poul-Henning Kamp | 2005-01-11 | 1 | -1/+1 |