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

cvs commit: src/sys/vfs/hammer hammer.h hammer_btree.c hammer_flusher.c hammer_inode.c


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Sun, 29 Jun 2008 19:45:30 -0700 (PDT)

dillon      2008/06/29 19:45:30 PDT

DragonFly src repository

  Modified files:
    sys/vfs/hammer       hammer.h hammer_btree.c hammer_flusher.c 
                         hammer_inode.c 
  Log:
  HAMMER 59E/Many: Stabilization pass
  
  * Sprinkle around calls to hammer_flusher_clean_loose_ios() to clean up
    hammer buffers with no buffer cache buffer associations, so they can't
    build up and blow out kernel memory.
  
  * Fix a bug when deleting large files where not all records were being
    properly moved to the new flush group.
  
  * Fix a bug when truncating large files where a trunction followed by
    write()s followed by another truncation would incorrectly reorder the
    writes() in the middle to occur after the second truncation.
  
  Revision  Changes    Path
  1.98      +1 -0      src/sys/vfs/hammer/hammer.h
  1.59      +2 -0      src/sys/vfs/hammer/hammer_btree.c
  1.32      +15 -15    src/sys/vfs/hammer/hammer_flusher.c
  1.90      +26 -1     src/sys/vfs/hammer/hammer_inode.c


http://www.dragonflybsd.org/cvsweb/src/sys/vfs/hammer/hammer.h.diff?r1=1.97&r2=1.98&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/vfs/hammer/hammer_btree.c.diff?r1=1.58&r2=1.59&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/vfs/hammer/hammer_flusher.c.diff?r1=1.31&r2=1.32&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/vfs/hammer/hammer_inode.c.diff?r1=1.89&r2=1.90&f=u



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