| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add dedicated routines to toggle lockmgr flags such as LK_NOSHARE and | John Baldwin | 2010-08-20 | 1 | -1/+1 |
| * | The cache_enter(9) function shall not be called for doomed dvp. | Konstantin Belousov | 2010-04-20 | 1 | -1/+1 |
| * | Truncate read request rather than returning EIO if the request is | Jaakko Heinonen | 2010-01-22 | 1 | -4/+2 |
| * | If a race is detected, pfs_vncache_alloc() may reclaim a vnode that had | Konstantin Belousov | 2009-09-07 | 1 | -3/+5 |
| * | insmntque_stddtr() clears vp->v_data and resets vp->v_op to | Konstantin Belousov | 2009-09-07 | 1 | -0/+1 |
| * | Remove spurious pfs_unlock(). | Konstantin Belousov | 2009-08-31 | 1 | -1/+0 |
| * | Change the type of uio_resid member of struct uio from int to ssize_t. | Konstantin Belousov | 2009-06-25 | 1 | -2/+2 |
| * | VOP_IOCTL takes unlocked vnode as an argument. Due to this, v_data may | Konstantin Belousov | 2009-06-10 | 1 | -6/+22 |
| * | Drop Giant. | Dag-Erling Smørgrav | 2009-06-06 | 1 | -12/+14 |
| * | Unlock the pseudofs vnode before calling fill method for pfs_readlink(). | Konstantin Belousov | 2009-05-31 | 1 | -1/+6 |
| * | Use a temporary variable to avoid a duplicate strlen(). | Dag-Erling Smørgrav | 2009-05-28 | 1 | -2/+3 |
| * | Remove the thread argument from the FSD (File-System Dependent) parts of | Attilio Rao | 2009-05-11 | 2 | -17/+14 |
| * | Remove spurious locking in pfs_write(). | Dag-Erling Smørgrav | 2009-04-08 | 1 | -2/+0 |
| * | Fix an inverted KASSERT. Add similar assertions in other similar places. | Dag-Erling Smørgrav | 2009-04-07 | 1 | -2/+20 |
| * | Fix a logic bug that caused the pfs_attr method to be called only for | Dag-Erling Smørgrav | 2009-02-16 | 1 | -3/+6 |
| * | Fix a deadlock which can occur due to a pseudofs vnode not getting unlocked. | Joe Marcus Clarke | 2009-01-09 | 1 | -0/+1 |
| * | Add a VOP_VPTOCNP implementation for pseudofs which covers file systems | Joe Marcus Clarke | 2008-12-30 | 1 | -0/+79 |
| * | When the insmntque() in the pfs_vncache_alloc() fails, vop_reclaim calls | Konstantin Belousov | 2008-12-29 | 1 | -1/+2 |
| * | Drop the pseudofs vnode lock around call to pfs_read handler. The handler | Konstantin Belousov | 2008-12-29 | 1 | -15/+18 |
| * | After the pfs_vncache_mutex is dropped, another thread may attempt to | Konstantin Belousov | 2008-12-29 | 1 | -13/+26 |
| * | Introduce accmode_t. This is required for NFSv4 ACLs - it will be neccessary | Edward Tomasz Napierala | 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 | 2 | -6/+6 |
| * | fdescfs, devfs, mqueuefs, nfs, portalfs, pseudofs, tmpfs and xfs | Konstantin Belousov | 2008-09-20 | 1 | -1/+1 |
| * | Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed thread | Attilio Rao | 2008-08-28 | 1 | -2/+2 |
| * | Introduce some functions in the vnode locks namespace and in the ffs | Attilio Rao | 2008-02-24 | 1 | -1/+1 |
| * | VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used in | Attilio Rao | 2008-01-13 | 2 | -3/+3 |
| * | vn_lock() is currently only used with the 'curthread' passed as argument. | Attilio Rao | 2008-01-10 | 2 | -3/+3 |
| * | Get rid of qaddr_t. | Alfred Perlstein | 2007-10-16 | 1 | -1/+1 |
| * | Use the correct pid when checking to see whether or not the /proc/<pid> | John Baldwin | 2007-10-05 | 1 | -1/+1 |
| * | Fix off-by-one error (introduced in r1.60) that had the effect of | Bruce A. Mah | 2007-06-07 | 1 | -1/+1 |
| * | Fix old locking bugs which were revealed when pseudofs was made MPSAFE. | Dag-Erling Smørgrav | 2007-04-23 | 1 | -1/+9 |
| * | Avoid "unused variable" warning when building without PSEUDOFS_TRACE. | Dag-Erling Smørgrav | 2007-04-15 | 1 | -0/+1 |
| * | Make pseudofs (and consequently procfs, linprocfs and linsysfs) MPSAFE. | Dag-Erling Smørgrav | 2007-04-15 | 6 | -336/+549 |
| * | Further pseudofs improvements: | Dag-Erling Smørgrav | 2007-04-14 | 6 | -62/+59 |
| * | Add a flag to struct pfs_vdata to mark the vnode as dead (e.g. process- | Dag-Erling Smørgrav | 2007-04-11 | 5 | -51/+74 |
| * | Whitespace nits. | Dag-Erling Smørgrav | 2007-04-05 | 2 | -4/+4 |
| * | Make insmntque() externally visibile and allow it to fail (e.g. during | Tor Egge | 2007-03-13 | 1 | -2/+8 |
| * | Add a pn_destroy field to pfs_node. This field points to a destructor | Dag-Erling Smørgrav | 2007-03-12 | 2 | -7/+29 |
| * | Use the vnode interlock to close a race where pfs_vncache_alloc() could | John Baldwin | 2007-01-02 | 1 | -8/+9 |
| * | Correctly calculate a buffer length. It was off by one so a read() returned | Alexander Leidinger | 2006-06-27 | 1 | -1/+1 |
| * | Restore the ability to mount procfs and fdescfs filesystems via the | Kelly Yancey | 2006-05-15 | 2 | -0/+13 |
| * | Close some races between procfs/ptrace and exit(2): | John Baldwin | 2006-02-22 | 1 | -0/+8 |
| * | Change pfs_visible() to optionally return a pointer to the process | John Baldwin | 2006-02-22 | 1 | -50/+44 |
| * | Eliminate an unnecessary bcopy(). | Dag-Erling Smørgrav | 2005-08-12 | 1 | -15/+15 |
| * | - Since we don't hold a usecount in pfs_exit we have to get a holdcnt | Jeff Roberson | 2005-07-07 | 1 | -0/+4 |
| * | Fix an old pasto. | Dag-Erling Smørgrav | 2005-04-30 | 1 | -1/+1 |
| * | - Change all filesystems and vfs_cache to relock the dvp once the child is | Jeff Roberson | 2005-04-13 | 1 | -0/+2 |
| * | - We no longer have to bother with PDIRUNLOCK, lookup() handles it for us. | Jeff Roberson | 2005-03-28 | 1 | -21/+9 |
| * | - Update vfs_root implementations to match the new prototype. None of | Jeff Roberson | 2005-03-24 | 2 | -3/+3 |
| * | Use subr_unit | Poul-Henning Kamp | 2005-03-19 | 4 | -146/+10 |