Age | Commit message (Expand) | Author |
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 |
2002-06-08 | Use ltsleep in vfs_busy. | Artur Grabowski |
2002-05-16 | sprinkle some splassert(IPL_BIO) in some functions that are commented as "sho... | Artur Grabowski |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2002-02-04 | Cleanup mountroot-related definitions. | Miod Vallat |
2002-01-23 | Pool deals fairly well with physical memory shortage, but it doesn't deal | Artur Grabowski |
2001-12-19 | UBC was a disaster. It worked very good when it worked, but on some | Artur Grabowski |
2001-12-10 | No need to initialize the uobj on every getnewvnode. Just do | Artur Grabowski |
2001-12-10 | Big cleanup inspired by NetBSD with some parts of the code from NetBSD. | Artur Grabowski |
2001-12-10 | Merge in struct uvm_vnode into struct vnode. | Artur Grabowski |
2001-12-05 | Break out the part that lowers v_holdcnt in brelvp into an own function | Artur Grabowski |
2001-11-29 | Ooops. Revert part of the last commit that was completly wrong and wasn't sup... | Artur Grabowski |
2001-11-29 | Correctly handle b_vp with bgetvp and brelvp in {get,put}pages. | Artur Grabowski |
2001-11-27 | Merge in the unified buffer cache code as found in NetBSD 2001/03/10. The | Artur Grabowski |
2001-11-21 | Added vfs_isbusy. Useful for verifying that a mount point is locked | Constantine Sapuntzakis |
2001-11-15 | Don't zero v_bioflag when recycling a vnode in getnewvnode. | Artur Grabowski |
2001-11-12 | Remove unnecessary check for NULL vnode in reassignbuf. | Artur Grabowski |
2001-11-06 | Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary. | Miod Vallat |
2001-10-02 | Bounds check index into routing table. Thanks to Ken Ashcraft of Stanford | Constantine Sapuntzakis |
2001-09-19 | Get rid of B_VFLUSH. Not relevant after the end of the AGE queue. | Constantine Sapuntzakis |
2001-09-16 | Add some missing lengths checks when passing data from userland to | Todd C. Miller |
2001-08-02 | (vput): make panic strings actually say vput instead of vrele | assar |