| Commit message (Expand) | Author | Age | Files | Lines |
* | - Release the references acquired by VOP_GETWRITEMOUNT and vfs_getvfs(). | Jeff Roberson | 2006-03-31 | 1 | -13/+12 |
* | Change vn_open() to honor the MPSAFE flag in the passed in nameidata object | John Baldwin | 2006-03-28 | 1 | -1/+1 |
* | - Remove explicit calls to lock and unlock Giant and replace them with | Jeff Roberson | 2006-03-21 | 1 | -83/+66 |
* | use strlcpy in cvtstatfs and copy_statfs instead of bcopy to ensure | Paul Saab | 2006-03-04 | 1 | -4/+4 |
* | Don't truncate f_mntfromname & f_mntonname to 16 characters when | Paul Saab | 2006-03-03 | 1 | -2/+2 |
* | - Use vfs_ref/rel to protect a mountpoint from going away while VFS_STATFS | Jeff Roberson | 2006-02-23 | 1 | -10/+29 |
* | Add pathname and/or vnode argument auditing for the following system calls: | Wayne Salamon | 2006-02-22 | 1 | -50/+129 |
* | - Revert r1.406 until a solution can be found that doesn't break nfs. The | Jeff Roberson | 2006-02-22 | 1 | -28/+21 |
* | - Hold the vnode used in the statfs related functions until we're done with | Jeff Roberson | 2006-02-22 | 1 | -21/+28 |
* | Add a kern_eaccess() function and use it to implement xenix_eaccess() | John Baldwin | 2006-02-06 | 1 | -3/+9 |
* | - Don't check v_mount for NULL to determine if a vnode has been recycled. | Jeff Roberson | 2006-02-06 | 1 | -2/+4 |
* | In fchdir(), Giant must be separately acquired and dropped if the old | Robert Watson | 2006-02-03 | 1 | -0/+2 |
* | - chroot and chdir need to lock giant as appropriate for the outgoing vp | Jeff Roberson | 2006-02-01 | 1 | -0/+5 |
* | - Reorder calls to vrele() after calls to vput() when the vrele is a | Jeff Roberson | 2006-02-01 | 1 | -11/+11 |
* | Tweak previous vfs_lookup.c commit to return an EINVAL error from | Don Lewis | 2006-01-22 | 1 | -1/+1 |
* | Fix style bug. | Diomidis Spinellis | 2006-01-04 | 1 | -2/+2 |
* | Replace tv_usec normalization with the return of EINVAL. | Diomidis Spinellis | 2006-01-04 | 1 | -24/+6 |
* | Normalize the tv_usec part of the utimes(2) arguments to ensure | Diomidis Spinellis | 2006-01-03 | 1 | -3/+24 |
* | Reduce Giant scope a bit, as fdrop() is believed to be MPSAFE. | Pawel Jakub Dawidek | 2005-12-20 | 1 | -9/+7 |
* | Implement new world order in VFS locking for extended attributes. This will | Christian S.J. Peron | 2005-09-24 | 1 | -29/+62 |
* | Improve the MP safeness associated with the creation of symbolic | Christian S.J. Peron | 2005-09-15 | 1 | -1/+1 |
* | In case of mac_check_vnode_rename_from() or vn_start_write() failure, | Pawel Jakub Dawidek | 2005-09-01 | 1 | -1/+2 |
* | Actually only protect mount-point if security.jail.enforce_statfs is set to 2. | Pawel Jakub Dawidek | 2005-06-23 | 1 | -10/+0 |
* | - Remove vnode lock asserts at the end of vfs syscalls. These asserts were | Jeff Roberson | 2005-06-14 | 1 | -18/+0 |
* | Do not allocate memory while holding a mutex. | Pawel Jakub Dawidek | 2005-06-12 | 1 | -2/+4 |
* | Do not allocate memory based on not-checked argument from userland. | Pawel Jakub Dawidek | 2005-06-11 | 1 | -13/+28 |
* | Rename sysctl security.jail.getfsstatroot_only to security.jail.enforce_statfs | Pawel Jakub Dawidek | 2005-06-09 | 1 | -5/+25 |
* | Avoid code duplication in serval places by introducing universal | Pawel Jakub Dawidek | 2005-06-09 | 1 | -77/+46 |
* | Initialize uio_iovcnt to 1 in extattr_list_vp() and extattr_get_vp() | Craig Rodrigues | 2005-06-08 | 1 | -0/+2 |
* | Acquire Giant explicitly in quotactl() so that the syscalls.master | Robert Watson | 2005-05-28 | 1 | -2/+10 |
* | Acquire Giant explicitly in fhopen(), fhstat(), and kern_fhstatfs(), | Robert Watson | 2005-05-28 | 1 | -10/+36 |
* | Remove (now) unused argument 'td' from cvtstatfs(). | Pawel Jakub Dawidek | 2005-05-27 | 1 | -7/+6 |
* | Sync locking in freebsd4_getfsstat() with getfsstat(). | Pawel Jakub Dawidek | 2005-05-27 | 1 | -0/+3 |
* | Use consistent style in functions I want to modify in the near future. | Pawel Jakub Dawidek | 2005-05-27 | 1 | -9/+15 |
* | Protect fsid in freebsd4_getfsstat() in simlar way as it is done in | Pawel Jakub Dawidek | 2005-05-22 | 1 | -3/+6 |
* | If we need to hide fsid, kern_statfs()/kern_fstatfs() will do it for us, | Pawel Jakub Dawidek | 2005-05-22 | 1 | -5/+3 |
* | - vput(tvp) before vrele(tdvp) in kern_rename() to avoid lock order issues. | Jeff Roberson | 2005-04-11 | 1 | -2/+2 |
* | - Remove the namei NOOBJ flag. It is meaningless now. | Jeff Roberson | 2005-04-09 | 1 | -13/+10 |
* | - Pass LK_EXCLUSIVE to VFS_ROOT() to satisfy the new flags argument. For | Jeff Roberson | 2005-03-24 | 1 | -1/+1 |
* | - Remove the #ifdef LOOKUP_SHARED from some calls to NDINIT. The | Jeff Roberson | 2005-03-24 | 1 | -7/+1 |
* | - Don't VOP_UNLOCK prior to VOP_REVOKE. The lock is required now. | Jeff Roberson | 2005-03-13 | 1 | -10/+5 |
* | Drag another softupdates tentacle back into FFS: Now that FFS's | Poul-Henning Kamp | 2005-02-08 | 1 | -4/+0 |
* | Implement a kern_pathconf() wrapper for pathconf() which can take the | John Baldwin | 2005-02-07 | 1 | -6/+12 |
* | - Tweak kern_msgctl() to return a copy of the requested message queue id | John Baldwin | 2005-02-07 | 1 | -122/+96 |
* | - Correct a typo in kern_rename. tvfslocked should be initialized from | Jeff Roberson | 2005-02-02 | 1 | -1/+1 |
* | - Or MPSAFE with the correct set of flags in stat(). This affected only | Jeff Roberson | 2005-02-01 | 1 | -1/+1 |
* | Don't use VOP_GETVOBJECT, use vp->v_object directly. | Poul-Henning Kamp | 2005-01-25 | 1 | -5/+4 |
* | Don't call VOP_CREATEVOBJECT(), it's the responsibility of the | Poul-Henning Kamp | 2005-01-24 | 1 | -13/+1 |
* | - Change all vfs syscalls to use VFS_LOCK_GIANT(), and MPSAFE nds. | Jeff Roberson | 2005-01-24 | 1 | -100/+266 |
* | Ditch vfs_object_create() and make the callers call VOP_CREATEVOBJECT() | Poul-Henning Kamp | 2005-01-13 | 1 | -2/+2 |