kernel - Adjust UFS and HAMMER to use uiomovebp()
[dragonfly.git] / sys / vfs / ntfs / ntfs_subr.c
2012-08-17 Matthew Dillonkernel - Adjust UFS and HAMMER to use uiomovebp()
2012-06-19 Antonio Huete Jimenezntfs - Add NTFS_DEBUG kernel option.
2012-06-18 Antonio Huete Jimenezntfs - Fix build with NTFS_DEBUG
2012-05-23 Sascha Wildnerkernel: Remove some bogus casts to the own type.
2012-04-28 Sascha Wildnerkernel: Remove newlines from the panic messages that...
2012-02-20 Sascha WildnerFix some typos.
2011-12-06 Sascha Wildnerkernel: Replace all usage of MALLOC()/FREE() with kmall...
2011-11-26 John MarinoInitial import of binutils 2.22 on the new vendor branch
2011-11-15 Matthew Dillonkernel - Greatly improve shared memory fault rate concu...
2011-03-18 Sascha Wildnerkernel: Fix -Wundef in a number of places.
2010-08-30 Alex Hornungspinlocks - Rename API to spin_{try,un,}lock
2010-02-14 Matthew Dillonkernel - VM PAGER part 2/2 - Expand vinitvmio() and...
2009-09-12 Alexander Polakovlibiconv: convert NTFS to libiconv.
2009-07-23 Matthew DillonHAMMER / VFS_VGET - Add optional dvp argument to VFS_VG...
2009-04-07 Sascha WildnerReplace all casts of NULL to something with NULL.
2008-12-20 Sascha WildnerEliminate some dead initialization.
2008-01-05 Sascha WildnerFor kmalloc(), MALLOC() and contigmalloc(), use M_ZERO...
2007-08-21 Matthew Dillongetpages/putpages fixup part 1 - Add support for UIO_NO...
2006-12-23 Sascha WildnerRename printf -> kprintf in sys/ and add some defines...
2006-05-21 Matthew DillonImplement a much faster spinlock.
2006-04-23 Matthew DillonRemove the now unused interlock argument to the lockmgr...
2006-04-23 Matthew DillonRemove remaining uses of the lockmgr LK_INTERLOCK flag.
2006-04-13 Matthew DillonNTFS sometimes splits the initialization of a new vnode...
2006-03-24 Matthew DillonMajor BUF/BIO work commit. Make I/O BIO-centric and...
2006-03-02 Matthew DillonPass LK_PCATCH instead of trying to store tsleep flags...
2006-01-22 Sascha WildnerRemove unused variables.
2005-11-24 YONETANI TomokazuFix LINT kernel; spin_lock function definitions have...
2005-11-19 Matthew DillonConvert the lockmgr interlock from a token to a spinloc...
2005-08-02 Joerg SonnenbergerMake nlink_t 32bit and ino_t 64bit. Implement the old...
2004-07-02 Joerg SonnenbergerRemove cast as lvalue
2004-04-24 David RhodusRemove the VREF() macro and uses of it.
2004-04-20 Chris PresseyStyle(9) cleanup to src/sys/vfs, stage 11/21: ntfs.
2004-03-01 Matthew DillonNewtoken commit. Change the token implementation as...
2004-02-05 Robert Garrett__FreeBSD__ -> __DragonFly__
2003-12-29 Matthew DillonPrimarily add a missing lwkt_reltoken() in ntfs_ntput...
2003-08-20 Robert Garrett__P()!=wanted, remove old style prototypes from the...
2003-08-07 Matthew Dillonkernel tree reorganization stage 1: Major cvs repositor...
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-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: