| Commit message (Expand) | Author | Age | Files | Lines |
* | Implement new world order in VFS locking for extended attributes. This will | csjp | 2005-09-24 | 1 | -29/+62 |
* | Improve the MP safeness associated with the creation of symbolic | csjp | 2005-09-15 | 1 | -1/+1 |
* | In case of mac_check_vnode_rename_from() or vn_start_write() failure, | pjd | 2005-09-01 | 1 | -1/+2 |
* | Actually only protect mount-point if security.jail.enforce_statfs is set to 2. | pjd | 2005-06-23 | 1 | -10/+0 |
* | - Remove vnode lock asserts at the end of vfs syscalls. These asserts were | jeff | 2005-06-14 | 1 | -18/+0 |
* | Do not allocate memory while holding a mutex. | pjd | 2005-06-12 | 1 | -2/+4 |
* | Do not allocate memory based on not-checked argument from userland. | pjd | 2005-06-11 | 1 | -13/+28 |
* | Rename sysctl security.jail.getfsstatroot_only to security.jail.enforce_statfs | pjd | 2005-06-09 | 1 | -5/+25 |
* | Avoid code duplication in serval places by introducing universal | pjd | 2005-06-09 | 1 | -77/+46 |
* | Initialize uio_iovcnt to 1 in extattr_list_vp() and extattr_get_vp() | rodrigc | 2005-06-08 | 1 | -0/+2 |
* | Acquire Giant explicitly in quotactl() so that the syscalls.master | rwatson | 2005-05-28 | 1 | -2/+10 |
* | Acquire Giant explicitly in fhopen(), fhstat(), and kern_fhstatfs(), | rwatson | 2005-05-28 | 1 | -10/+36 |
* | Remove (now) unused argument 'td' from cvtstatfs(). | pjd | 2005-05-27 | 1 | -7/+6 |
* | Sync locking in freebsd4_getfsstat() with getfsstat(). | pjd | 2005-05-27 | 1 | -0/+3 |
* | Use consistent style in functions I want to modify in the near future. | pjd | 2005-05-27 | 1 | -9/+15 |
* | Protect fsid in freebsd4_getfsstat() in simlar way as it is done in | pjd | 2005-05-22 | 1 | -3/+6 |
* | If we need to hide fsid, kern_statfs()/kern_fstatfs() will do it for us, | pjd | 2005-05-22 | 1 | -5/+3 |
* | - vput(tvp) before vrele(tdvp) in kern_rename() to avoid lock order issues. | jeff | 2005-04-11 | 1 | -2/+2 |
* | - Remove the namei NOOBJ flag. It is meaningless now. | jeff | 2005-04-09 | 1 | -13/+10 |
* | - Pass LK_EXCLUSIVE to VFS_ROOT() to satisfy the new flags argument. For | jeff | 2005-03-24 | 1 | -1/+1 |
* | - Remove the #ifdef LOOKUP_SHARED from some calls to NDINIT. The | jeff | 2005-03-24 | 1 | -7/+1 |
* | - Don't VOP_UNLOCK prior to VOP_REVOKE. The lock is required now. | jeff | 2005-03-13 | 1 | -10/+5 |
* | Drag another softupdates tentacle back into FFS: Now that FFS's | phk | 2005-02-08 | 1 | -4/+0 |
* | Implement a kern_pathconf() wrapper for pathconf() which can take the | jhb | 2005-02-07 | 1 | -6/+12 |
* | - Tweak kern_msgctl() to return a copy of the requested message queue id | jhb | 2005-02-07 | 1 | -122/+96 |
* | - Correct a typo in kern_rename. tvfslocked should be initialized from | jeff | 2005-02-02 | 1 | -1/+1 |
* | - Or MPSAFE with the correct set of flags in stat(). This affected only | jeff | 2005-02-01 | 1 | -1/+1 |
* | Don't use VOP_GETVOBJECT, use vp->v_object directly. | phk | 2005-01-25 | 1 | -5/+4 |
* | Don't call VOP_CREATEVOBJECT(), it's the responsibility of the | phk | 2005-01-24 | 1 | -13/+1 |
* | - Change all vfs syscalls to use VFS_LOCK_GIANT(), and MPSAFE nds. | jeff | 2005-01-24 | 1 | -100/+266 |
* | Ditch vfs_object_create() and make the callers call VOP_CREATEVOBJECT() | phk | 2005-01-13 | 1 | -2/+2 |
* | Remove the unused credential argument from VOP_FSYNC() and VFS_SYNC(). | phk | 2005-01-11 | 1 | -3/+2 |
* | /* -> /*- for copyright notices, minor format tweaks as necessary | imp | 2005-01-06 | 1 | -1/+1 |
* | Eliminate pointless goto. | phk | 2004-11-16 | 1 | -3/+5 |
* | Forgot to remove now unused variable in last commit. | phk | 2004-11-15 | 1 | -1/+0 |
* | It is not necessary to hold vn_start_write/vn_finished_write around VOP_REVOKE. | phk | 2004-11-15 | 1 | -3/+0 |
* | Next FILEDESC_LOCK properly around FILE_LOCK | phk | 2004-11-15 | 1 | -2/+2 |
* | Introduce an alias for FILEDESC_{UN}LOCK() with the suffix _FAST. | phk | 2004-11-13 | 1 | -14/+14 |
* | Introduce fdclose() which will clean an entry in a filedesc. | phk | 2004-11-07 | 1 | -27/+4 |
* | Rename suser_cred()'s PRISON_ROOT flag to SUSER_ALLOWJAIL. This is | cperciva | 2004-07-26 | 1 | -5/+5 |
* | Make VFS_ROOT() and vflush() take a thread argument. | alfred | 2004-07-12 | 1 | -1/+1 |
* | Don't cuddle else's so much as we removed additional parts of each | rwatson | 2004-06-24 | 1 | -8/+4 |
* | Remove temporary API bandage that allowed applications speaking the | rwatson | 2004-06-24 | 1 | -9/+0 |
* | Acquire Giant in link() so that the system call can be marked | rwatson | 2004-06-22 | 1 | -1/+5 |
* | Acquire Giant in link() so that we can mark it as MSTD in | rwatson | 2004-06-22 | 1 | -1/+5 |
* | Only initialize f_data and f_ops if nobody else did so already. | phk | 2004-06-19 | 1 | -2/+4 |
* | Deorbit COMPAT_SUNOS. | phk | 2004-06-11 | 1 | -5/+5 |
* | Remove unused code. | pjd | 2004-06-07 | 1 | -6/+1 |
* | Remove a stale comment. | tjr | 2004-06-04 | 1 | -4/+0 |
* | Eliminate a memory leak in kern_symlink() that could occur if | tjr | 2004-05-11 | 1 | -1/+1 |