| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Nuke a bunch of simpelocks and associated goo. |  thib | 2007-05-26 | 1 | -50/+1 |
| * | Collapse struct v_selectinfo in struct vnode, remove the |  thib | 2007-05-17 | 1 | -3/+1 |
| * | kinfo_vgetfailed has not been used for > 8 years |  deraadt | 2007-05-09 | 1 | -2/+1 |
| * | Move the declaration of VN_KNOTE() into vnode.h instead of having |  thib | 2007-04-13 | 1 | -4/+1 |
| * | Remove comments talking about vnode interlock. No binary change. |  bluhm | 2007-04-13 | 1 | -4/+2 |
| * | Remove the simplelock argument from vrecycle(); |  thib | 2007-04-11 | 1 | -4/+2 |
| * | Remove the v_interlock simplelock from the vnode structure. |  thib | 2007-03-21 | 1 | -61/+10 |
| * | better desiredvnodes not based on maxusers; pedro@ deraadt@ ok |  mickey | 2007-03-12 | 1 | -1/+4 |
| * | for vfsconf sysctl, do not leak kernel sensors out to userland |  deraadt | 2007-02-20 | 1 | -4/+15 |
| * | fix ddb buf printing for daddr_t growth to 64bit; |  mickey | 2007-02-17 | 1 | -3/+3 |
| * | Consistently spell FALLTHROUGH to appease lint. |  jsg | 2007-02-14 | 1 | -2/+2 |
| * | fix ddb buf print |  mickey | 2007-02-13 | 1 | -3/+3 |
| * | vprint() should be defined if DIAGNOSTIC || DEBUG. Noticed by (and |  tom | 2006-11-20 | 1 | -3/+3 |
| * | use vp->v_type to index into vtypes rather then vp->v_tag, |  thib | 2006-10-30 | 1 | -3/+3 |
| * | add mount/vnode/buf and softdep printing commands; tested on a few archs and will make pedro happy too (; |  mickey | 2006-07-11 | 1 | -1/+126 |
| * | Fix tab where space was meant |  pedro | 2006-07-09 | 1 | -2/+2 |
| * | vinvalbuf() debugging aid, under VFSDEBUG. |  thib | 2006-07-08 | 1 | -1/+6 |
| * | also print vp in vprint (useful for debugging); pedro@ ok |  mickey | 2006-07-03 | 1 | -3/+3 |
| * | rename vfs_busy() flags VB_UMIGNORE/VB_UMWAIT to VB_NOWAIT/VB_WAIT |  sturm | 2006-06-25 | 1 | -7/+7 |
| * | move vfs_busy() to rwlocks and properly hide the locking api from vfs |  sturm | 2006-06-14 | 1 | -32/+29 |
| * | Add a clonable devices implementation. Hacked along with thib@, input |  pedro | 2006-06-02 | 1 | -1/+2 |
| * | Spacing in vfs_sysctl() |  pedro | 2006-05-28 | 1 | -1/+10 |
| * | forgot to remove this sentence from the comment |  sturm | 2006-05-07 | 1 | -2/+2 |
| * | remove the simplelock argument from vfs_busy() which is currently not |  sturm | 2006-04-30 | 1 | -10/+8 |
| * | Remove unused mount list simple_lock() goo |  pedro | 2006-04-19 | 1 | -15/+6 |
| * | Put vprint() under DIAGNOSTIC, as to save space in generated ramdisks. |  pedro | 2006-01-09 | 1 | -1/+11 |
| * | No need for vfs_busy() and vfs_unbusy() to take a process pointer |  pedro | 2005-11-30 | 1 | -17/+12 |
| * | Remove kernfs, okay deraadt@. |  pedro | 2005-11-24 | 1 | -3/+3 |
| * | Remove unnecessary lockmgr() archaism that was costing too much in terms |  pedro | 2005-11-19 | 1 | -3/+3 |
| * | Work around yet another race on non-locking file systems: when calling |  pedro | 2005-11-18 | 1 | -3/+3 |
| * | Missed one use of 'register' |  pedro | 2005-11-08 | 1 | -2/+2 |
| * | Use ANSI function declarations and deregister, no binary change |  pedro | 2005-11-07 | 1 | -197/+85 |
| * | Remove v_vnlock from struct vnode, okay krw@ tedu@ |  pedro | 2005-10-19 | 1 | -3/+1 |
| * | RIP stackable filesystems, ok marius@ tedu@, discussed with deraadt@ |  pedro | 2005-05-26 | 1 | -5/+1 |
| * | when a device vnode associated with a mount point disappears, mark the |  pedro | 2005-05-24 | 1 | -1/+17 |
| * | put VLOCKSWORK stuff under a single option, VFSDEBUG |  pedro | 2005-05-22 | 1 | -2/+2 |
| * | check for VBIOONFREELIST and VBIOONSYNCLIST in vprint(), okay marius@ |  pedro | 2005-05-01 | 1 | -2/+6 |
| * | always good to check for invalid values. ok marius pedro |  tedu | 2005-03-24 | 1 | -2/+3 |
| * | change vget() to only put a vnode back on the free lists if it actually |  pedro | 2005-01-10 | 1 | -6/+8 |
| * | sprinkle some more list macros in here |  pedro | 2004-12-31 | 1 | -5/+6 |
| * | when releasing a vnode, make it inactive before sticking it to one of |  pedro | 2004-12-31 | 1 | -6/+20 |
| * | clean dirty accident by miod |  deraadt | 2004-12-28 | 1 | -2/+2 |
| * | Use list and queue macros where applicable to make the code easier to read; |  miod | 2004-12-26 | 1 | -17/+18 |
| * | minor spacing/styling nits |  pedro | 2004-12-09 | 1 | -12/+8 |
| * | Uninline vputonfreelist. |  art | 2004-08-04 | 1 | -5/+4 |
| * | better comments |  pedro | 2004-08-04 | 1 | -10/+9 |
| * | - check for LK_NOWAIT on vget() |  pedro | 2004-08-02 | 1 | -5/+12 |
| * | make acct(2) optional with ACCOUNTING |  tedu | 2004-05-27 | 1 | -3/+5 |
| * | shutdown accounting before shutting down vfs. should prevent some panics. |  tedu | 2004-05-27 | 1 | -1/+5 |
| * | radix tree with multipath support. from kame. deraadt ok |  itojun | 2004-04-25 | 1 | -2/+2 |