summaryrefslogtreecommitdiffstats
path: root/src/cmd/venti
Commit message (Collapse)AuthorAgeFilesLines
...
* venti: mark checksum-queued arenas in http outputRuss Cox2008-07-031-0/+2
|
* venti: make sure arena checksum jobs cannot be missedRuss Cox2008-07-031-5/+8
|
* venti/wrarena: add timing output, fix syncRuss Cox2008-07-031-4/+6
|
* venti: allow plan 9 partitions as disk subnamesRuss Cox2008-07-031-190/+103
|
* venti: add demo programs readfile.c and writefile.cRuss Cox2008-06-142-0/+214
|
* mergeRuss Cox2008-04-154-47/+63
|
* mergeRuss Cox2008-01-3010-42/+43
|
* venti: add debugging html formRuss Cox2007-11-271-0/+41
|
* build: use ar s flag to avoid ranlibRuss Cox2007-11-051-1/+1
|
* venti: use 9ar, not ar (fixes Darwin build problem)Russ Cox2007-10-311-1/+1
|
* venti: fix sync deadlock, add /proc stubRuss Cox2007-10-2920-260/+175
|
* venti: new icacheRuss Cox2007-09-2517-427/+813
|
* venti: fix double free on corrupt bloom filterRuss Cox2007-09-251-1/+0
|
* venti: formatting changes for wrarenaRuss Cox2007-09-241-12/+15
|
* venti: formatting changes in fixarenasRuss Cox2007-09-241-3/+5
|
* venti: formatting changes in findscoreRuss Cox2007-09-241-1/+2
|
* venti: throw away dcache read-ahead codeRuss Cox2007-09-241-154/+27
|
* venti: move os x linker hackRuss Cox2007-09-241-5/+6
|
* venti/randtest: compute totalbytes correctlyRuss Cox2007-09-241-3/+4
|
* venti: seal arenas without bypassing dcacheRuss Cox2007-08-231-12/+9
|
* venti: allow partition syntax in verifyarena (Michael Kaminsky)Russ Cox2007-08-231-5/+9
|
* venti: avoid race in mirrorarenas (Michael Kaminsky)Russ Cox2007-08-231-6/+3
|
* venti: add -s flag to disable redundant SHA1 in mirrorarenasRuss Cox2007-08-231-16/+28
|
* OS X craprsc2007-05-043-0/+7
|
* use clump info directory to walk past corruptionrsc2007-05-031-18/+26
|
* add -r for readonlyrsc2007-05-031-3/+11
|
* oopsrsc2007-05-031-1/+1
|
* allow plan9-style branded disks as configsrsc2007-05-032-3/+77
|
* allow fixarenas of single arena filersc2007-05-031-6/+24
|
* fix buildindex minibuf sizing bugrsc2007-05-031-9/+13
|
* fix arenas if possiblersc2007-05-031-4/+3
|
* OS X linker crap (John Nowak)rsc2007-05-035-0/+8
|
* debuggingrsc2007-05-031-0/+4
|
* cannot use fadv_random on linux -- too slowrsc2007-04-271-3/+0
|
* bug in testerrsc2007-04-271-1/+1
|
* add flushpart; avoid O_DIRECT on linuxrsc2007-04-2710-21/+39
|
* checkpointrsc2007-04-2710-49/+96
|
* quieterrsc2007-04-241-1/+0
|
* mirror log processorrsc2007-04-241-0/+105
|
* fix various nits; clean up outputrsc2007-04-241-15/+33
|
* cleanuprsc2007-04-237-24/+27
|
* checked magic!rsc2007-04-221-1/+0
|
* freepart on readbloom failurersc2007-04-221-1/+3
|
* quieterrsc2007-04-222-13/+12
|
* test scriptsrsc2007-04-211-0/+76
|
* new argsrsc2007-04-211-88/+86
|
* more fixesrsc2007-04-214-11/+6
|
* newrsc2007-04-212-0/+1010
|
* sync with mit plan 9 versionrsc2007-04-2128-370/+455
|
* pad out zmagic to 32+ bytesrsc2007-03-261-1/+1
|