| Commit message (Expand) | Author | Age | Files | Lines |
* | This patch addresses a standards violation issue. The standards say a | kensmith | 2005-05-31 | 1 | -0/+11 |
* | - Don't set our bio op to be a READ when we've just completed a write. There | jeff | 2005-05-30 | 1 | -10/+10 |
* | Allow removal of empty directories with high link counts. These can | mckusick | 2005-05-18 | 1 | -3/+2 |
* | - Don't restrict the softdep stats to DEBUG kernels, they cost nothing to | jeff | 2005-05-03 | 1 | -11/+7 |
* | - Use bdone() directly instead of calling it indirectly through | jeff | 2005-04-30 | 1 | -11/+1 |
* | - Plug memory leak. | pjd | 2005-04-16 | 1 | -3/+10 |
* | - Change all filesystems and vfs_cache to relock the dvp once the child is | jeff | 2005-04-13 | 1 | -3/+2 |
* | - Consistently call 'vp' vp rather than ovp sometimes in ffs_truncate(). | jeff | 2005-04-05 | 1 | -105/+104 |
* | - Use M_ZERO rather than explicitly calling bzero(). | jeff | 2005-04-03 | 1 | -13/+13 |
* | - In ffs_sync we need to pass LK_SLEEPFAIL in when we lock the vnode | jeff | 2005-04-03 | 1 | -4/+3 |
* | - Move the contents of softdep_disk_prewrite into ffs_geom_strategy to fix | jeff | 2005-04-03 | 3 | -32/+21 |
* | - Fix botched LK_NOWAIT removal. I mistakenly thought this compiled as | jeff | 2005-03-31 | 1 | -1/+1 |
* | - FFS supports shared locks, clear LK_NOSHARE from our vnode locks. | jeff | 2005-03-31 | 1 | -1/+2 |
* | - Set LK_NOSHARE for snapshot locks. snapshots require exclusive only | jeff | 2005-03-31 | 2 | -22/+2 |
* | - LK_NOPAUSE is a nop now. | jeff | 2005-03-31 | 3 | -8/+8 |
* | - Remove wantparent, it is no longer necessary. An assert in vfs_lookup.c | jeff | 2005-03-29 | 1 | -7/+1 |
* | - Upgrade a shared lock request to exclusive in ffs_vget() if we have | jeff | 2005-03-29 | 1 | -0/+9 |
* | - Honor the cn_lkflags passed from namei() when locking the leaf. | jeff | 2005-03-29 | 1 | -2/+3 |
* | - UFS no longer uses PDIRUNLOCK to track the parent state. Instead, we now | jeff | 2005-03-28 | 1 | -12/+7 |
* | - We no longer have to bother with PDIRUNLOCK, lookup() handles it for us. | jeff | 2005-03-28 | 1 | -30/+5 |
* | When the softupdates worklist gets too long, threads that attempt to | das | 2005-03-25 | 1 | -2/+5 |
* | - Call VFS_ROOT() with LK_EXCLUSIVE. | jeff | 2005-03-24 | 1 | -1/+1 |
* | - Update the ufs_root() prototype. | jeff | 2005-03-24 | 1 | -2/+3 |
* | - Lock the clearing of v_data in ufs_reclaim() to prevent a pagefault | jeff | 2005-03-17 | 1 | -1/+7 |
* | Add two arguments to the vfs_hash() KPI so that filesystems which do | phk | 2005-03-16 | 1 | -2/+2 |
* | Don't hold a reference on the disk vnode for each inode. | phk | 2005-03-15 | 2 | -2/+2 |
* | Improve the vfs_hash() API: vput() the unneeded vnode centrally to | phk | 2005-03-15 | 1 | -3/+1 |
* | Simplify the vfs_hash calling convention. | phk | 2005-03-15 | 1 | -23/+3 |
* | - Destroy the vnode object earlier in VOP_RECLAIM as we need more of | jeff | 2005-03-15 | 1 | -3/+4 |
* | Use vfs_hash instead of home-rolled. | phk | 2005-03-14 | 6 | -191/+13 |
* | - It is not legal to access v_data without the vnode lock or interlock | jeff | 2005-03-13 | 1 | -1/+11 |
* | - The VI_DOOMED flag now signals the end of a vnode's relationship with | jeff | 2005-03-13 | 1 | -11/+4 |
* | - The VI_DOOMED flag now signals the end of a vnode's relationship with | jeff | 2005-03-13 | 2 | -2/+2 |
* | - Fix an assert now that the XLOCK no longer exists. | jeff | 2005-03-13 | 1 | -4/+1 |
* | - In ufs_mknod(), hold the lock across the call to vgone() as that is now | jeff | 2005-03-13 | 1 | -24/+4 |
* | - Don't drop the lock in ufs_inactive(). | jeff | 2005-03-13 | 1 | -4/+0 |
* | - Fix anoter dyslexic moment; an atomic_set_int should've become ACTIVESET, | jeff | 2005-03-01 | 1 | -1/+1 |
* | Remove debug printout of major/minor numbers, print name instead. | phk | 2005-02-27 | 1 | -2/+2 |
* | use uiomove return value instead of always returning 0 when doing a | sam | 2005-02-27 | 1 | -2/+1 |
* | - Add VOP locking asserts in several functions that have been implicated in | jeff | 2005-02-22 | 2 | -0/+5 |
* | The recomputation of file system summary at mount time can be a | delphij | 2005-02-20 | 3 | -5/+86 |
* | Try to unbreak the vnode locking around vop_reclaim() (based mostly on | phk | 2005-02-19 | 2 | -3/+1 |
* | When clearing a fragment, it's possible that the length is zero. | delphij | 2005-02-19 | 1 | -1/+1 |
* | - Remove the unused and unsafe ufs_ihashlookup. This function returned a | jeff | 2005-02-14 | 2 | -24/+0 |
* | Make non-SOFTUPDATES kernels compile again. | phk | 2005-02-11 | 2 | -317/+269 |
* | Make a some SYSCTL_NODEs and some of FFS's VFS_ methods static. | phk | 2005-02-10 | 4 | -18/+18 |
* | - In the softupdates case for ffs_truncate() we use vinvalbuf() to | jeff | 2005-02-09 | 1 | -0/+1 |
* | style polishing. | phk | 2005-02-09 | 1 | -4/+3 |
* | Add a new sysctl, "security.jail.chflags_allowed", which controls the | cperciva | 2005-02-08 | 1 | -4/+9 |
* | Split the vop_vector for ffs1 and ffs2, this is mostly for the different | phk | 2005-02-08 | 3 | -26/+33 |