| 2010-03-18 |
Samuel J. Greear | kernel - Introduce lightweight buffers |
blob | commitdiff |
| 2010-02-20 |
Matthew Dillon | kernel - Add MNTK_NOMSYNC and OBJ_NOMSYNC |
blob | commitdiff | diff to current |
| 2010-02-14 |
Matthew Dillon | kernel - VM PAGER part 2/2 - Expand vinitvmio() and... |
blob | commitdiff | diff to current |
| 2010-02-14 |
Matthew Dillon | kernel - VM PAGER part 1/2 - Remove vm_page_alloc() |
blob | commitdiff | diff to current |
| 2010-02-06 |
Matthew Dillon | kernel - SWAP CACHE part 13/many - More vm_pindex_t... |
blob | commitdiff | diff to current |
| 2010-02-04 |
Matthew Dillon | kernel - SWAP CACHE part 6/many - Refactor swap_pager_f... |
blob | commitdiff | diff to current |
| 2010-02-03 |
Matthew Dillon | kernel - SWAP CACHE part 3/many - Rearrange VM pagerops |
blob | commitdiff | diff to current |
| 2010-02-03 |
Matthew Dillon | kernel - SWAP CACHE part 2/many - Remove VM pager lists |
blob | commitdiff | diff to current |
| 2010-01-18 |
Matthew Dillon | kernel - Finish implementing PG_RAM / pipelined mmap... |
blob | commitdiff | diff to current |
| 2010-01-18 |
Matthew Dillon | kernel - simplify vm pager ops, add pre-faulting for... |
blob | commitdiff | diff to current |
| 2010-01-15 |
Matthew Dillon | kernel - Improve VM fault performance for sequential... |
blob | commitdiff | diff to current |
| 2010-01-15 |
Matthew Dillon | kernel - Improve VM fault performance for sequential... |
blob | commitdiff | diff to current |
| 2009-12-28 |
Matthew Dillon | kernel - fine-grained namecache and partial vnode MPSAF... |
blob | commitdiff | diff to current |
| 2009-08-28 |
Matthew Dillon | Kernel - Close VM/BIO races and document.o |
blob | commitdiff | diff to current |
| 2009-08-26 |
Matthew Dillon | Kernel - Clean up conditionals to make them more readab... |
blob | commitdiff | diff to current |
| 2009-08-25 |
Matthew Dillon | AMD64 - Fix format conversions and other warnings. |
blob | commitdiff | diff to current |
| 2009-08-24 |
Matthew Dillon | Kernel - more NFS fixes, more dirty bit fixes, remove... |
blob | commitdiff | diff to current |
| 2009-08-24 |
Matthew Dillon | Kernel - Fix issues with vnode_pager_setsize() (effects... |
blob | commitdiff | diff to current |
| 2009-06-24 |
Matthew Dillon | AMD64 - Fix many compile-time warnings. int/ptr type... |
blob | commitdiff | diff to current |
| 2008-12-18 |
Matthew Dillon | vnode_pager_haspage() could return TRUE but leave ... |
blob | commitdiff | diff to current |
| 2008-06-19 |
Matthew Dillon | Miscellanious performance adjustments to the kernel |
blob | commitdiff | diff to current |
| 2008-05-09 |
Matthew Dillon | Fix many bugs and issues in the VM system, particularly... |
blob | commitdiff | diff to current |
| 2008-04-28 |
Matthew Dillon | Paging and swapping system fixes. |
blob | commitdiff | diff to current |
| 2007-08-28 |
Matthew Dillon | Fix a bug in vnode_pager_generic_getpages(). This... |
blob | commitdiff | diff to current |
| 2007-08-26 |
Matthew Dillon | Fix a bugaboo in the last commit. Pages are hard-busie... |
blob | commitdiff | diff to current |
| 2007-08-22 |
Matthew Dillon | Temporary hack up a fix for msdos which avoids a deadlo... |
blob | commitdiff | diff to current |
| 2007-08-13 |
Matthew Dillon | Remove the vpp (returned underlying device vnode) argum... |
blob | commitdiff | diff to current |
| 2007-08-13 |
Matthew Dillon | Replace the huge mess that was vnode_pager_generic_getp... |
blob | commitdiff | diff to current |
| 2007-07-30 |
Matthew Dillon | Rate-limit residual I/O warnings from the VM system... |
blob | commitdiff | diff to current |
| 2007-06-08 |
Matthew Dillon | Formalize the object sleep/wakeup code when waiting... |
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-12-23 |
Sascha Wildner | Rename printf -> kprintf in sys/ and add some defines... |
blob | commitdiff | diff to current |
| 2006-08-08 |
Matthew Dillon | LK_NOPAUSE no longer serves a purpose, scrap it. |
blob | commitdiff | diff to current |
| 2006-05-25 |
Matthew Dillon | Fix several buffer cache issues related to B_NOCACHE. |
blob | commitdiff | diff to current |
| 2006-05-17 |
Matthew Dillon | Remove the (unused) copy-on-write support for a vnode... |
blob | commitdiff | diff to current |
| 2006-05-16 |
Matthew Dillon | Attempt to interlock races between the buffer cache... |
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-03 |
Matthew Dillon | - Clarify the definitions of b_bufsize, b_bcount, and... |
blob | commitdiff | diff to current |
| 2006-04-30 |
Matthew Dillon | Replace the the buffer cache's B_READ, B_WRITE, B_FORMA... |
blob | commitdiff | diff to current |
| 2006-04-28 |
Matthew Dillon | Get rid of pbgetvp() and pbrelvp(). Instead fold the... |
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-24 |
Matthew Dillon | Major BUF/BIO work commit. Make I/O BIO-centric and... |
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-08-03 |
Hiten Pandya | BUF/BIO cleanup 3/99: |
blob | commitdiff | diff to current |
| 2005-06-02 |
Sascha Wildner | Remove spl*() calls and replace them with critical... |
blob | commitdiff | diff to current |
| 2005-03-02 |
Hiten Pandya | Rename the flags for sf_buf_alloc(9) to be in line... |
blob | commitdiff | diff to current |
| 2004-12-10 |
Matthew Dillon | Bring in FreeBSD/1.206 by Alan Cox, bde@, and tegge@: |
blob | commitdiff | diff to current |
| 2004-10-12 |
Matthew Dillon | VFS messaging/interfacing work stage 8/99: Major rework... |
blob | commitdiff | diff to current |
| 2004-08-17 |
Matthew Dillon | VFS messaging/interfacing work stage 2/99. This stage... |
blob | commitdiff | diff to current |
| 2004-05-13 |
Matthew Dillon | Close an interrupt race between vm_page_lookup() and... |
blob | commitdiff | diff to current |
| 2004-05-08 |
Matthew Dillon | Peter Edwards brought up an interesting NFS bug which... |
blob | commitdiff | diff to current |
| 2004-03-23 |
Matthew Dillon | ANSIfication (procedure args) cleanup. |
blob | commitdiff | diff to current |
| 2004-03-01 |
Matthew Dillon | Newtoken commit. Change the token implementation as... |
blob | commitdiff | diff to current |
| 2003-08-20 |
Robert Garrett | __P()!=wanted, clean up the vm subsystem |
blob | commitdiff | diff to current |
| 2003-07-26 |
Robert Garrett | Register keyword removal |
blob | commitdiff | diff to current |
| 2003-07-19 |
Matthew Dillon | Remove the priority part of the priority|flags argument... |
blob | commitdiff | diff to current |
| 2003-07-06 |
Matthew Dillon | MP Implementation 1/2: Get the APIC code working again... |
blob | commitdiff | diff to current |
| 2003-07-03 |
Matthew Dillon | Split the struct vmmeter cnt structure into a global... |
blob | commitdiff | diff to current |
| 2003-06-26 |
Matthew Dillon | proc->thread stage 5: BUF/VFS clearance! Remove the... |
blob | commitdiff | diff to current |
| 2003-06-26 |
Matthew Dillon | Introduce cratom(), remove crcopy(). |
blob | commitdiff | diff to current |
| 2003-06-25 |
Matthew Dillon | proc->thread stage 4: rework the VFS and DEVICE subsyst... |
blob | commitdiff | diff to current |
| 2003-06-17 |
Matthew Dillon | Add the DragonFly cvs id and perform general cleanups... |
blob | commitdiff | diff to current |
| 2003-06-17 |
Matthew Dillon | Initial import from FreeBSD RELENG_4: |
blob | commitdiff | diff to current |
|