| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Retire the MALLOC and FREE macros. They are an abomination unto style(9). | des | 2008-10-23 | 4 | -31/+31 |
* | Turn XXX's for unlocked writes of NFS server statistics to simple notes, | rwatson | 2008-10-12 | 1 | -2/+2 |
* | Remove the suser(9) interface from the kernel. It has been replaced from | attilio | 2008-09-17 | 1 | -2/+4 |
* | Decontext-alize the nfsserver module. | attilio | 2008-09-16 | 5 | -101/+91 |
* | Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed thread | attilio | 2008-08-28 | 2 | -50/+48 |
* | Remove spls from NFS server setup call; expand receive socket buffer | rwatson | 2008-06-30 | 1 | -8/+3 |
* | Change the fix in the rev. 1.179 to use nfsrv_lockedpair_nd(). | kib | 2008-05-28 | 1 | -6/+2 |
* | Initialize vfslocked prior to calling nfsm_srvmtofh where it was forgotten. | kib | 2008-05-28 | 1 | -0/+3 |
* | Replaced the misleading uses of a historical artefact M_TRYWAIT with M_WAIT. | ru | 2008-03-25 | 5 | -15/+15 |
* | - Complete part of the unfinished bufobj work by consistently using | jeff | 2008-03-22 | 1 | -8/+7 |
* | Fix a regression from the last revision - don't edit the ns_rec list while | dfr | 2008-03-19 | 1 | -1/+3 |
* | Don't call nfs_realign while holding locks. | dfr | 2008-03-18 | 1 | -4/+5 |
* | Fix the Giant leak in the nfsrv_remove(). | kib | 2008-03-04 | 1 | -2/+6 |
* | 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 | 2 | -21/+20 |
* | vn_lock() is currently only used with the 'curthread' passed as argument. | attilio | 2008-01-10 | 2 | -14/+14 |
* | Garbage collect now-unused nfsrv_setcred() -- it's not only unused, but | rwatson | 2007-11-04 | 2 | -18/+0 |
* | Rename mac_associate_nfsd_label() to mac_proc_associate_nfsd(), and move | rwatson | 2007-10-25 | 1 | -1/+1 |
* | Add a -z flag to nfsstat which zeros the NFS statistics after displaying | jhb | 2007-10-18 | 1 | -1/+1 |
* | Set the NFS server sockbuf high watermarks to the system defaults | mohans | 2007-10-12 | 1 | -4/+3 |
* | Remove the now-unused NET_{LOCK,UNLOCK,ASSERT}_GIANT() macros, which | rwatson | 2007-08-06 | 3 | -22/+4 |
* | First in a series of changes to remove the now-unused Giant compatibility | rwatson | 2007-07-27 | 2 | -12/+3 |
* | Include priv.h to pick up suser(9) definitions, missed in an earlier | rwatson | 2007-06-13 | 1 | -0/+1 |
* | Init timespec to zero fo quiesce warnings. | mjacob | 2007-06-10 | 1 | -1/+1 |
* | Remove MAC Framework access control check entry points made redundant with | rwatson | 2007-04-22 | 1 | -8/+0 |
* | Attempt to rationalize NFS privileges: | rwatson | 2007-04-21 | 1 | -1/+1 |
* | In nfsrv_rcv(), don't reacquire the nfs server lock until after | rwatson | 2007-04-15 | 1 | -1/+1 |
* | - Split out the part of SYSCALL_MODULE_HELPER() that builds a 'struct | jhb | 2007-04-02 | 1 | -9/+12 |
* | Initialize vfslocked to 0 before nfsm_srvmtofh() so that the variable is | jhb | 2007-03-26 | 1 | -0/+1 |
* | - Turn all explicit giant acquires into conditional VFS_LOCK_GIANTs. | jeff | 2007-03-17 | 7 | -644/+236 |
* | Change these descriptions of memory types used in malloc(9), as their | wkoszek | 2007-03-05 | 1 | -4/+3 |
* | Remove 'MPSAFE' annotations from the comments above most system calls: all | rwatson | 2007-03-04 | 1 | -3/+0 |
* | Move vnode-to-file-handle translation from vfs_vptofh to vop_vptofh method. | pjd | 2007-02-15 | 1 | -6/+6 |
* | Get the vfs giant lock before calling nfs_access. | mpp | 2007-02-13 | 1 | -3/+9 |
* | The nfsm_srvpathsiz() macro in nfsrv_symlink() in nfs_serv.c should | hrs | 2007-01-02 | 2 | -1/+20 |
* | MFp4: 92972, 98913 + one more change | bz | 2006-12-12 | 1 | -9/+13 |
* | Push Giant a bit further off the NFS server in a number of straight | rwatson | 2006-11-24 | 3 | -224/+297 |
* | Protect nfsm_srvpathsiz() call with the nfsd_mtx lock. | pjd | 2006-11-20 | 1 | -5/+6 |
* | Sweep kernel replacing suser(9) calls with priv(9) calls, assigning | rwatson | 2006-11-06 | 1 | -1/+2 |
* | Fix leak in NAMEI zone caused by nfs server when VOP_RENAME fails. | kib | 2006-10-26 | 1 | -2/+2 |
* | Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.h | rwatson | 2006-10-22 | 2 | -2/+4 |
* | - Add a new function nfsrv_destroycache() to tear down the server request | jhb | 2006-08-01 | 3 | -3/+17 |
* | Use TAILQ_FOREACH_SAFE() in a couple of places. | jhb | 2006-08-01 | 2 | -5/+2 |
* | Now that all system calls are MPSAFE, retire the SYF_MPSAFE flag used to | jhb | 2006-07-28 | 1 | -1/+2 |
* | soreceive_generic(), and sopoll_generic(). Add new functions sosend(), | rwatson | 2006-07-24 | 1 | -6/+3 |
* | Size the NFS server dupreq cache on the basis of nmbclusters. On servers | mohans | 2006-06-23 | 2 | -4/+22 |
* | Temporary workaround to prevent leak of Giant from nfsd when calling | kib | 2006-06-05 | 2 | -0/+20 |
* | Bump up the NFS server dupreq cache limit to 2K (from 64). With a small | mohans | 2006-04-25 | 1 | -1/+1 |
* | Introduce a new MAC entry point for label initialization of the NFS daemon's | csjp | 2006-04-06 | 1 | -0/+3 |
* | rick says: | cel | 2006-04-02 | 1 | -0/+6 |