pagure Logo
  • Log In

libsds

Clone
Source Code
GIT
Documentation
GIT

Learn more about these different git repos.

Other Git URLs

  • Source
  • Docs
  • Issues  3
  • Roadmap 
  • Stats
 Overview  Files  Commits  Branches  Forks  Releases

b6573b2 Add update method to make more efficient cow updates.

Authored and Committed by William Brown 8 years ago
raw patch tree parent
7 files changed. 101 lines added. 1 lines removed.
src/sds/bpt/bpt.h
file modified
+1 -0
src/sds/bpt/common.c
file modified
+1 -1
src/sds/bpt_cow/bpt_cow.c
file modified
+40 -0
src/sds/bpt_cow/bpt_cow.h
file modified
+1 -0
src/sds/bpt_cow/node.c
file modified
+10 -0
src/sds/sds.h
file modified
+15 -0
test/test_sds_cow.c
file modified
+33 -0
    Add update method to make more efficient cow updates.
    
        
src/sds/bpt/bpt.h
file modified
+1 -0
src/sds/bpt/common.c
file modified
+1 -1
src/sds/bpt_cow/bpt_cow.c
file modified
+40 -0
src/sds/bpt_cow/bpt_cow.h
file modified
+1 -0
src/sds/bpt_cow/node.c
file modified
+10 -0
src/sds/sds.h
file modified
+15 -0
test/test_sds_cow.c
file modified
+33 -0
Powered by Pagure 5.14.1
Documentation • File an Issue • About • SSH Hostkey/Fingerprint
© Red Hat, Inc. and others.