Age | Commit message (Expand) | Author |
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 |
2001-07-26 | Typo. | Miod Vallat |
2001-06-27 | remove old vm | Artur Grabowski |
2001-06-22 | KNF | Theo de Raadt |
2001-06-05 | send note_revoke to knotes when vnode goes away, okay art@ | Niels Provos |
2001-05-16 | indentation nit. | Artur Grabowski |
2001-04-29 | cleanup, remove incorrect comment | Artur Grabowski |
2001-03-22 | Use pool for allocating vnodes. | Artur Grabowski |
2001-03-21 | uvm_vnp_terminate expect the vnode to be locked. | Artur Grabowski |
2001-03-16 | Oops. fix thinko in last. | Artur Grabowski |
2001-03-16 | Use CIRCLEQ macros for mountlist. | Artur Grabowski |
2001-03-16 | Initialize the mountlist_slock. | Artur Grabowski |
2001-02-26 | Move v_writecount test back to it original place | Constantine Sapuntzakis |
2001-02-26 | Make ref counts 32-bit unsigned ints as opposed to a potpourri of longs and | Constantine Sapuntzakis |
2001-02-24 | Cleanup of vnode interface continues. Get rid of VHOLD/HOLDRELE. | Constantine Sapuntzakis |
2001-02-23 | Remove the clustering fields from the vnodes and place them in the | Constantine Sapuntzakis |
2001-02-21 | Latest soft updates from FreeBSD/Kirk McKusick | Constantine Sapuntzakis |
2001-02-08 | do not print stuff when not verbose | Michael Shalayeff |
2000-09-27 | Minimal optimization. | Artur Grabowski |
2000-07-17 | Don't wait for B_READ buffers on shutdown. | Artur Grabowski |
2000-04-25 | Use CIRCLEQ_FOREACH | Constantine Sapuntzakis |
2000-04-21 | see if there is any meaning under curproc before using &proc0 in vfs_syncwait... | Michael Shalayeff |
1999-12-05 | With soft updates, some buffers will be remarked as dirty after being written. | Artur Grabowski |
1999-12-05 | Use VONSYNCLIST to see if we should remove a vnode from the sync list instead | Artur Grabowski |
1999-08-20 | more paranoid check of the refcount in vfs_register | Artur Grabowski |
1999-08-08 | From NetBSD; vdevgone, used for revoking access to device nodes when they | Niklas Hallqvist |
1999-05-31 | New struct statfs with mount options. NOTE: this replaces statfs(2), | Todd C. Miller |