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

c963ed7 Add initial commit for txns to be able to write in parallel

Authored and Committed by William Brown 8 years ago
raw patch tree parent
15 files changed. 469 lines added. 99 lines removed.
Makefile.am
file modified
+2 -0
src/sds/bpt/bpt.c
file modified
+2 -4
src/sds/bpt/bpt.h
file modified
+1 -1
src/sds/bpt/common.c
file modified
+11 -41
src/sds/bpt/map.c
file modified
+3 -6
src/sds/bpt/verify.c
file modified
+0 -30
src/sds/bpt_cow/bpt_cow.c
file modified
+137 -3
src/sds/bpt_cow/bpt_cow.h
file modified
+7 -1
src/sds/bpt_cow/common.c
file removed
-0
src/sds/bpt_cow/node.c
file added
+163
src/sds/bpt_cow/txn.c
file modified
+15 -5
src/sds/bpt_cow/verify.c
file added
+62
src/sds/sds.h
file modified
+3 -3
test/test_sds.c
file modified
+5 -5
test/test_sds_cow.c
file modified
+58 -0
    Add initial commit for txns to be able to write in parallel
    
        
Makefile.am
file modified
+2 -0
src/sds/bpt/bpt.c
file modified
+2 -4
src/sds/bpt/bpt.h
file modified
+1 -1
src/sds/bpt/common.c
file modified
+11 -41
src/sds/bpt/map.c
file modified
+3 -6
src/sds/bpt/verify.c
file modified
+0 -30
src/sds/bpt_cow/bpt_cow.c
file modified
+137 -3
src/sds/bpt_cow/bpt_cow.h
file modified
+7 -1
src/sds/bpt_cow/common.c
file removed
-0
src/sds/bpt_cow/node.c
file added
+163
src/sds/bpt_cow/txn.c
file modified
+15 -5
src/sds/bpt_cow/verify.c
file added
+62
src/sds/sds.h
file modified
+3 -3
test/test_sds.c
file modified
+5 -5
test/test_sds_cow.c
file modified
+58 -0
Powered by Pagure 5.14.1
Documentation • File an Issue • About • SSH Hostkey/Fingerprint
© Red Hat, Inc. and others.