Statistics
| Branch: | Tag: | Revision:

root / xseg / peers / user @ 96c1ddcb

Name Size
.gitignore 37 Bytes
Makefile 4.2 kB
cached.c 23.5 kB
common.c 4.8 kB
common.h 3.3 kB
dummy.c 2.3 kB
filed.c 18.6 kB
mapperd.c 8.2 kB
mapperd.py 2.8 kB
monitor.c 5.4 kB
mpeer.c 15.5 kB
mpeer.h 3.2 kB
mt-mapperd.c 80 kB
mt-pfiled.c 18.9 kB
mt-sosd.c 25.5 kB
mt-vlmcd.c 22.2 kB
peer.c 20.4 kB
peer.h 4.3 kB
pfiled.c 25.7 kB
sosd.c 16.3 kB
speer.c 13.1 kB
speer.h 3.1 kB
vlmc-tool.c 10.6 kB
vlmcd.c 15 kB
xseg-tool.c 48.7 kB

Latest revisions

# Date Author Comment
102e080a 02/28/2013 01:05 pm Alex Pyrgiotis

Parse cache_size, write_policy correctly

96c1ddcb 02/28/2013 01:05 pm Alex Pyrgiotis

Update print_cached to show write policy

e842d87c 02/27/2013 09:20 pm Alex Pyrgiotis

Add more debug messages

7a23015b 02/27/2013 09:02 pm Alex Pyrgiotis

Mark INVALID buckets as LOADING in rw_range

Also fix bucket limits and add debugging

7640ad22 02/27/2013 06:12 pm Alex Pyrgiotis

Add peer_req to struct cached anb fix init_node

The `init_node` function problem:
init_node is passed as (void *) a (struct peerd *) pointer. This
pointer was incorrectly typecasted to a (struct cached *) pointer and
then memory would be allocated from junk values, which would lead to...

95c4b0dc 02/27/2013 06:12 pm Alex Pyrgiotis

Correct max_req_size argument parsing

53b45f01 02/27/2013 06:12 pm Alex Pyrgiotis

Add print function for struct cached

4f869efc 02/26/2013 05:43 pm Alex Pyrgiotis

Adjust custom peer usage to match its arguments

9e7908a9 02/26/2013 02:47 pm Alex Pyrgiotis

Read command-line arguments correctly

Besides write-policy, all necessary argument parsing and error checks
have been added. Also, cache_size is changed from uint32_t to uint64_t
since it was a small limit.

b34091e0 02/25/2013 07:55 pm Alex Pyrgiotis

Implement rw_range

This function is currently used for reads, when some of the buckets are
invalid. rw_range issues requests to blocker to fill these buckets.

View revisions

Also available in: Atom