| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC 245508,245566,245568,245611,245909: | John Baldwin | 2013-02-28 | 1 | -2/+2 |
| * | Add a lock flags argument to the VFS_FHTOVP() file system | Rick Macklem | 2011-05-22 | 1 | -1/+1 |
| * | - Move pubflag and lockflag handling from nfsrv_fhtovp() to nfs_namei() - | Pawel Jakub Dawidek | 2010-12-21 | 1 | -14/+15 |
| * | On error, unbusy file system and jump to the end, so we won't try to unlock | Pawel Jakub Dawidek | 2010-12-21 | 1 | -0/+2 |
| * | After r216626 no extra { } are needed with VFS_UNLOCK_GIANT(). | Pawel Jakub Dawidek | 2010-12-21 | 1 | -2/+2 |
| * | Patch the regular NFS server so that it returns ESTALE to the client | Rick Macklem | 2010-03-26 | 1 | -0/+3 |
| * | Factor out the code shared between NFS client and server into its own | Marius Strobl | 2010-02-16 | 1 | -0/+1 |
| * | Remove the old kernel RPC implementation and the NFS_LEGACYRPC option. | Doug Rabson | 2009-06-30 | 1 | -82/+4 |
| * | Rework the credential code to support larger values of NGROUPS and | Brooks Davis | 2009-06-19 | 1 | -3/+1 |
| * | Do not embed struct ucred into larger netcred parent structures. | Alexander Kabaev | 2009-05-09 | 1 | -0/+3 |
| * | Change nfsserver so that it uses the nfssvc() system call provided | Rick Macklem | 2009-04-12 | 1 | -12/+5 |
| * | Last step of splitting up minor and unit numbers: remove minor(). | Ed Schouten | 2009-01-28 | 1 | -2/+2 |
| * | In the nfsrv_fhtovp(), after the vfs_getvfs() function found the pointer | Konstantin Belousov | 2008-11-29 | 1 | -3/+6 |
| * | Allow v3 GETATTR requests even when weakly authenticated. Change the error | Doug Rabson | 2008-11-12 | 1 | -2/+3 |
| * | Don't depend on krpc.ko in the NFS_LEGACYRPC case. | Doug Rabson | 2008-11-06 | 1 | -0/+2 |
| * | Unbreak NFS. | Dag-Erling Smørgrav | 2008-11-06 | 1 | -0/+1 |
| * | If mountd doesn't specify a secflavor list for the mount, assume that -sec=sys | Doug Rabson | 2008-11-05 | 1 | -0/+10 |
| * | Implement support for RPCSEC_GSS authentication to both the NFS client | Doug Rabson | 2008-11-03 | 1 | -10/+55 |
| * | Decontext-alize the nfsserver module. | Attilio Rao | 2008-09-16 | 1 | -2/+2 |
| * | Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed thread | Attilio Rao | 2008-08-28 | 1 | -1/+1 |
| * | Replaced the misleading uses of a historical artefact M_TRYWAIT with M_WAIT. | Ruslan Ermilov | 2008-03-25 | 1 | -2/+2 |
| * | Use nfsrv_destroycache() only once, else it crashes the server. | Remko Lodder | 2008-01-18 | 1 | -1/+0 |
| * | VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used in | Attilio Rao | 2008-01-13 | 1 | -5/+4 |
| * | vn_lock() is currently only used with the 'curthread' passed as argument. | Attilio Rao | 2008-01-10 | 1 | -1/+1 |
| * | Garbage collect now-unused nfsrv_setcred() -- it's not only unused, but | Robert Watson | 2007-11-04 | 1 | -17/+0 |
| * | Remove the now-unused NET_{LOCK,UNLOCK,ASSERT}_GIANT() macros, which | Robert Watson | 2007-08-06 | 1 | -2/+0 |
| * | First in a series of changes to remove the now-unused Giant compatibility | Robert Watson | 2007-07-27 | 1 | -4/+1 |
| * | - Split out the part of SYSCALL_MODULE_HELPER() that builds a 'struct | John Baldwin | 2007-04-02 | 1 | -9/+12 |
| * | - Turn all explicit giant acquires into conditional VFS_LOCK_GIANTs. | Jeff Roberson | 2007-03-17 | 1 | -71/+42 |
| * | The nfsm_srvpathsiz() macro in nfsrv_symlink() in nfs_serv.c should | Hiroki Sato | 2007-01-02 | 1 | -0/+18 |
| * | Push Giant a bit further off the NFS server in a number of straight | Robert Watson | 2006-11-24 | 1 | -11/+31 |
| * | - Add a new function nfsrv_destroycache() to tear down the server request | John Baldwin | 2006-08-01 | 1 | -1/+2 |
| * | Now that all system calls are MPSAFE, retire the SYF_MPSAFE flag used to | John Baldwin | 2006-07-28 | 1 | -1/+2 |
| * | Temporary workaround to prevent leak of Giant from nfsd when calling | Konstantin Belousov | 2006-06-05 | 1 | -0/+4 |
| * | rick says: | Chuck Lever | 2006-04-02 | 1 | -0/+6 |
| * | - Release the references acquired by VOP_GETWRITEMOUNT and vfs_getvfs(). | Jeff Roberson | 2006-03-31 | 1 | -2/+4 |
| * | - Reorder calls to vrele() after calls to vput() when the vrele is a | Jeff Roberson | 2006-02-01 | 1 | -1/+1 |
| * | Use the refcount API to manage the reference count for user credentials | John Baldwin | 2005-09-27 | 1 | -1/+2 |
| * | avoid potential null ptr deref by free'ing excess mbufs instead of | Sam Leffler | 2005-03-28 | 1 | -2/+4 |
| * | Don't try to create vnode_pager objects on other filesystems vnodes, | Poul-Henning Kamp | 2005-01-24 | 1 | -15/+0 |
| * | Now that we have a non blocking version of nfsm_dissect(), change all the | Paul Saab | 2005-01-19 | 1 | -16/+16 |
| * | Ditch vfs_object_create() and make the callers call VOP_CREATEVOBJECT() | Poul-Henning Kamp | 2005-01-13 | 1 | -1/+1 |
| * | /* -> /*- for license, minor formatting changes | Warner Losh | 2005-01-07 | 1 | -1/+1 |
| * | If debug.mpsafenet is non-zero, run the NFS server callout without | Robert Watson | 2004-07-24 | 1 | -1/+4 |
| * | Do a pass over all modules in the kernel and make them return EOPNOTSUPP | Poul-Henning Kamp | 2004-07-15 | 1 | -5/+8 |
| * | Giant wasn't dropped here if we have to return EBUSY. This is bad. | Bosko Milekic | 2004-05-31 | 1 | -1/+3 |
| * | The NFS server modevent code manually patches the system call table to | Robert Watson | 2004-05-31 | 1 | -1/+1 |
| * | The socket code upcalls into the NFS server using the so_upcall | Robert Watson | 2004-05-24 | 1 | -36/+97 |
| * | Don't let the NFS server module be unloaded as long as there are | Peter Edwards | 2004-04-11 | 1 | -0/+2 |
| * | Remove advertising clause from University of California Regent's | Warner Losh | 2004-04-07 | 1 | -4/+0 |