Age | Commit message (Expand) | Author |
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 |
1999-05-06 | factor out sync+wait code into vfa_syncwait() routine for | Michael Shalayeff |
1999-04-30 | in vput, simple_unlock the v_interlock before VOP_INACTIVE, not after | Artur Grabowski |
1999-03-11 | backout | Theo de Raadt |
1999-03-11 | back out unapproved changes | Theo de Raadt |
1999-03-11 | indent | Michael Shalayeff |
1999-03-11 | factor sync+wait operation out into a separate function. | Michael Shalayeff |
1999-02-26 | adapt to uvm vnode pager | Artur Grabowski |
1999-02-19 | add vfs_register and vfs_unregister functions | Artur Grabowski |
1998-12-28 | simple_lock fixes | Artur Grabowski |
1998-12-22 | deconfuse vprint, print holdcount, not refcount when we are talking about hol... | Artur Grabowski |
1998-12-10 | vfs_unmountall: retry to unmount all remaining filesystems when one unmount f... | Artur Grabowski |
1998-12-05 | Framework for generating automatic test code for locking discipline | Constantine Sapuntzakis |
1998-12-04 | VFS-Lite2 requires stricter locking around vnode buffer queues. vinvalbuf | Constantine Sapuntzakis |
1998-11-20 | vn_lock already unlocks the simple lock. don't do that again | Artur Grabowski |
1998-11-12 | Integrate latest soft updates patches for McKusick. | Constantine Sapuntzakis |
1998-10-13 | In vrele, vget, reinstate to following order | Constantine Sapuntzakis |
1998-08-30 | Cleanup. | Constantine Sapuntzakis |
1998-08-06 | Rename vop_revoke, vn_bwrite, vop_noislocked, vop_nolock, vop_nounlock | Constantine Sapuntzakis |
1998-04-25 | typo | Niklas Hallqvist |
1998-02-20 | typo | Niklas Hallqvist |
1998-01-11 | Fix a couple spinlock references. More code motion in vfs_subr.c | Constantine Sapuntzakis |
1998-01-10 | Broke up vfs_subr.c which was getting a bit huge. We now have seperate files | Constantine Sapuntzakis |
1997-11-24 | Fix non-DIAGNOSTIC (and non-COMPAT*) compilation | Niklas Hallqvist |
1997-11-07 | Fixed hang on shutdown | Constantine Sapuntzakis |