| Commit message (Expand) | Author | Age | Files | Lines |
| * | Handle VFS_VGET() failing with an error other than EOPNOTSUPP in addition | Ken Smith | 2008-12-16 | 1 | -3/+6 |
| * | We need to pass a structure with enough space for an NFSv2 filehandle to | Doug Rabson | 2008-12-10 | 1 | -3/+3 |
| * | Change nfsserver slightly so that it does not trip over the timestamp | Alexander Kabaev | 2008-12-03 | 1 | -7/+8 |
| * | In the nfsrv_fhtovp(), after the vfs_getvfs() function found the pointer | Konstantin Belousov | 2008-11-29 | 1 | -3/+6 |
| * | Switch the default rpc implementation for NFS back to the new code. I believe | Doug Rabson | 2008-11-14 | 1 | -4/+0 |
| * | Use the remote address for access control, not the local address. This fixes | Doug Rabson | 2008-11-13 | 1 | -2/+44 |
| * | Temporarily switch NFS back to the old RPC code while I try to diagnose and | Doug Rabson | 2008-11-13 | 1 | -0/+4 |
| * | Turn (NFSERR_AUTHERR|code) status values into svcerr_auth(rqst, code) replies | Doug Rabson | 2008-11-12 | 1 | -2/+7 |
| * | Allow v3 GETATTR requests even when weakly authenticated. Change the error | Doug Rabson | 2008-11-12 | 1 | -2/+3 |
| * | Range-check NFSv2 procedure numbers before converting to NFSv3. | Doug Rabson | 2008-11-07 | 1 | -2/+7 |
| * | 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 |
| * | Include <sys/eventhandler.h>. | Doug Rabson | 2008-11-04 | 1 | -0/+1 |
| * | Implement support for RPCSEC_GSS authentication to both the NFS client | Doug Rabson | 2008-11-03 | 11 | -65/+1373 |
| * | Document a few sysctls in the NFS client and server code. | Tom Rhodes | 2008-11-02 | 2 | -5/+10 |
| * | Introduce accmode_t. This is required for NFSv4 ACLs - it will be neccessary | Edward Tomasz Napierala | 2008-10-28 | 1 | -5/+6 |
| * | Rename three MAC entry points from _proc_ to _cred_ to reflect the fact | Robert Watson | 2008-10-28 | 1 | -1/+1 |
| * | Retire the MALLOC and FREE macros. They are an abomination unto style(9). | Dag-Erling Smørgrav | 2008-10-23 | 4 | -31/+31 |
| * | 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 | 5 | -101/+91 |
| * | Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed thread | Attilio Rao | 2008-08-28 | 2 | -50/+48 |
| * | Remove spls from NFS server setup call; expand receive socket buffer | Robert Watson | 2008-06-30 | 1 | -8/+3 |
| * | 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 | 5 | -15/+15 |
| * | - Complete part of the unfinished bufobj work by consistently using | Jeff Roberson | 2008-03-22 | 1 | -8/+7 |
| * | Fix a regression from the last revision - don't edit the ns_rec list while | Doug Rabson | 2008-03-19 | 1 | -1/+3 |
| * | Don't call nfs_realign while holding locks. | Doug Rabson | 2008-03-18 | 1 | -4/+5 |
| * | Fix the Giant leak in the nfsrv_remove(). | Konstantin Belousov | 2008-03-04 | 1 | -2/+6 |
| * | 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 | 2 | -21/+20 |
| * | vn_lock() is currently only used with the 'curthread' passed as argument. | Attilio Rao | 2008-01-10 | 2 | -14/+14 |
| * | Garbage collect now-unused nfsrv_setcred() -- it's not only unused, but | Robert Watson | 2007-11-04 | 2 | -18/+0 |
| * | Rename mac_associate_nfsd_label() to mac_proc_associate_nfsd(), and move | Robert Watson | 2007-10-25 | 1 | -1/+1 |
| * | Add a -z flag to nfsstat which zeros the NFS statistics after displaying | John Baldwin | 2007-10-18 | 1 | -1/+1 |
| * | Set the NFS server sockbuf high watermarks to the system defaults | Mohan Srinivasan | 2007-10-12 | 1 | -4/+3 |
| * | Remove the now-unused NET_{LOCK,UNLOCK,ASSERT}_GIANT() macros, which | Robert Watson | 2007-08-06 | 3 | -22/+4 |
| * | First in a series of changes to remove the now-unused Giant compatibility | Robert Watson | 2007-07-27 | 2 | -12/+3 |
| * | 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 |
| * | Remove MAC Framework access control check entry points made redundant with | Robert Watson | 2007-04-22 | 1 | -8/+0 |
| * | Attempt to rationalize NFS privileges: | Robert Watson | 2007-04-21 | 1 | -1/+1 |
| * | In nfsrv_rcv(), don't reacquire the nfs server lock until after | Robert Watson | 2007-04-15 | 1 | -1/+1 |
| * | - Split out the part of SYSCALL_MODULE_HELPER() that builds a 'struct | John Baldwin | 2007-04-02 | 1 | -9/+12 |
| * | 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 | 7 | -644/+236 |
| * | Change these descriptions of memory types used in malloc(9), as their | Wojciech A. Koszek | 2007-03-05 | 1 | -4/+3 |
| * | Remove 'MPSAFE' annotations from the comments above most system calls: all | Robert Watson | 2007-03-04 | 1 | -3/+0 |