Age | Commit message (Expand) | Author |
2006-11-20 | vprint() should be defined if DIAGNOSTIC || DEBUG. Noticed by (and | Tom Cosgrove |
2006-10-30 | use vp->v_type to index into vtypes rather then vp->v_tag, | Thordur I. Bjornsson |
2006-07-11 | add mount/vnode/buf and softdep printing commands; tested on a few archs and ... | Michael Shalayeff |
2006-07-09 | Fix tab where space was meant | Pedro Martelletto |
2006-07-08 | vinvalbuf() debugging aid, under VFSDEBUG. | Thordur I. Bjornsson |
2006-07-03 | also print vp in vprint (useful for debugging); pedro@ ok | Michael Shalayeff |
2006-06-25 | rename vfs_busy() flags VB_UMIGNORE/VB_UMWAIT to VB_NOWAIT/VB_WAIT | Nikolay Sturm |
2006-06-14 | move vfs_busy() to rwlocks and properly hide the locking api from vfs | Nikolay Sturm |
2006-06-02 | Add a clonable devices implementation. Hacked along with thib@, input | Pedro Martelletto |
2006-05-28 | Spacing in vfs_sysctl() | Pedro Martelletto |
2006-05-07 | forgot to remove this sentence from the comment | Nikolay Sturm |
2006-04-30 | remove the simplelock argument from vfs_busy() which is currently not | Nikolay Sturm |
2006-04-19 | Remove unused mount list simple_lock() goo | Pedro Martelletto |
2006-01-09 | Put vprint() under DIAGNOSTIC, as to save space in generated ramdisks. | Pedro Martelletto |
2005-11-30 | No need for vfs_busy() and vfs_unbusy() to take a process pointer | Pedro Martelletto |
2005-11-24 | Remove kernfs, okay deraadt@. | Pedro Martelletto |
2005-11-19 | Remove unnecessary lockmgr() archaism that was costing too much in terms | Pedro Martelletto |
2005-11-18 | Work around yet another race on non-locking file systems: when calling | Pedro Martelletto |
2005-11-08 | Missed one use of 'register' | Pedro Martelletto |
2005-11-07 | Use ANSI function declarations and deregister, no binary change | Pedro Martelletto |
2005-10-19 | Remove v_vnlock from struct vnode, okay krw@ tedu@ | Pedro Martelletto |
2005-05-26 | RIP stackable filesystems, ok marius@ tedu@, discussed with deraadt@ | Pedro Martelletto |
2005-05-24 | when a device vnode associated with a mount point disappears, mark the | Pedro Martelletto |
2005-05-22 | put VLOCKSWORK stuff under a single option, VFSDEBUG | Pedro Martelletto |
2005-05-01 | check for VBIOONFREELIST and VBIOONSYNCLIST in vprint(), okay marius@ | Pedro Martelletto |
2005-03-24 | always good to check for invalid values. ok marius pedro | Ted Unangst |
2005-01-10 | change vget() to only put a vnode back on the free lists if it actually | Pedro Martelletto |
2004-12-31 | sprinkle some more list macros in here | Pedro Martelletto |
2004-12-31 | when releasing a vnode, make it inactive before sticking it to one of | Pedro Martelletto |
2004-12-28 | clean dirty accident by miod | Theo de Raadt |
2004-12-26 | Use list and queue macros where applicable to make the code easier to read; | Miod Vallat |
2004-12-09 | minor spacing/styling nits | Pedro Martelletto |
2004-08-04 | Uninline vputonfreelist. | Artur Grabowski |
2004-08-04 | better comments | Pedro Martelletto |
2004-08-02 | - check for LK_NOWAIT on vget() | Pedro Martelletto |
2004-05-27 | make acct(2) optional with ACCOUNTING | Ted Unangst |
2004-05-27 | shutdown accounting before shutting down vfs. should prevent some panics. | Ted Unangst |
2004-04-25 | radix tree with multipath support. from kame. deraadt ok | Jun-ichiro itojun Hagino |
2004-01-09 | back out vnode parents. weird breakge found in ports tree | Ted Unangst |
2004-01-06 | keep track of a vnode's parent dir. ufs only, and unused atm, but | Ted Unangst |
2003-07-21 | remove caddr_t casts. it's just silly to cast something when the function | Ted Unangst |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-05-13 | Back out previous change that causes "vnode table full" for large-scale | Christian Weisgerber |
2003-05-13 | do reclaim LAYER vnodes, no good reason not to | Ted Unangst |
2003-05-06 | attempt to put a process's cwd back in place after a forced umount. | Ted Unangst |
2003-05-01 | several related changes: | Ted Unangst |
2003-04-06 | strcat/strcpy/sprintf cleanup. krw@, anil@ ok. art@ tested sparc64. | Hakan Olsson |
2002-08-11 | Add two missing vfs_busy calls in the failure path of sysctl_vnode. | Artur Grabowski |
2002-07-12 | Change the locking on the mountpoint slightly. Instead of using mnt_lock | Artur Grabowski |
2002-06-16 | When processing the KERN_VNODE sysctl, the kernel builds a packed structure, | Miod Vallat |