kernel - lwkt_token revamp
[dragonfly.git] / sys / vfs / msdosfs / msdosfs_denode.c
2010-06-06 Matthew Dillonkernel - lwkt_token revamp
2010-02-14 Matthew Dillonkernel - VM PAGER part 2/2 - Expand vinitvmio() and...
2009-12-28 Matthew Dillonkernel - fine-grained namecache and partial vnode MPSAF...
2009-02-28 Nicolas Therymsdosfs: clean up reference counting
2009-02-26 Nicolas Therymsdosfs: fix deleted-but-open files handling.
2009-02-26 Nicolas Therymsdosfs: fix bug in msfdosfs_hashins().
2009-02-26 Nicolas Therymsdosfs: Fix error path in deget().
2009-02-21 Nicolas Therymsdosfs: replace bzero() with M_ZERO.
2008-06-08 Nicolas TheryAssert that move in directory entry hash table can...
2007-08-08 Sascha WildnerAdjust some comments with reality.
2007-08-07 Matthew DillonFix build errors when MSDOSFS_DEBUG is defined.
2007-08-03 Sascha WildnerFix wrong parentheses.
2007-07-31 Matthew DillonDetect the case where rename()ing over a file that...
2007-07-30 Matthew DillonWhen an inode collision occurs a partially initialized...
2007-06-14 Matthew DillonWhen getnewvnode() is called the vnode's v_type default...
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-09-10 Matthew DillonChange the kernel dev_t, representing a pointer to...
2006-09-05 Matthew DillonRename malloc->kmalloc, free->kfree, and realloc->kreal...
2006-05-06 Matthew DillonThe thread/proc pointer argument in the VFS subsystem...
2006-04-07 Matthew DillonDue to continuing issues with VOP_READ/VOP_WRITE ops...
2006-03-24 Matthew DillonFix numerous translation problems in msdosfs, related...
2006-03-24 Matthew DillonMajor BUF/BIO work commit. Make I/O BIO-centric and...
2006-01-13 Sascha Wildner* Remove (void) casts for discarded return values.
2004-12-17 Matthew DillonVFS messaging/interfacing work stage 10/99:
2004-10-27 Matthew DillonRemove unused variable.
2004-10-12 Matthew DillonVFS messaging/interfacing work stage 8/99: Major rework...
2004-10-05 Matthew DillonVFS messaging/interfacing work stage 7d/99: More firmin...
2004-08-28 Matthew DillonVFS messaging/interfacing work stage 4/99. This stage...
2004-08-17 Matthew DillonVFS messaging/interfacing work stage 2/99. This stage...
2004-08-13 Matthew DillonVFS messaging/interfacing work stage 1/99. This stage...
2004-04-24 David RhodusRemove the VREF() macro and uses of it.
2004-04-17 Chris PresseyStyle(9) cleanup to src/sys/vfs, stage 9/21: msdosfs.
2004-03-01 Matthew DillonNewtoken commit. Change the token implementation as...
2003-10-18 Matthew DillonFix races in ihashget that were introduced when I intro...
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: