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

git: HAMMER - Fix long stalls when writing out core files


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Sun, 20 Feb 2011 19:36:04 -0800 (PST)

commit a117fbeb5f7e15c128fb94d038d5382d8d03483c
Author: Matthew Dillon <dillon@apollo.backplane.com>
Date:   Sun Feb 20 18:26:17 2011 -0800

    HAMMER - Fix long stalls when writing out core files
    
    * Fix a long-stall case (hmrwww) due to a broken pipelining algorithm when
      using large write()s to write out large files.

Summary of changes:
 sys/vfs/hammer/hammer.h        |    2 +-
 sys/vfs/hammer/hammer_object.c |    5 ++++-
 sys/vfs/hammer/hammer_vfsops.c |    2 +-
 sys/vfs/hammer/hammer_vnops.c  |   11 +++++++----
 4 files changed, 13 insertions(+), 7 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/a117fbeb5f7e15c128fb94d038d5382d8d03483c


-- 
DragonFly BSD source repository



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