RSS feed
e82f5650
– 9ferno
authored
- 2022/11/02 10:38
stop removing further blocks from the Dentry after a reli with a 0 block
2076600f
– 9ferno
authored
- 2022/10/31 11:59
cleaned up the man pages
0fe95aaf
– 9ferno
authored
- 2022/10/30 23:54
updated document
049a2d8b
– 9ferno
authored
- 2022/10/27 10:41
obsoleted recursive doadd() as it is blowing up the stack
d6bd6307
– 9ferno
authored
- 2022/10/27 10:40
added Design considerations to the document
89ffcf1d
– 9ferno
authored
- 2022/10/26 15:02
cleaned up extents documentation
2a5ba3cf
– 9ferno
authored
- 2022/10/26 14:48
updated extents tests
60697954
– 9ferno
authored
- 2022/10/26 14:28
updated document with the in-memory block contents
b055ce05
– 9ferno
authored
- 2022/10/26 13:02
using extents in Rawblocksize units instead of bytes
dc27391f
– 9ferno
authored
- 2022/10/26 13:01
use the service for the process name
9d6dd137
– 9ferno
authored
- 2022/10/26 09:19
moved the Tag to the end of the block as a check that contents were written and removed the dirty byte
dc6c8525
– 9ferno
authored
- 2022/10/26 06:50
updated Iobuf structure in the document
09233644
– 9ferno
authored
- 2022/10/26 06:36
removed the wlock() in dowrite() to avoid deadlocks between putwrite() and dowrite()
8db68ca3
– 9ferno
authored
- 2022/10/26 05:28
attempt to fix the deadlock between putwrite() and dowrite()
807264bd
– 9ferno
authored
- 2022/10/25 17:03
streamlined memory allocation global variables
c41caa3b
– 9ferno
authored
- 2022/10/25 08:03
use extents to manage memory usage too
db24bb29
– 9ferno
authored
- 2022/10/25 04:44
updated comment
6ce1ea2f
– 9ferno
authored
- 2022/10/25 04:36
do not steal IO buffers with a Ref
d58c4a62
– 9ferno
authored
- 2022/10/25 04:35
Revert "stopped searching through the whole linked list to find an Iobuf to steal"
ed158952
– 9ferno
authored
- 2022/10/23 04:47
removed the pending writes at the end
62860abc
– 9ferno
authored
- 2022/10/23 04:32
correct 2MB file diagram
9be49bd8
– 9ferno
authored
- 2022/10/23 04:27
cleanup obsolete files
36c7cf5b
– 9ferno
authored
- 2022/10/23 04:20
updated document with sync and write throttling
eef0fe67
– 9ferno
authored
- 2022/10/23 04:19
implemented sync and write throttling
9073565b
– 9ferno
authored
- 2022/10/23 00:54
stopped searching through the whole linked list to find an Iobuf to steal
72614a53
– 9ferno
authored
- 2022/10/23 04:03
more comments and also identify dirty blocks
c9855620
– 9ferno
authored
- 2022/10/22 06:16
more comments
e9887eaf
– 9ferno
authored
- 2022/10/22 05:35
more updates to the documentation
bb9df261
– 9ferno
authored
- 2022/10/21 06:40
renamed a field in the block output
ae0459c6
– 9ferno
authored
- 2022/10/21 02:31
update documentation to reflect the current data structures
47d0983b
– 9ferno
authored
- 2022/10/21 01:49
increased hash buckets
c90cf36d
– 9ferno
authored
- 2022/10/20 19:07
fixed more issues that cropped with the change away from Spans
7c1b7019
– 9ferno
authored
- 2022/10/20 16:40
working tag and reli calculations
bcab1344
– 9ferno
authored
- 2022/10/20 12:52
replaced Span with a block to reduce complexity
508c4a42
– 9ferno
authored
- 2022/10/20 07:59
fix extents debug prints messing the stdio operation
1116d39c
– 9ferno
authored
- 2022/10/20 06:52
Revert "fixed extents to use dprint for debug printing"
c93db6cd
– 9ferno
authored
- 2022/10/20 06:49
fixed extents to use dprint for debug printing
cd418647
– 9ferno
authored
- 2022/10/20 06:24
fix bug when freeing used blocks
98074654
– 9ferno
authored
- 2022/10/20 00:49
cleaned up the shutdown() procedure
0e95da71
– 9ferno
authored
- 2022/10/19 23:54
wait till the writes are complete before responding to halt
ec41f207
– 9ferno
authored
- 2022/10/19 17:01
tied the Wbuf to the Iobuf to ensure that we do not free dirty Iobufs
21b2c1b1
– 9ferno
authored
- 2022/10/19 15:40
have a separate writer queue
095c8ea1
– 9ferno
authored
- 2022/10/19 13:57
fixed bug in Tind1 blocks
32634336
– 9ferno
authored
- 2022/10/19 09:25
for 8192 span size
c947228f
– 9ferno
authored
- 2022/10/19 05:04
working writer
d46674c8
– 9ferno
authored
- 2022/10/19 05:04
corrected test.d test data
eeeeb63e
– 9ferno
authored
- 2022/10/19 05:03
Cannot be sure of these disk blocks as we stopped writing freed blocks to the disk
2901cca1
– 9ferno
authored
- 2022/10/19 04:23
added test.d
5076a214
– 9ferno
authored
- 2022/10/18 18:25
added a separate writer process
8ba26cf5
– 9ferno
authored
- 2022/10/18 08:22
removed synchronous writes
ff8a41e9
– 9ferno
authored
- 2022/10/16 16:47
added documentation on more tests
0ee5be48
– 9ferno
authored
- 2022/10/16 16:46
replaced size names with the bibytes versions
8279e515
– 9ferno
authored
- 2022/10/16 16:45
removed Iobuf.readonly
a5666294
– 9ferno
authored
- 2022/10/16 16:42
do not write to new blocks if the number of blocks has not changed
7754c424
– 9ferno
authored
- 2022/10/15 02:39
replaced Iobuf.flags with Iobuf.readonly
236a5fca
– 9ferno
authored
- 2022/10/14 09:50
cleanup service argument parsing
5c21eca8
– 9ferno
authored
- 2022/10/14 09:29
remove lingering debug print
c8500961
– 9ferno
authored
- 2022/10/14 09:20
streamline the use of Ref and Iobuf.io
0b55bc31
– 9ferno
authored
- 2022/10/14 09:20
remove service local variables
abe048fe
– 9ferno
authored
- 2022/10/14 04:01
streamlined chatty9p usage
f37c3c60
– 9ferno
authored
- 2022/10/14 02:31
fixes
b682b7eb
– 9ferno
authored
- 2022/10/13 09:35
storing service into the config
20446def
– 9ferno
authored
- 2022/10/13 08:42
minor irritations corrected
01d3637a
– 9ferno
authored
- 2022/10/13 03:02
updated usage and renamed test scripts
36c0de2b
– 9ferno
authored
- 2022/10/13 01:12
updated the line with free blocks
1c13c6e2
– 9ferno
authored
- 2022/10/13 01:02
fixed tests still using -f
6939ef6a
– 9ferno
authored
- 2022/10/12 20:16
updated TODO and a comment
c6de8987
– 9ferno
authored
- 2022/10/12 19:43
correct reconcile command
7820775e
– 9ferno
authored
- 2022/10/12 19:13
added docs/mafs.pdf
f53183c6
– 9ferno
authored
- 2022/10/12 18:56
initial public commit