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