cputimer: Increase distance between priorities
[dragonfly.git] / sys / kern / vfs_journal.c
2011-11-26 John MarinoInitial import of binutils 2.22 on the new vendor branch
2011-11-15 Matthew Dillonkernel - Major signal path adjustments to fix races...
2011-10-18 Matthew Dillonkernel - Major SMP performance patch / VM system, bus...
2010-08-30 Alex Hornungspinlocks - Rename API to spin_{try,un,}lock
2010-08-29 Matthew Dillonkernel - All lwkt thread now start out mpsafe part 2/2
2010-08-29 Matthew Dillonkernel - All lwkt thread now start out mpsafe part 1/2
2010-02-25 Samuel J. Greearkernel - Remove msf_buf dependency from VFS Journals
2009-12-21 Matthew Dillonkernel - namecache MPSAFE work
2009-06-24 Matthew DillonAMD64 - Fix many compile-time warnings. int/ptr type...
2007-05-09 Matthew DillonGive the device major / minor numbers their own separat...
2007-01-25 Matthew DillonFix the incorrect addition of a leading '/' in file...
2007-01-12 Matthew DillonFix a number of places where the kernel assumed it...
2006-12-23 Sascha WildnerRename printf -> kprintf in sys/ and add some defines...
2006-10-27 Matthew DillonMajor namecache work primarily to support NULLFS.
2006-09-05 Matthew DillonRename malloc->kmalloc, free->kfree, and realloc->kreal...
2006-05-08 Matthew DillonSplit kern/vfs_journal.c. Leave the low level journal...
2006-05-07 Matthew DillonRecode the streamid selector. The streamid was faked...
2006-05-06 Matthew DillonThe fdrop() procedure no longer needs a thread argument...
2006-05-06 Matthew DillonThe thread/proc pointer argument in the VFS subsystem...
2005-09-17 Matthew DillonAdd an argument to vfs_add_vnodeops() to specify VVF_...
2005-09-07 Matthew DillonSlightly reorganize the transaction data. Instead...
2005-09-06 Matthew DillonDocument a special case for Journaling PAD records...
2005-08-24 Matthew DillonWhen writing UNDO records, only try to output the file...
2005-08-24 Matthew DillonFilesystem journaling. Reorganize the journal scan...
2005-07-13 Matthew DillonAdd journaling restart support, required to produce...
2005-07-06 Matthew DillonImplement the full-duplex ack protocol. refurbish...
2005-07-05 Matthew DillonGenerate the correct referential data when journaling...
2005-07-05 Matthew DillonThe size of a nesting record may not be known (due...
2005-07-04 Matthew DillonFix a few issues in the kernel-side journal.
2005-06-03 Matthew DillonReplace cpu_mb1() and cpu_mb2() with cpu_mfence(),...
2005-03-22 Matthew DillonStart working on the full-duplex journaling feature...
2005-03-05 Matthew DillonFix a number of alignment and offset bugs that were...
2005-03-04 Matthew DillonFix an incorrect pointer in a journal_build_pad() that...
2005-03-04 Matthew DillonRemove some of the nastier debugging printfs.
2005-03-04 Matthew DillonJournaling layer work. Write the actual data associate...
2005-02-28 Matthew DillonJournaling layer work. Generate output for path names...
2005-01-09 Matthew DillonAdd support for retrieving the journal status via mount...
2004-12-31 Matthew DillonJournaling layer work. Add shims and skeleton code...
2004-12-30 Matthew DillonJournaling layer work. Lock down the journaling data...
2004-12-29 Matthew DillonJournaling layer work.
2004-12-24 Matthew DillonJournaling layer work. Add a new system call, mountctl...
2004-12-17 Matthew DillonVFS messaging/interfacing work stage 10/99: