Statistics
| Branch: | Tag: | Revision:

root / xseg / peers @ f22868a8

Name Size
  kernel
  user
Makefile 1.3 kB

Latest revisions

# Date Author Comment
f22868a8 02/28/2013 02:37 pm Filippos Giannakos

Fix various bugs in cached.

Also add a lot of logging messages.

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.

3294fced 02/22/2013 06:25 pm Alex Pyrgiotis

Fix compilation errors

View revisions

Also available in: Atom