kernel - Adjust UFS and HAMMER to use uiomovebp()
[dragonfly.git] / sys / vfs / ufs / ufs_readwrite.c
2012-08-17 Matthew Dillonkernel - Adjust UFS and HAMMER to use uiomovebp()
2012-06-17 Sascha Wildnerkernel/ufs: Remove some unused variables.
2012-05-23 Sascha Wildnerkernel: Remove some bogus casts to the own type.
2011-11-26 John MarinoInitial import of binutils 2.22 on the new vendor branch
2010-08-03 Samuel J. Greearkernel - Remove kevent subsystem from under mplock
2010-01-26 Matthew Dillonkernel - More buffer cache / VM coherency work
2010-01-20 Matthew Dillonkernel - ufs, ext2fs getpages/putpages cleanup
2010-01-18 Matthew Dillonkernel - Fix pager bug in vm_fault and UFS and have...
2010-01-18 Matthew Dillonkernel - Finish implementing PG_RAM / pipelined mmap...
2008-06-19 Matthew DillonMiscellanious performance adjustments to the kernel
2008-04-22 Matthew DillonFix some IO sequencing performance issues and reformula...
2007-08-28 Matthew DillonFix a bug in vnode_pager_generic_getpages(). This...
2007-08-21 Matthew Dillongetpages/putpages fixup part 1 - Add support for UIO_NO...
2007-08-13 Matthew DillonRemove the vpp (returned underlying device vnode) argum...
2007-02-22 Simon Schubert1:1 Userland threading stage 4.2/4:
2006-09-03 Matthew DillonRename functions to avoid conflicts with libc.
2006-05-26 Matthew DillonAdd a read-ahead version of ffs_blkatoff() called ffs_b...
2006-05-26 Matthew DillonRemove FFS function hooks used by UFS. Simply make...
2006-05-17 Matthew DillonRemove the (unused) copy-on-write support for a vnode...
2006-05-06 Matthew DillonThe thread/proc pointer argument in the VFS subsystem...
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...
2004-10-25 Matthew DillonRemove the vfs page replacement optimization and its...
2004-07-18 David RhodusPerform some basic cleanups. Change some types over...
2004-05-18 Chris PresseyStyle(9) cleanup to src/sys/vfs, stage 19/21: ufs.
2004-04-23 Matthew Dillonmsync(..., MS_INVALIDATE) will incorrectly remove dirty...
2003-07-26 Robert GarrettRegister keyword removal
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 Dilloncleanup
2003-06-26 Matthew Dillonsimple cleanups (removal of ancient macros)
2003-06-26 Matthew Dillonproc->thread stage 5: BUF/VFS clearance! Remove the...
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: