DragonFly BSD
DragonFly commits List (threaded) for 2005-03
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

cvs commit: src/sys/kern vfs_journal.c src/sys/sys journal.h


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Fri, 4 Mar 2005 21:08:30 -0800 (PST)

dillon      2005/03/04 21:08:30 PST

DragonFly src repository

  Modified files:
    sys/kern             vfs_journal.c 
    sys/sys              journal.h 
  Log:
  Fix a number of alignment and offset bugs that were corrupting the
  journaling output stream.  In particular, the stream record expansion
  code (journal_extend()) was not returning the correct payload pointer.
  
  Add PUTPAGES support.
  
  Further improve the code documentation.
  
  Revision  Changes    Path
  1.11      +119 -27   src/sys/kern/vfs_journal.c
  1.2       +2 -1      src/sys/sys/journal.h


http://www.dragonflybsd.org/cvsweb/src/sys/kern/vfs_journal.c.diff?r1=1.10&r2=1.11&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/sys/journal.h.diff?r1=1.1&r2=1.2&f=u



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]