| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove broken code to replace st_mode value with ACCESSPERMS when | rwatson | 2008-08-03 | 1 | -5/+0 |
* | Add the support for the O_EXEC open(2) mode, as specified by the | kib | 2008-03-31 | 1 | -0/+2 |
* | - Don't allow calls to vn_lock() with no lock type requested. Callers | jeff | 2008-03-29 | 1 | -14/+4 |
* | - Don't acquire the vnode interlock in _vn_lock() unless no lock type | jeff | 2008-03-24 | 1 | -19/+13 |
* | VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used in | attilio | 2008-01-13 | 1 | -13/+12 |
* | vn_lock() is currently only used with the 'curthread' passed as argument. | attilio | 2008-01-10 | 1 | -16/+17 |
* | Make ftruncate a 'struct file' operation rather than a vnode operation. | jhb | 2008-01-07 | 1 | -0/+49 |
* | In sequential_heuristic(): | bde | 2008-01-05 | 1 | -13/+20 |
* | Remove explicit locking of struct file. | jeff | 2007-12-30 | 1 | -5/+9 |
* | Merge first in a series of TrustedBSD MAC Framework KPI changes | rwatson | 2007-10-24 | 1 | -8/+8 |
* | When we do open, we should lock the vnode exclusively. This fixes few races: | pjd | 2007-07-26 | 1 | -2/+2 |
* | Revert UF_OPENING workaround for CURRENT. | kib | 2007-05-31 | 1 | -6/+7 |
* | Since renaming of vop_lock to _vop_lock, pre- and post-condition | kib | 2007-05-18 | 1 | -1/+1 |
* | Eliminate a micro-optimization that hasn't had any effect for 15+ years. | peter | 2007-05-17 | 1 | -5/+0 |
* | Add a VNASSERT to vn_close to detect if v_writecount is going | mpp | 2007-02-12 | 1 | -1/+4 |
* | change vop_lock handling to allowing tracking of callers' file and line for | kmacy | 2006-11-13 | 1 | -5/+2 |
* | Sweep kernel replacing suser(9) calls with priv(9) calls, assigning | rwatson | 2006-11-06 | 1 | -1/+2 |
* | Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.h | rwatson | 2006-10-22 | 1 | -1/+2 |
* | Simplify the code and remove two mutex operations. | pjd | 2006-06-24 | 1 | -9/+5 |
* | Allow concurrent read(2)/readv(2) access to a file. | ps | 2006-05-16 | 1 | -4/+17 |
* | vn_start_write() is called only when v_type != VCHR, so corresponding | pjd | 2006-04-28 | 1 | -2/+3 |
* | - Release the references acquired by VOP_GETWRITEMOUNT and vfs_getvfs(). | jeff | 2006-03-31 | 1 | -2/+16 |
* | Change vn_open() to honor the MPSAFE flag in the passed in nameidata object | jhb | 2006-03-28 | 1 | -6/+9 |
* | - Remove explicit giant acquires and replace it with VFS_LOCK_GIANT. | jeff | 2006-03-22 | 1 | -5/+6 |
* | Make sure that we are adding a path token to the audit record in open(2). | csjp | 2006-03-11 | 1 | -2/+3 |
* | Block secondary writes while expunging active unlinked files. | tegge | 2006-03-11 | 1 | -2/+3 |
* | Use vn_start_secondary_write() and vn_finished_secondary_write() as a | tegge | 2006-03-08 | 1 | -2/+77 |
* | Eradicate caddr_t from the VFS API. | des | 2005-12-14 | 1 | -4/+4 |
* | - Replace the series of DEBUG_LOCKS hacks which tried to save the vn_lock | jeff | 2005-08-03 | 1 | -12/+0 |
* | - Remove vnode lock asserts at the end of vfs syscalls. These asserts were | jeff | 2005-06-14 | 1 | -2/+0 |
* | - It has long been my suspicion that we don't actually need a loop in | jeff | 2005-06-13 | 1 | -0/+2 |
* | - Stop checking vxthread, we've asserted that it was useless for several | jeff | 2005-04-27 | 1 | -4/+2 |
* | - Pass the ISOPEN flag to namei so filesystems will know we're about to | jeff | 2005-04-27 | 1 | -2/+2 |
* | - Assert that we're no longer doing recursive vn_locks in inactive/reclaim | jeff | 2005-04-11 | 1 | -3/+12 |
* | Assert that the vnode is locked. This is meant to catch bugs or | csjp | 2005-04-05 | 1 | -0/+1 |
* | - LK_NOPAUSE is a nop now. | jeff | 2005-03-31 | 1 | -3/+3 |
* | - Remove some long dead LOOKUP_SHARED code that tracked the lock state. | jeff | 2005-03-24 | 1 | -14/+0 |
* | - Do a vn_start_write in vn_close, we may write if this is the last ref | jeff | 2005-03-13 | 1 | -21/+20 |
* | Add locking assertions into vn_extattr_set, vn_extattr_get and | csjp | 2005-02-24 | 1 | -0/+6 |
* | Introduce vx_wait{l}() and use it instead of home-rolled versions. | phk | 2005-02-17 | 1 | -2/+1 |
* | Don't call VOP_CREATEVOBJECT(), it's the responsibility of the | phk | 2005-01-24 | 1 | -34/+0 |
* | - Remove GIANT_REQUIRED where giant is no longer required. | jeff | 2005-01-24 | 1 | -54/+81 |
* | Ditch vfs_object_create() and make the callers call VOP_CREATEVOBJECT() | phk | 2005-01-13 | 1 | -1/+1 |
* | Remove the unused credential argument from VOP_FSYNC() and VFS_SYNC(). | phk | 2005-01-11 | 1 | -1/+1 |
* | /* -> /*- for copyright notices, minor format tweaks as necessary | imp | 2005-01-06 | 1 | -1/+1 |
* | Ok, first blunder: ioctls are not entirely unused on vnodes anymore :-) | phk | 2004-11-18 | 1 | -0/+3 |
* | Push Giant down through ioctl. | phk | 2004-11-17 | 1 | -61/+9 |
* | Push Giant down through select and poll. | phk | 2004-11-17 | 1 | -1/+2 |
* | Give vn_poll single exit point (to make it easier to insert | phk | 2004-11-15 | 1 | -5/+3 |
* | Slim vnodes by another four bytes by eliminating the (now) unused field | phk | 2004-11-10 | 1 | -5/+0 |