| 2010-11-30 |
Samuel J. Greear | kernel - Provide descriptions for lwkt.* and debug... |
blob | commitdiff |
| 2010-08-30 |
Alex Hornung | spinlocks - Rename API to spin_{try,un,}lock |
blob | commitdiff | diff to current |
| 2010-08-28 |
Matthew Dillon | kernel - unwind kthread_create() mplock |
blob | commitdiff | diff to current |
| 2010-08-24 |
Matthew Dillon | kernel - Add additional fields to kinfo_cputime |
blob | commitdiff | diff to current |
| 2010-06-06 |
Matthew Dillon | kernel - lwkt_token revamp |
blob | commitdiff | diff to current |
| 2010-04-15 |
Alex Hornung | print_backtrace - Take parameter count |
blob | commitdiff | diff to current |
| 2010-02-22 |
Matthew Dillon | kernel - Refactor vnode_free_list, vnode reuse algorithm |
blob | commitdiff | diff to current |
| 2010-02-14 |
Matthew Dillon | kernel - Cleanup, add assertions in the vnode freeing... |
blob | commitdiff | diff to current |
| 2010-02-11 |
Matthew Dillon | kernel - sysref - Fix vnode interlock for 1->0 transition |
blob | commitdiff | diff to current |
| 2010-02-06 |
Matthew Dillon | Merge branch 'master' of ssh://crater.dragonflybsd... |
blob | commitdiff | diff to current |
| 2010-02-06 |
Matthew Dillon | x86_64 kernel - Increase buffer cache and vnode resourc... |
blob | commitdiff | diff to current |
| 2010-02-06 |
Matthew Dillon | kernel - Close MP race in vnode allocation code |
blob | commitdiff | diff to current |
| 2010-01-15 |
Matthew Dillon | kernel - Fix not-quite-nonblocking VX lock in allocfree... |
blob | commitdiff | diff to current |
| 2010-01-15 |
Matthew Dillon | kernel - Fix mislocated __vbusy() |
blob | commitdiff | diff to current |
| 2010-01-01 |
Matthew Dillon | kernel - adjust vnode reclamation |
blob | commitdiff | diff to current |
| 2009-12-27 |
Matthew Dillon | kernel - fix improper VOP_*() calls on dead vnode |
blob | commitdiff | diff to current |
| 2009-12-28 |
Matthew Dillon | kernel - MPSAFE stabilization |
blob | commitdiff | diff to current |
| 2009-12-28 |
Matthew Dillon | kernel - fine-grained namecache and partial vnode MPSAF... |
blob | commitdiff | diff to current |
| 2009-10-08 |
Matthew Dillon | kernel - Major performance changes to VM page management. |
blob | commitdiff | diff to current |
| 2009-07-13 |
Matthew Dillon | BUF/BIO - MPSAFE work on core buffer cache routines. |
blob | commitdiff | diff to current |
| 2009-07-13 |
Matthew Dillon | Make operations on struct bio_track MPSAFE. |
blob | commitdiff | diff to current |
| 2009-07-13 |
Matthew Dillon | vnode - move v_pollinfo.vpi_token to v_token |
blob | commitdiff | diff to current |
| 2008-06-30 |
Matthew Dillon | Fix a low-memory deadlock in the VM system which can... |
blob | commitdiff | diff to current |
| 2008-06-19 |
Matthew Dillon | Miscellanious performance adjustments to the kernel |
blob | commitdiff | diff to current |
| 2007-06-09 |
Matthew Dillon | Move initialization of a vnode's various red-black... |
blob | commitdiff | diff to current |
| 2007-05-13 |
Matthew Dillon | Ooops, cache_inval_vp_nonblock() was being called too... |
blob | commitdiff | diff to current |
| 2007-05-13 |
Matthew Dillon | Fix a vnode recyclement namecache<->vnode deadlock... |
blob | commitdiff | diff to current |
| 2007-05-06 |
Matthew Dillon | Use SYSREF to reference count struct vnode. v_usecount... |
blob | commitdiff | diff to current |
| 2006-09-05 |
Matthew Dillon | Rename malloc->kmalloc, free->kfree, and realloc->kreal... |
blob | commitdiff | diff to current |
| 2006-08-23 |
Matthew Dillon | Bring in the initial cut of the Cache Coherency Managem... |
blob | commitdiff | diff to current |
| 2006-08-12 |
Matthew Dillon | VNode sequencing and locking - part 3/4. |
blob | commitdiff | diff to current |
| 2006-08-11 |
Matthew Dillon | VNode sequencing and locking - part 2/4. |
blob | commitdiff | diff to current |
| 2006-08-09 |
Matthew Dillon | VNode sequencing and locking - part 1/4. |
blob | commitdiff | diff to current |
| 2006-05-27 |
Matthew Dillon | Mark various forms of read() and write() MPSAFE. Note... |
blob | commitdiff | diff to current |
| 2006-05-24 |
Matthew Dillon | spinlock more of the file descriptor code. No apprecia... |
blob | commitdiff | diff to current |
| 2006-05-06 |
Matthew Dillon | The thread/proc pointer argument in the VFS subsystem... |
blob | commitdiff | diff to current |
| 2006-05-05 |
Matthew Dillon | Simplify vn_lock(), VOP_LOCK(), and VOP_UNLOCK() by... |
blob | commitdiff | diff to current |
| 2006-05-05 |
Matthew Dillon | Remove the thread pointer argument to lockmgr(). All... |
blob | commitdiff | diff to current |
| 2006-04-23 |
Matthew Dillon | Remove the now unused interlock argument to the lockmgr... |
blob | commitdiff | diff to current |
| 2006-04-01 |
Matthew Dillon | Use the vnode v_opencount and v_writecount universally... |
blob | commitdiff | diff to current |
| 2006-03-27 |
Matthew Dillon | Remove NQNFS support. The mechanisms are too crude... |
blob | commitdiff | diff to current |
| 2006-03-27 |
Matthew Dillon | Change *_pager_allocate() to take off_t instead of... |
blob | commitdiff | diff to current |
| 2006-03-05 |
Matthew Dillon | Replace the global buffer cache hash table with a per... |
blob | commitdiff | diff to current |
| 2006-03-02 |
Matthew Dillon | Pass LK_PCATCH instead of trying to store tsleep flags... |
blob | commitdiff | diff to current |
| 2006-02-17 |
Matthew Dillon | Make the entire BUF/BIO system BIO-centric instead... |
blob | commitdiff | diff to current |
| 2005-04-20 |
Matthew Dillon | Get rid of VPLACEMARKER and retool vmntvnodescan()... |
blob | commitdiff | diff to current |
| 2005-04-15 |
Matthew Dillon | Implement Red-Black trees for the vnode clean/dirty... |
blob | commitdiff | diff to current |
| 2005-01-19 |
Matthew Dillon | Change lockcount->lockcountnb in an assertion. |
blob | commitdiff | diff to current |
| 2004-12-24 |
Matthew Dillon | Journaling layer work. Add a new system call, mountctl... |
blob | commitdiff | diff to current |
| 2004-11-23 |
Matthew Dillon | Document the mandatory use of vget() prior to modifying... |
blob | commitdiff | diff to current |
| 2004-10-22 |
Matthew Dillon | Make an existing vnode lock assertion a bit more verbose. |
blob | commitdiff | diff to current |
| 2004-10-12 |
Matthew Dillon | VFS messaging/interfacing work stage 8/99: Major rework... |
blob | commitdiff | diff to current |
|