kernel - Introduce lightweight buffers
[dragonfly.git] / sys / vm / vnode_pager.c
2010-03-18 Samuel J. Greearkernel - Introduce lightweight buffers
2010-02-20 Matthew Dillonkernel - Add MNTK_NOMSYNC and OBJ_NOMSYNC
2010-02-14 Matthew Dillonkernel - VM PAGER part 2/2 - Expand vinitvmio() and...
2010-02-14 Matthew Dillonkernel - VM PAGER part 1/2 - Remove vm_page_alloc()
2010-02-06 Matthew Dillonkernel - SWAP CACHE part 13/many - More vm_pindex_t...
2010-02-04 Matthew Dillonkernel - SWAP CACHE part 6/many - Refactor swap_pager_f...
2010-02-03 Matthew Dillonkernel - SWAP CACHE part 3/many - Rearrange VM pagerops
2010-02-03 Matthew Dillonkernel - SWAP CACHE part 2/many - Remove VM pager lists
2010-01-18 Matthew Dillonkernel - Finish implementing PG_RAM / pipelined mmap...
2010-01-18 Matthew Dillonkernel - simplify vm pager ops, add pre-faulting for...
2010-01-15 Matthew Dillonkernel - Improve VM fault performance for sequential...
2010-01-15 Matthew Dillonkernel - Improve VM fault performance for sequential...
2009-12-28 Matthew Dillonkernel - fine-grained namecache and partial vnode MPSAF...
2009-08-28 Matthew DillonKernel - Close VM/BIO races and document.o
2009-08-26 Matthew DillonKernel - Clean up conditionals to make them more readab...
2009-08-25 Matthew DillonAMD64 - Fix format conversions and other warnings.
2009-08-24 Matthew DillonKernel - more NFS fixes, more dirty bit fixes, remove...
2009-08-24 Matthew DillonKernel - Fix issues with vnode_pager_setsize() (effects...
2009-06-24 Matthew DillonAMD64 - Fix many compile-time warnings. int/ptr type...
2008-12-18 Matthew Dillonvnode_pager_haspage() could return TRUE but leave ...
2008-06-19 Matthew DillonMiscellanious performance adjustments to the kernel
2008-05-09 Matthew DillonFix many bugs and issues in the VM system, particularly...
2008-04-28 Matthew DillonPaging and swapping system fixes.
2007-08-28 Matthew DillonFix a bug in vnode_pager_generic_getpages(). This...
2007-08-26 Matthew DillonFix a bugaboo in the last commit. Pages are hard-busie...
2007-08-22 Matthew DillonTemporary hack up a fix for msdos which avoids a deadlo...
2007-08-13 Matthew DillonRemove the vpp (returned underlying device vnode) argum...
2007-08-13 Matthew DillonReplace the huge mess that was vnode_pager_generic_getp...
2007-07-30 Matthew DillonRate-limit residual I/O warnings from the VM system...
2007-06-08 Matthew DillonFormalize the object sleep/wakeup code when waiting...
2007-05-06 Matthew DillonUse SYSREF to reference count struct vnode. v_usecount...
2006-12-23 Sascha WildnerRename printf -> kprintf in sys/ and add some defines...
2006-08-08 Matthew DillonLK_NOPAUSE no longer serves a purpose, scrap it.
2006-05-25 Matthew DillonFix several buffer cache issues related to B_NOCACHE.
2006-05-17 Matthew DillonRemove the (unused) copy-on-write support for a vnode...
2006-05-16 Matthew DillonAttempt to interlock races between the buffer cache...
2006-05-06 Matthew DillonThe thread/proc pointer argument in the VFS subsystem...
2006-05-03 Matthew Dillon- Clarify the definitions of b_bufsize, b_bcount, and...
2006-04-30 Matthew DillonReplace the the buffer cache's B_READ, B_WRITE, B_FORMA...
2006-04-28 Matthew DillonGet rid of pbgetvp() and pbrelvp(). Instead fold the...
2006-03-27 Matthew DillonChange *_pager_allocate() to take off_t instead of...
2006-03-24 Matthew DillonMajor BUF/BIO work commit. Make I/O BIO-centric and...
2006-02-17 Matthew DillonMake the entire BUF/BIO system BIO-centric instead...
2005-08-03 Hiten PandyaBUF/BIO cleanup 3/99:
2005-06-02 Sascha WildnerRemove spl*() calls and replace them with critical...
2005-03-02 Hiten PandyaRename the flags for sf_buf_alloc(9) to be in line...
2004-12-10 Matthew DillonBring in FreeBSD/1.206 by Alan Cox, bde@, and tegge@:
2004-10-12 Matthew DillonVFS messaging/interfacing work stage 8/99: Major rework...
2004-08-17 Matthew DillonVFS messaging/interfacing work stage 2/99. This stage...
2004-05-13 Matthew DillonClose an interrupt race between vm_page_lookup() and...
2004-05-08 Matthew DillonPeter Edwards brought up an interesting NFS bug which...
2004-03-23 Matthew DillonANSIfication (procedure args) cleanup.
2004-03-01 Matthew DillonNewtoken commit. Change the token implementation as...
2003-08-20 Robert Garrett__P()!=wanted, clean up the vm subsystem
2003-07-26 Robert GarrettRegister keyword removal
2003-07-19 Matthew DillonRemove the priority part of the priority|flags argument...
2003-07-06 Matthew DillonMP Implementation 1/2: Get the APIC code working again...
2003-07-03 Matthew DillonSplit the struct vmmeter cnt structure into a global...
2003-06-26 Matthew Dillonproc->thread stage 5: BUF/VFS clearance! Remove the...
2003-06-26 Matthew DillonIntroduce cratom(), remove crcopy().
2003-06-25 Matthew Dillonproc->thread stage 4: rework the VFS and DEVICE subsyst...
2003-06-17 Matthew DillonAdd the DragonFly cvs id and perform general cleanups...
2003-06-17 Matthew DillonInitial import from FreeBSD RELENG_4: